Compare commits

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

29 commits

Author SHA1 Message Date
Miro Hrončok
ab977bb05c Orphaned for 6+ weeks 2021-06-08 21:25:23 +02:00
Fedora Release Engineering
16fc90707b - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 20:21:16 +00:00
Fedora Release Engineering
dddbd9620c - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 10:41:33 +00:00
Fabio Valentini
d53860539f
various adaptations to make the package build with Java 11 2020-07-22 22:38:30 +02:00
Jiri
03d62f280e Rebuilt for JDK-11 2020-07-11 06:30:00 +02:00
Fedora Release Engineering
027d17c7fc - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 23:25:01 +00:00
Fabio Valentini
0833bac0b2
update to version 1.2.6 2019-10-11 12:29:47 +02:00
Fedora Release Engineering
a1154f040a - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 23:16:17 +00:00
Fedora Release Engineering
3ff22e56ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 15:22:36 +00:00
Fedora Release Engineering
2953f34259 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 06:06:03 +00:00
Fedora Release Engineering
958287db87 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 16:41:55 +00:00
Fedora Release Engineering
d2e6c83d67 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 18:34:54 +00:00
Fedora Release Engineering
fc2acb7eed - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 13:25:37 +00:00
gil
befa5bde1a fix impl-base license field 2016-03-11 10:40:47 +01:00
gil
ecb768663e update to 1.2.3 2016-03-10 11:55:35 +01:00
Fedora Release Engineering
82977e3d7f - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 23:58:44 +00:00
gil
5cf57718aa disable checkstyle plugin 2015-06-19 17:44:13 +02:00
Dennis Gilmore
f750ae1d31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 00:48:44 +00:00
gil
d41ebb9f30 introduce license macro 2015-02-11 21:05:02 +01:00
gil
1a6f73565b fix BR list 2014-06-10 02:24:38 +02:00
Dennis Gilmore
f8ddab4c68 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:18:46 -05:00
Michael Simacek
50888792fe Use Requires: java-headless rebuild (#1067528)
Signed-off-by: Michael Simacek <msimacek@redhat.com>
Signed-off-by: Mikolaj Izdebski <mizdebsk@redhat.com>
2014-03-28 21:09:54 +01:00
Dennis Gilmore
4c5ca1798d - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 09:25:09 -05:00
gil
d4df393c49 build with XMvn 2013-07-02 16:03:38 +02:00
gil
010cb68e01 update to 1.1.2 2013-05-07 14:22:47 +02:00
gil
79dfc31e4e added maven-common-artifact-filters and maven-shared-components as BR 2013-02-19 07:38:27 +01:00
gil
152d3fc285 added maven-common-artifact-filters and maven-shared-components as BR 2013-02-19 06:42:45 +01:00
Dennis Gilmore
5906745b5f - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 17:54:11 -06:00
Stanislav Ochotnicky
b711238ced - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
2013-02-06 20:42:22 +01:00
4 changed files with 1 additions and 106 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/shrinkwrap-1.0.0.tar.xz

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1,104 +0,0 @@
%global namedreltag %{nil}
%global namedversion %{version}%{?namedreltag}
Name: shrinkwrap
Version: 1.0.0
Release: 2%{?dist}
Summary: A simple mechanism to assemble Java archives
Group: Development/Libraries
License: ASL 2.0
Url: http://www.jboss.org/shrinkwrap/
# git clone git://github.com/shrinkwrap/shrinkwrap.git shrinkwrap-1.0.0
# cd shrinkwrap-1.0.0 && git archive --format=tar --prefix=shrinkwrap-1.0.0/ 1.0.0 | xz > ../shrinkwrap-1.0.0.tar.xz
Source0: %{name}-%{namedversion}.tar.xz
BuildRequires: java-devel
BuildRequires: jboss-parent
BuildRequires: jpackage-utils
BuildRequires: apiviz
BuildRequires: junit4
BuildRequires: maven
BuildRequires: maven-checkstyle-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-enforcer-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-source-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit4
Requires: junit4
Requires: java
Requires: jpackage-utils
BuildArch: noarch
%description
Shrinkwrap provides a simple mechanism to assemble archives
like JARs, WARs, and EARs with a friendly, fluent API.
%package javadoc
Group: Documentation
Summary: Javadoc for %{name}
Requires: jpackage-utils
%description javadoc
This package contains javadoc for %{name}.
%prep
%setup -q -n %{name}-%{namedversion}
sed -i "s|<module>dist</module>|<!--module>dist</module-->|" pom.xml
%build
export JAVA5_HOME=%{_jvmdir}/java
mvn-rpmbuild install javadoc:aggregate
%install
mkdir -p %{buildroot}%{_javadir}/%{name}
install -pm 644 api/target/%{name}-api-%{namedversion}-tests.jar %{buildroot}%{_javadir}/%{name}/api-tests.jar
install -pm 644 api/target/%{name}-api-%{namedversion}.jar %{buildroot}%{_javadir}/%{name}/api.jar
install -pm 644 build-resources/target/%{name}-build-resources-%{namedversion}.jar %{buildroot}%{_javadir}/%{name}/build-resources.jar
install -pm 644 impl-base/target/%{name}-impl-base-%{namedversion}-tests.jar %{buildroot}%{_javadir}/%{name}/impl-base-tests.jar
install -pm 644 impl-base/target/%{name}-impl-base-%{namedversion}.jar %{buildroot}%{_javadir}/%{name}/impl-base.jar
install -pm 644 spi/target/%{name}-spi-%{namedversion}.jar %{buildroot}%{_javadir}/%{name}/spi.jar
mkdir -p %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-parent.pom
%add_maven_depmap JPP.%{name}-parent.pom
install -pm 644 bom/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-bom.pom
%add_maven_depmap JPP.%{name}-bom.pom
install -pm 644 depchain/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-depchain.pom
%add_maven_depmap JPP.%{name}-depchain.pom
install -pm 644 api/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-api.pom
%add_maven_depmap JPP.%{name}-api.pom %{name}/api.jar
install -pm 644 build-resources/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-build-resources.pom
%add_maven_depmap JPP.%{name}-build-resources.pom %{name}/build-resources.jar
install -pm 644 impl-base/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-impl-base.pom
%add_maven_depmap JPP.%{name}-impl-base.pom %{name}/impl-base.jar
install -pm 644 spi/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-spi.pom
%add_maven_depmap JPP.%{name}-spi.pom %{name}/spi.jar
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -r target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%files
%{_javadir}/%{name}/*.jar
%{_mavenpomdir}/JPP.%{name}-*.pom
%{_mavendepmapfragdir}/%{name}
%files javadoc
%{_javadocdir}/%{name}
%changelog
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Apr 21 2012 gil cattaneo <puntogil@libero.it> 1.0.0-1
- initial rpm

View file

@ -1 +0,0 @@
12a861a091ebedfeb830ece9b4e516de shrinkwrap-1.0.0.tar.xz