Move maven files from C++ to tool subpackage, resolves: rhbz#879885

This commit is contained in:
Mikolaj Izdebski 2012-11-25 12:23:30 +01:00
parent 60c838aeaf
commit 6bb7ee1b36

View File

@ -4,7 +4,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr
Version: 2.7.7
Release: 24%{?dist}
Release: 25%{?dist}
Epoch: 0
License: Public Domain
URL: http://www.antlr.org/
@ -173,6 +173,8 @@ rm -rf $RPM_BUILD_ROOT
%doc LICENSE.txt
%{_javadir}/%{name}*.jar
%{_bindir}/antlr
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}
# this is actually a development package for the C++ target
# as we ship only a static library, it doesn't make sense
@ -182,8 +184,6 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/%{name}
%{_libdir}/libantlr.a
%{_bindir}/antlr-config
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}
%files C++-doc
%defattr(-,root,root,-)
@ -204,6 +204,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/antlr-*
%changelog
* Sun Nov 25 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-25
- Move maven files from C++ to tool subpackage, resolves: rhbz#879885
* Thu Nov 1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-24
- Add maven POM