From 5c02acdc1b19fb330daa16c6a068be850f07123a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 18 May 2007 03:01:34 +0000 Subject: [PATCH 1/4] Initialize branch F-7 for bcel --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..c48525c --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-7 From 8e925f3eb87290d292cdafbde4fa2796c5ea3065 Mon Sep 17 00:00:00 2001 From: Permaine Cheung Date: Thu, 12 Jul 2007 15:32:37 +0000 Subject: [PATCH 2/4] Fixed unowned directory --- bcel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bcel.spec b/bcel.spec index 0406fd4..8bd49ae 100644 --- a/bcel.spec +++ b/bcel.spec @@ -46,7 +46,7 @@ Name: bcel Version: 5.1 -Release: 10jpp.2%{?dist} +Release: 10jpp.3%{?dist} Epoch: 0 Summary: Byte Code Engineering Library License: Apache Software License @@ -266,6 +266,7 @@ fi %{_javadir}/* %if %{gcj_support} +%dir %{_libdir}/gcj/%{name} %attr(-,root,root) %{_libdir}/gcj/%{name}/bcel-5.1.jar.* %endif @@ -284,6 +285,9 @@ fi # ----------------------------------------------------------------------------- %changelog +* 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 From ed6de1f66f114c407ca89898d841de16f43595dd Mon Sep 17 00:00:00 2001 From: Permaine Cheung Date: Tue, 14 Aug 2007 15:43:22 +0000 Subject: [PATCH 3/4] Fixed another unowned directory --- bcel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bcel.spec b/bcel.spec index 8bd49ae..4339660 100644 --- a/bcel.spec +++ b/bcel.spec @@ -46,7 +46,7 @@ Name: bcel Version: 5.1 -Release: 10jpp.3%{?dist} +Release: 10jpp.4%{?dist} Epoch: 0 Summary: Byte Code Engineering Library License: Apache Software License @@ -262,6 +262,7 @@ fi %files %defattr(0644,root,root,0755) +%dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/LICENSE.txt %{_javadir}/* @@ -285,6 +286,9 @@ 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 From 498c217e2d3805003617a75601030f89823e67f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:51:12 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 6 ------ branch | 1 - 3 files changed, 7 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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/branch b/branch deleted file mode 100644 index c48525c..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-7