rpms/junit4/devel junit4.spec,1.9,1.10

David Walluck dwalluck at fedoraproject.org
Mon Oct 27 21:10:04 UTC 2008


Author: dwalluck

Update of /cvs/pkgs/rpms/junit4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18549

Modified Files:
	junit4.spec 
Log Message:
- fix GCJ file list


Index: junit4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/junit4/devel/junit4.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- junit4.spec	27 Oct 2008 21:08:32 -0000	1.9
+++ junit4.spec	27 Oct 2008 21:09:34 -0000	1.10
@@ -158,8 +158,8 @@
 %{_mavendepmapfragdir}/*
 %if %{gcj_support}
 %dir %{_libdir}/gcj/%{name}
-%attr(-,root,root) %{_libdir}/gcj/%{name}/junit4-%{version}.jar.db
-%attr(-,root,root) %{_libdir}/gcj/%{name}/junit4-%{version}.jar.so
+%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
+%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
 %endif
 
 %files demo




More information about the scm-commits mailing list