diff --git a/.felix-utils.metadata b/.felix-utils.metadata new file mode 100644 index 0000000..1d3453a --- /dev/null +++ b/.felix-utils.metadata @@ -0,0 +1 @@ +f5484a09f663ea2fb1c171c1f210e9cc629ebb53 SOURCES/org.apache.felix.utils-1.2.0-source-release.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/felix-utils.spec b/SPECS/felix-utils.spec new file mode 100644 index 0000000..9dc0201 --- /dev/null +++ b/SPECS/felix-utils.spec @@ -0,0 +1,99 @@ +%global site_name org.apache.felix.utils +%global grp_name felix + +Name: felix-utils +Version: 1.2.0 +Release: 4%{?dist} +Summary: Utility classes for OSGi +License: ASL 2.0 +Group: Development/Libraries +URL: http://felix.apache.org + +Source0: http://archive.apache.org/dist/%{grp_name}/%{site_name}-%{version}-source-release.tar.gz + +BuildArch: noarch + +BuildRequires: java-devel +BuildRequires: maven-local +BuildRequires: jpackage-utils +BuildRequires: felix-osgi-compendium +BuildRequires: felix-osgi-core +BuildRequires: felix-parent +BuildRequires: maven-clean-plugin +BuildRequires: maven-surefire-provider-junit4 + +%description +Utility classes for OSGi + +%package javadoc +Summary: API documentation for %{name} +Group: Documentation + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n %{site_name}-%{version} + +# Remove compiler plugin so default target of 1.5 is used +%pom_remove_plugin :maven-compiler-plugin +# Remove rat plugin that is not in Fedora +%pom_remove_plugin org.codehaus.mojo:rat-maven-plugin + +%mvn_file : %{grp_name}/%{name} + +%build +%mvn_build -- -Dmaven.test.failure.ignore=true + +%install +%mvn_install + +%files -f .mfiles +%doc LICENSE NOTICE DEPENDENCIES + +%files javadoc -f .mfiles-javadoc +%doc LICENSE NOTICE + +%changelog +* Wed Sep 18 2013 Mikolaj Izdebski - 1.2.0-4 +- Add missing BR: felix-parent + +* Thu Aug 22 2013 Michal Srb - 1.2.0-3 +- Migrate away from mvn-rpmbuild (Resolves: #997475) + +* Fri Jun 28 2013 Mikolaj Izdebski - 1.2.0-2 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* Wed Apr 17 2013 Mat Booth - 1.2.0-1 +- Update to latest upstream version rhbz #892553. +- Drop patch, use preferred %%pom_* macros instead. + +* Wed Feb 13 2013 Fedora Release Engineering - 1.1.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.1.0-8 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Thu Jan 03 2013 Jaromir Capik - 1.1.0-7 +- Changing target from jsr14 to 1.5 (#842593) + +* Tue Sep 4 2012 Mikolaj Izdebski - 1.1.0-6 +- Install NOTICE with javadoc pakcage + +* Thu Jul 19 2012 Fedora Release Engineering - 1.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Oct 13 2011 Jaromir Capik - 1.1.0-3 +- osgi.org groupId patch removed (fixed in felix-osgi-* packages) + +* Wed Sep 08 2011 Jaromir Capik - 1.1.0-2 +- Moved to felix subdir +- Minor spec file changes + +* Wed Jul 13 2011 Jaromir Capik - 1.1.0-1 +- Initial version