Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
f76018bfa0 dist-git conversion 2010-07-28 10:51:10 +00:00
Bill Nottingham
0886977bdc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:18:51 +00:00
Permaine Cheung
41ef27cb7d Fixed unowned directory (Bugzilla 246185) 2008-01-07 21:37:59 +00:00
Jesse Keating
0c35f95fee Initialize branch F-8 for bcel 2007-10-20 04:27:15 +00:00
Bill Nottingham
14c2788562 makefile update to properly grab makefile.common 2007-10-15 18:38:27 +00:00
3 changed files with 6 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

@ -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 <pcheung at redhat.com> 0:5.2-2jpp.2
- Fixed unowned directory (Bugzilla 246185)
* Wed Sep 19 2007 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.1
- Update to 5.2 in Fedora