Compare commits
No commits in common. "c8-stream-201902" and "c10s" have entirely different histories.
c8-stream-
...
c10s
@ -1 +0,0 @@
|
||||
8f6bd1d3e87a28eaeb40be2ae10f287933222d9b SOURCES/plexus-bsh-factory-src.tar.gz
|
||||
@ -1,6 +1,10 @@
|
||||
Name: plexus-bsh-factory
|
||||
Version: 1.0~alpha.7
|
||||
Release: 2%{?dist}
|
||||
%define parent plexus
|
||||
%define subname bsh-factory
|
||||
|
||||
Name: %{parent}-%{subname}
|
||||
Version: 1.0
|
||||
Release: 0.19.a7%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Plexus Bsh component factory
|
||||
License: MIT
|
||||
URL: http://plexus.codehaus.org/
|
||||
@ -8,7 +12,7 @@ BuildArch: noarch
|
||||
# svn export svn://svn.plexus.codehaus.org/plexus/tags/plexus-bsh-factory-1.0-alpha-7-SNAPSHOT plexus-bsh-factory/
|
||||
# tar czf plexus-bsh-factory-src.tar.gz plexus-bsh-factory/
|
||||
Source0: %{name}-src.tar.gz
|
||||
Source3: plexus-bsh-factory-license.txt
|
||||
Source3: plexus-bsh-factory-license.txt
|
||||
|
||||
Patch1: %{name}-encodingfix.patch
|
||||
Patch2: 0001-Migrate-to-plexus-containers-container-default.patch
|
||||
@ -37,7 +41,7 @@ cp release-pom.xml pom.xml
|
||||
cp -p %{SOURCE3} .
|
||||
|
||||
%build
|
||||
%mvn_file : plexus/bsh-factory
|
||||
%mvn_file : %{parent}/%{subname}
|
||||
%mvn_build -f
|
||||
|
||||
%install
|
||||
@ -50,15 +54,6 @@ cp -p %{SOURCE3} .
|
||||
%doc plexus-bsh-factory-license.txt
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0~alpha.7-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Wed Sep 18 2019 Marian Koncek <mkoncek@redhat.com> - 1.0~alpha.7-1
|
||||
- Use tilde versioning
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.20.a7
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.0-0.19.a7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user