rpms/bcel/devel bcel.spec,1.30,1.31

Permaine Cheung (pcheung) fedora-extras-commits at redhat.com
Mon Jan 7 22:11:10 UTC 2008


Author: pcheung

Update of /cvs/pkgs/rpms/bcel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21830

Modified Files:
	bcel.spec 
Log Message:
Fixed unowned directory




Index: bcel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bcel/devel/bcel.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- bcel.spec	19 Sep 2007 18:01:52 -0000	1.30
+++ bcel.spec	7 Jan 2008 22:10:32 -0000	1.31
@@ -43,7 +43,7 @@
 
 Name:           bcel
 Version:        5.2
-Release:        2jpp.1%{?dist}
+Release:        2jpp.2%{?dist}
 Epoch:          0
 Summary:        Byte Code Engineering Library
 License:        ASL 2.0
@@ -264,6 +264,7 @@
 
 %files
 %defattr(0644,root,root,0755)
+%doc %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/LICENSE.txt 
 %{_javadir}/*
 %if %{with_maven}
@@ -271,6 +272,7 @@
 %endif
 %{_mavendepmapfragdir}
 %if %{gcj_support}
+%dir %{_libdir}/gcj/%{name}
 %attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-*.jar.*
 %endif
 
@@ -284,6 +286,9 @@
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Mon Jan 07 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.2
+- Fixed unowned directory (Bugzilla 246185)
+
 * Wed Sep 19 2007 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.1
 - Update to 5.2 in Fedora
 




More information about the fedora-extras-commits mailing list