This commit is contained in:
parent
acd9bf0a20
commit
b490f577da
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 7 07:24:28 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Clean the spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 18 08:51:09 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
Tue Dec 18 08:51:09 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Group: Development/Libraries/Java
|
|||||||
URL: http://felix.apache.org/
|
URL: http://felix.apache.org/
|
||||||
Source0: http://repo1.maven.org/maven2/org/apache/felix/felix-parent/%{version}/%{name}-%{version}-source-release.tar.gz
|
Source0: http://repo1.maven.org/maven2/org/apache/felix/felix-parent/%{version}/%{name}-%{version}-source-release.tar.gz
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: mvn(org.apache:apache:pom:)
|
Requires: apache-parent
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,8 +52,14 @@ install -d -m 755 %{buildroot}%{_mavenpomdir}
|
|||||||
install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
|
install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
|
||||||
%add_maven_depmap %{name}-%{version}.pom -a org.apache.felix:felix
|
%add_maven_depmap %{name}-%{version}.pom -a org.apache.felix:felix
|
||||||
|
|
||||||
%files -f .mfiles
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc NOTICE
|
%doc NOTICE
|
||||||
|
%{_mavenpomdir}/*
|
||||||
|
%if %{defined _maven_repository}
|
||||||
|
%{_mavendepmapfragdir}/%{name}
|
||||||
|
%else
|
||||||
|
%{_datadir}/maven-metadata/%{name}.xml*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user