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