rpms/junit4/devel junit4.spec,1.6,1.7

David Walluck dwalluck at fedoraproject.org
Mon Oct 27 20:53:33 UTC 2008


Author: dwalluck

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

Modified Files:
	junit4.spec 
Log Message:
- fix gcj_support conditional in demo package


Index: junit4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/junit4/devel/junit4.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- junit4.spec	27 Oct 2008 20:41:23 -0000	1.6
+++ junit4.spec	27 Oct 2008 20:53:03 -0000	1.7
@@ -165,8 +165,10 @@
 %files demo
 %defattr(0644,root,root,0755)
 %{_datadir}/%{name}
+%if %{gcj_support}
 %attr(-,root,root) %{_libdir}/gcj/%{name}/demo.db
 %attr(-,root,root) %{_libdir}/gcj/%{name}/demo.so
+%endif
 
 %files javadoc
 %defattr(0644,root,root,0755)
@@ -178,6 +180,9 @@
 %doc junit%{version}/doc/*
 
 %changelog
+* Mon Oct 27 2008 David Walluck <dwalluck at redhat.com> 0:4.5-2.5
+- fix gcj_support conditional in demo package
+
 * Mon Oct 27 2008 David Walluck <dwalluck at redhat.com> 0:4.5-2.4
 - Fedora-specific: enable GCJ support
 




More information about the fedora-extras-commits mailing list