Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
498c217e2d | ||
|
|
ed6de1f66f | ||
|
|
8e925f3eb8 | ||
|
|
5c02acdc1b |
3 changed files with 9 additions and 7 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
|||
# Makefile for source rpm: bcel
|
||||
# $Id$
|
||||
NAME := bcel
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
||||
10
bcel.spec
10
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 <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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue