|
|
dc97cd |
%{?scl:%scl_package %{parent}-%{subname}}
|
|
|
dc97cd |
%{!?scl:%global pkg_name %{name}}
|
|
|
dc97cd |
|
|
|
dc97cd |
%define parent plexus
|
|
|
dc97cd |
%define subname bsh-factory
|
|
|
dc97cd |
|
|
|
dc97cd |
Name: %{?scl_prefix}%{parent}-%{subname}
|
|
|
dc97cd |
Version: 1.0
|
|
|
dc97cd |
Release: 0.17.a7.2%{?dist}
|
|
|
dc97cd |
Epoch: 0
|
|
|
dc97cd |
Summary: Plexus Bsh component factory
|
|
|
dc97cd |
License: MIT
|
|
|
dc97cd |
URL: http://plexus.codehaus.org/
|
|
|
dc97cd |
BuildArch: noarch
|
|
|
dc97cd |
# svn export svn://svn.plexus.codehaus.org/plexus/tags/plexus-bsh-factory-1.0-alpha-7-SNAPSHOT plexus-bsh-factory/
|
|
|
dc97cd |
# tar czf plexus-bsh-factory-src.tar.gz plexus-bsh-factory/
|
|
|
dc97cd |
Source0: %{pkg_name}-src.tar.gz
|
|
|
dc97cd |
Source3: plexus-bsh-factory-license.txt
|
|
|
dc97cd |
|
|
|
dc97cd |
Patch1: %{pkg_name}-encodingfix.patch
|
|
|
dc97cd |
Patch2: 0001-Migrate-to-plexus-containers-container-default.patch
|
|
|
dc97cd |
|
|
|
dc97cd |
BuildRequires: %{?scl_prefix}maven-local
|
|
|
dc97cd |
BuildRequires: %{?scl_prefix}mvn(bsh:bsh)
|
|
|
dc97cd |
BuildRequires: %{?scl_prefix}mvn(classworlds:classworlds)
|
|
|
dc97cd |
BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-container-default)
|
|
|
dc97cd |
BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils)
|
|
|
dc97cd |
|
|
|
dc97cd |
%description
|
|
|
dc97cd |
Bsh component class creator for Plexus.
|
|
|
dc97cd |
|
|
|
dc97cd |
%package javadoc
|
|
|
dc97cd |
Summary: Javadoc for %{pkg_name}
|
|
|
dc97cd |
|
|
|
dc97cd |
%description javadoc
|
|
|
dc97cd |
Javadoc for %{pkg_name}.
|
|
|
dc97cd |
|
|
|
dc97cd |
%prep
|
|
|
dc97cd |
%setup -q -n %{pkg_name}
|
|
|
dc97cd |
|
|
|
dc97cd |
%patch1 -b .sav
|
|
|
dc97cd |
%patch2 -p1
|
|
|
dc97cd |
cp release-pom.xml pom.xml
|
|
|
dc97cd |
cp -p %{SOURCE3} .
|
|
|
dc97cd |
|
|
|
dc97cd |
%build
|
|
|
dc97cd |
%mvn_file : %{parent}/%{subname}
|
|
|
dc97cd |
%mvn_build -f
|
|
|
dc97cd |
|
|
|
dc97cd |
%install
|
|
|
dc97cd |
%mvn_install
|
|
|
dc97cd |
|
|
|
dc97cd |
%files -f .mfiles
|
|
|
dc97cd |
%doc plexus-bsh-factory-license.txt
|
|
|
dc97cd |
|
|
|
dc97cd |
%files javadoc -f .mfiles-javadoc
|
|
|
dc97cd |
%doc plexus-bsh-factory-license.txt
|
|
|
dc97cd |
|
|
|
dc97cd |
%changelog
|
|
|
dc97cd |
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 0:1.0-0.17.a7.2
|
|
|
dc97cd |
- Mass rebuild 2017-06-22
|
|
|
dc97cd |
|
|
|
dc97cd |
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 0:1.0-0.17.a7.1
|
|
|
dc97cd |
- Automated package import and SCL-ization
|
|
|
dc97cd |
|
|
|
dc97cd |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.0-0.17.a7
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.0-0.16.a7
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.15.a7
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.14.a7
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.13.a7
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.0-0.12.a7
|
|
|
dc97cd |
- Simplify build dependencies
|
|
|
dc97cd |
- Update to current packaging guidelines
|
|
|
dc97cd |
|
|
|
dc97cd |
* Wed Apr 10 2013 Michal Srb <msrb@redhat.com> - 0:1.0-0.11.a7
|
|
|
dc97cd |
- Port to plexus-containers-container-default
|
|
|
dc97cd |
|
|
|
dc97cd |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.0-0.10.a7
|
|
|
dc97cd |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
dc97cd |
- Replace maven BuildRequires with maven-local
|
|
|
dc97cd |
|
|
|
dc97cd |
* Wed Jan 23 2013 Michal Srb <msrb@redhat.com> - 0:1.0-0.9.a7
|
|
|
dc97cd |
- Build with xmvn
|
|
|
dc97cd |
|
|
|
dc97cd |
* Thu Nov 22 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.0-0.8.a7
|
|
|
dc97cd |
- Cleanup whole spec file (#878828)
|
|
|
dc97cd |
- Build/install javadoc package (#878134, #878135)
|
|
|
dc97cd |
|
|
|
dc97cd |
* Thu Nov 15 2012 Tom Callaway <spot@fedoraproject.org> - 0:1.0-0.7.a7s.1.13
|
|
|
dc97cd |
- fix incomplete license.txt
|
|
|
dc97cd |
|
|
|
dc97cd |
* Tue Aug 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.0-0.7.a7s.1.12
|
|
|
dc97cd |
- Don't own _mavenfragdir
|
|
|
dc97cd |
|
|
|
dc97cd |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.7.a7s.1.11
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.6.a7s.1.11
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.5.a7s.1.11
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Fri Feb 12 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.4.a7s.1.11
|
|
|
dc97cd |
- Drop gcj_support.
|
|
|
dc97cd |
- Build with ant. Fixes rhbz#539101.
|
|
|
dc97cd |
|
|
|
dc97cd |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.4.a7s.1.10
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Mon Mar 23 2009 Deepak Bhole <dbhole@redhat.com> - 1.0-0.3.a7s.1.10
|
|
|
dc97cd |
- Rebuild with maven
|
|
|
dc97cd |
|
|
|
dc97cd |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.a7s.1.9
|
|
|
dc97cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Wed Aug 13 2008 Deepak Bhole <dbhole@redhat.com> 1.0-0.2.a7s.1.9
|
|
|
dc97cd |
- Build for ppc64
|
|
|
dc97cd |
|
|
|
dc97cd |
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-0.2.a7s.1.8
|
|
|
dc97cd |
- add license information from upstream
|
|
|
dc97cd |
|
|
|
dc97cd |
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-0.2.a7s.1.7
|
|
|
dc97cd |
- drop repotag
|
|
|
dc97cd |
- label license as Unknown (hopefully, upstream will get back to us before the sun explodes)
|
|
|
dc97cd |
|
|
|
dc97cd |
* Thu Feb 28 2008 Deepak Bhole <dbhole@redhat.com> 1.0-0.2.a7s.1jpp.6
|
|
|
dc97cd |
- Rebuild
|
|
|
dc97cd |
|
|
|
dc97cd |
* Fri Sep 21 2007 Deepak Bhole <dbhole@redhat.com> 1.0-0.1.a7s.2jpp.5
|
|
|
dc97cd |
- ExcludeArch ppc64
|
|
|
dc97cd |
|
|
|
dc97cd |
* Mon Sep 10 2007 Deepak Bhole <dbhole@redhat.com> 1.0-0.1.a7s.2jpp.4
|
|
|
dc97cd |
- Build with maven
|
|
|
dc97cd |
|
|
|
dc97cd |
* Fri Aug 31 2007 Deepak Bhole <dbhole@redhat.com> 1.0-0.1.a7s.2jpp.3
|
|
|
dc97cd |
- Build without maven (to build on ppc)
|
|
|
dc97cd |
|
|
|
dc97cd |
* Tue Mar 20 2007 Deepak Bhole <dbhole@redhat.com> 1.0-0.1.a7s.2jpp.2
|
|
|
dc97cd |
- Build with maven
|
|
|
dc97cd |
|
|
|
dc97cd |
* Fri Feb 23 2007 Tania Bento <tbento@redhat.com> 0:1.0-0.1.a7s.2jpp.1
|
|
|
dc97cd |
- Fixed %%Release.
|
|
|
dc97cd |
- Fixed %%BuildRoot.
|
|
|
dc97cd |
- Fixed %%Vendor.
|
|
|
dc97cd |
- Fixed %%Distribution.
|
|
|
dc97cd |
- Fixed instructions on how to generate source drop.
|
|
|
dc97cd |
- Removed %%post and %%postun sections for javadoc.
|
|
|
dc97cd |
- Made sure lines had less than 80 characters.
|
|
|
dc97cd |
- Changed to use cp -p to preserve timestamps.
|
|
|
dc97cd |
|
|
|
dc97cd |
* Tue Oct 17 2006 Deepak Bhole <dbhole@redhat.com> 1.0-0.a7s.2jpp
|
|
|
dc97cd |
- Update for maven2 9jpp
|
|
|
dc97cd |
|
|
|
dc97cd |
* Thu Sep 07 2006 Deepak Bhole <dbhole@redhat.com> 1.0-0.a7s.1jpp
|
|
|
dc97cd |
- Initial build
|