diff --git a/felix-utils.spec b/felix-utils.spec index 27259ae..484b75f 100644 --- a/felix-utils.spec +++ b/felix-utils.spec @@ -1,20 +1,20 @@ %global bundle org.apache.felix.utils -Name: felix-utils -Version: 1.8.2 -Release: 2%{?dist} -Summary: Utility classes for OSGi -License: ASL 2.0 -URL: http://felix.apache.org -Source0: http://repo1.maven.org/maven2/org/apache/felix/%{bundle}/%{version}/%{bundle}-%{version}-source-release.tar.gz - -BuildArch: noarch - -BuildRequires: maven-local -BuildRequires: mvn(org.apache.felix:felix-parent:pom:) -BuildRequires: mvn(org.osgi:org.osgi.compendium) -BuildRequires: mvn(org.osgi:org.osgi.core) -BuildRequires: mvn(org.mockito:mockito-core) +Name: felix-utils +Version: 1.8.2 +Release: 3%{?dist} +Summary: Utility classes for OSGi +License: ASL 2.0 +URL: http://felix.apache.org +BuildArch: noarch + +Source0: http://repo1.maven.org/maven2/org/apache/felix/%{bundle}/%{version}/%{bundle}-%{version}-source-release.tar.gz + +BuildRequires: maven-local +BuildRequires: mvn(org.apache.felix:felix-parent:pom:) +BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) +BuildRequires: mvn(org.osgi:org.osgi.compendium) +BuildRequires: mvn(org.osgi:org.osgi.core) %description Utility classes for OSGi @@ -42,12 +42,17 @@ This package contains the API documentation for %{name}. %mvn_install %files -f .mfiles -%doc LICENSE NOTICE DEPENDENCIES +%license LICENSE NOTICE +%doc DEPENDENCIES %files javadoc -f .mfiles-javadoc -%doc LICENSE NOTICE +%license LICENSE NOTICE %changelog +* Thu Jun 16 2016 Mikolaj Izdebski - 1.8.2-3 +- Regenerate build-requires +- Update to current packaging guidelines + * Wed Feb 03 2016 Fedora Release Engineering - 1.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild