Correct dep-map names #594717.
This commit is contained in:
parent
7b3af78dcd
commit
f8500826e3
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Implementations of common encoders and decoders
|
Summary: Implementations of common encoders and decoders
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -86,11 +86,11 @@ ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
|
|||||||
|
|
||||||
# pom
|
# pom
|
||||||
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
|
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
|
||||||
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{name}
|
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}
|
||||||
|
|
||||||
# following line is only for backwards compatibility. New packages
|
# following line is only for backwards compatibility. New packages
|
||||||
# should use proper groupid org.apache.commons
|
# should use proper groupid org.apache.commons
|
||||||
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{name}
|
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -114,6 +114,9 @@ rm -rf %{buildroot}
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 21 2010 Mat Booth <fedora@matbooth.co.uk> 1.4-10
|
||||||
|
- Correct dep-map names #594717.
|
||||||
|
|
||||||
* Fri May 21 2010 Alexander Kurtakov <akurtako@redhat.com> 1.4-9
|
* Fri May 21 2010 Alexander Kurtakov <akurtako@redhat.com> 1.4-9
|
||||||
- Obsolete/Provide commons-codec.
|
- Obsolete/Provide commons-codec.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user