Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
498c217e2d dist-git conversion 2010-07-28 10:51:12 +00:00
Permaine Cheung
ed6de1f66f Fixed another unowned directory 2007-08-14 15:43:22 +00:00
Permaine Cheung
8e925f3eb8 Fixed unowned directory 2007-07-12 15:32:37 +00:00
Bill Nottingham
5c02acdc1b Initialize branch F-7 for bcel 2007-05-18 03:01:34 +00:00
3 changed files with 9 additions and 7 deletions

View file

View file

@ -1,6 +0,0 @@
# Makefile for source rpm: bcel
# $Id$
NAME := bcel
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View file

@ -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 <pcheung at redhat.com> 0:5.1-10jpp.4
- Fixed another unowned directory
* Mon Jul 09 2007 Permaine Cheung <pcheung at redhat.com> 0:5.1-10jpp.3
- Fixed unowned directory
* Thu Apr 19 2007 Permaine Cheung <pcheung at redhat.com> 0:5.1-10jpp.2
- Rebuild