From 34bccd817b6aea544b1bf19d8884fc0d4045f09a Mon Sep 17 00:00:00 2001 From: Permaine Cheung Date: Jan 07 2008 22:10:32 +0000 Subject: Fixed unowned directory --- diff --git a/bcel.spec b/bcel.spec index 8b24a60..8a767cd 100644 --- a/bcel.spec +++ b/bcel.spec @@ -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 @@ fi %files %defattr(0644,root,root,0755) +%doc %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/LICENSE.txt %{_javadir}/* %if %{with_maven} @@ -271,6 +272,7 @@ fi %endif %{_mavendepmapfragdir} %if %{gcj_support} +%dir %{_libdir}/gcj/%{name} %attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-*.jar.* %endif @@ -284,6 +286,9 @@ fi %doc %{_docdir}/%{name}-%{version} %changelog +* Mon Jan 07 2008 Permaine Cheung 0:5.2-2jpp.2 +- Fixed unowned directory (Bugzilla 246185) + * Wed Sep 19 2007 Permaine Cheung 0:5.2-2jpp.1 - Update to 5.2 in Fedora