Correct depmap filename for backward compatibility
This commit is contained in:
parent
0c00d3e3db
commit
686fe99953
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Apache Commons Logging
|
Summary: Apache Commons Logging
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -112,7 +112,7 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{short_name}.pom
|
|||||||
|
|
||||||
# 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 and also artifactid
|
# should use proper groupid org.apache.commons and also artifactid
|
||||||
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{name}
|
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
|
||||||
|
|
||||||
|
|
||||||
# javadoc
|
# javadoc
|
||||||
@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 21 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-9
|
||||||
|
- Correct depmap filename for backward compatibility
|
||||||
|
|
||||||
* Mon May 17 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-8
|
* Mon May 17 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-8
|
||||||
- Fix wrong depmap JPP name to short_name
|
- Fix wrong depmap JPP name to short_name
|
||||||
- Add obsoletes to javadoc subpackage
|
- Add obsoletes to javadoc subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user