rpms/mx4j/devel mx4j.spec,1.67,1.68

David Walluck dwalluck at fedoraproject.org
Fri Nov 21 16:13:25 UTC 2008


Author: dwalluck

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

Modified Files:
	mx4j.spec 
Log Message:
- fix file permissions
- own directories



Index: mx4j.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mx4j/devel/mx4j.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- mx4j.spec	24 Oct 2008 20:11:46 -0000	1.67
+++ mx4j.spec	21 Nov 2008 16:12:55 -0000	1.68
@@ -40,7 +40,7 @@
 
 Name:           mx4j
 Version:        3.0.1
-Release:        7.8%{?dist}
+Release:        7.9%{?dist}
 Epoch:		1
 Summary:        Open source implementation of JMX Java API
 License:        ASL 1.1
@@ -256,10 +256,8 @@
 %endif
 
 %files
-%defattr(-,root,root)
-%dir %{_javadir}/%{name}
-%{_javadir}/%{name}/*.jar
-%{_javadir}/%{name}/boa/*.jar
+%defattr(0644,root,root,0755)
+%{_javadir}/%{name}
 %if %{gcj_support}
 %dir %{_libdir}/gcj/%{name}
 %attr(-,root,root) %{_libdir}/gcj/%{name}/mx4j-3.0.1.jar.*
@@ -268,7 +266,7 @@
 %endif
 
 %files javadoc
-%defattr(-,root,root)
+%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 
@@ -277,6 +275,10 @@
 %doc dist/docs/*
 
 %changelog
+* Fri Oct 24 2008 David Walluck <dwalluck at redhat.com> 1:3.0.1-7.9
+- fix file permissions
+- own directories
+
 * Fri Oct 24 2008 David Walluck <dwalluck at redhat.com> 1:3.0.1-7.8
 - add %%{_javadocdir}/%%{name} to file list
 




More information about the scm-commits mailing list