diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 4bdd215..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Makefile for source rpm: bcel -# $Id$ -NAME := bcel -SPECFILE = $(firstword $(wildcard *.spec)) - -include ../common/Makefile.common diff --git a/bcel.spec b/bcel.spec index 0406fd4..4339660 100644 --- a/bcel.spec +++ b/bcel.spec @@ -46,7 +46,7 @@ Name: bcel Version: 5.1 -Release: 10jpp.2%{?dist} +Release: 10jpp.4%{?dist} Epoch: 0 Summary: Byte Code Engineering Library License: Apache Software License @@ -262,10 +262,12 @@ fi %files %defattr(0644,root,root,0755) +%dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/LICENSE.txt %{_javadir}/* %if %{gcj_support} +%dir %{_libdir}/gcj/%{name} %attr(-,root,root) %{_libdir}/gcj/%{name}/bcel-5.1.jar.* %endif @@ -284,6 +286,12 @@ fi # ----------------------------------------------------------------------------- %changelog +* Tue Aug 14 2007 Permaine Cheung 0:5.1-10jpp.4 +- Fixed another unowned directory + +* Mon Jul 09 2007 Permaine Cheung 0:5.1-10jpp.3 +- Fixed unowned directory + * Thu Apr 19 2007 Permaine Cheung 0:5.1-10jpp.2 - Rebuild