Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5f3f391ab | ||
|
|
79d6cee6c5 | ||
|
|
204c0659d8 | ||
|
|
4c693a6096 | ||
|
|
310439a54e | ||
|
|
c087d76e9e | ||
|
|
27e90cdf67 | ||
|
|
1cfb2896b2 | ||
|
|
9dc06e4328 | ||
|
|
be2e51cbde | ||
|
|
bff08ebbe8 | ||
|
|
14c2788562 |
3 changed files with 32 additions and 12 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
|
||||
38
bcel.spec
38
bcel.spec
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
Name: bcel
|
||||
Version: 5.2
|
||||
Release: 2jpp.1%{?dist}
|
||||
Release: 7.1%{?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,32 @@ fi
|
|||
%doc %{_docdir}/%{name}-%{version}
|
||||
|
||||
%changelog
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:5.2-7.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:5.2-6.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Thu Dec 04 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-5.1
|
||||
- Do not install poms in /usr/share/maven2/default_poms
|
||||
|
||||
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:5.2-5
|
||||
- drop repotag
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue