Compare commits

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

9 commits

Author SHA1 Message Date
Fedora Release Engineering
2f3f6c34d9 dist-git conversion 2010-07-28 10:51:25 +00:00
Bill Nottingham
87424d31eb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:18:52 +00:00
Permaine Cheung
564b06d5e7 Do not install pom in /usr/share/maven2/default_poms 2008-12-04 17:09:49 +00:00
Jesse Keating
21e38ed71b Initialize branch F-9 for bcel 2008-04-20 13:21:41 +00:00
Jesse Keating
1cfb2896b2 - Autorebuild for GCC 4.3 2008-02-19 17:43:24 +00:00
Permaine Cheung
9dc06e4328 Package pom files 2008-01-23 01:40:04 +00:00
Permaine Cheung
be2e51cbde Merge with upstream 2008-01-22 23:15:56 +00:00
Permaine Cheung
bff08ebbe8 Fixed unowned directory 2008-01-07 22:10:32 +00:00
Bill Nottingham
14c2788562 makefile update to properly grab makefile.common 2007-10-15 18:38:27 +00:00
3 changed files with 23 additions and 12 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: 4jpp.3%{?dist}
Epoch: 0
Summary: Byte Code Engineering Library
License: ASL 2.0
@ -213,12 +213,12 @@ ant -Dbuild.dest=build/classes -Dbuild.dir=build -Ddocs.dest=docs \
)
# depmap frags
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}
%add_to_maven_depmap org.apache.bcel %{name} %{version} JPP %{name}
# pom
%if %{with_maven}
%{__mkdir_p} %{buildroot}%{_datadir}/maven2/poms
%{__install} -m 0644 %{SOURCE7} \
%{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom
%endif
%{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
%if %{with_maven}
@ -264,13 +264,13 @@ fi
%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/LICENSE.txt
%{_javadir}/*
%if %{with_maven}
%{_datadir}/maven2/poms/*
%endif
%{_mavendepmapfragdir}
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-*.jar.*
%endif
@ -284,6 +284,23 @@ fi
%doc %{_docdir}/%{name}-%{version}
%changelog
* Thu Dec 04 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-4jpp.3
- Do not install pom in /usr/share/maven2/default_poms
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:5.2-4jpp.2
- Autorebuild for GCC 4.3
* Tue Jan 22 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-3jpp.1
- Merge with upstream
* Mon Jan 07 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.2
- Fixed unowned directory (Bugzilla 246185)
* Fri Nov 16 2007 Ralph Apel <r.apel@r-apel.de> 0:5.2-3jpp
- Install poms unconditionally
- Add pom in ./maven2/default_poms
- Add org.apache.bcel:bcel depmap frag
* Wed Sep 19 2007 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.1
- Update to 5.2 in Fedora