[RPM (6.0)] apache-commons-daemon-1.0.15-1.jpp6
Ralph Apel <[email protected]> Sun, 6 Jul 2014 19:22:11 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : apache-commons-daemon Relocations: (not relocatable) Version : 1.0.15 Vendor: JPackage Project Release : 1.jpp6 Build Date: Sun 06 Jul 2014 07:15:53 PM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : System/Boot Source RPM: (none) Size : 306430 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://commons.apache.org/daemon/ Summary : Apache Commons Daemon Description : The scope of this package is to define an API in line with the current Java(tm) Platform APIs to support an alternative invocation mechanism which could be used instead of the above mentioned public static void main(String[]) method. This specification cover the behavior and life cycle of what we define as Java(tm) daemons, or, in other words, non interactive Java(tm) applications. --------------- Ralph Apel <[email protected]> 1:1.0.15-1 - 1.0.15 --------------- --------------- Index: apache-commons-daemon-jpp-depmap.xml =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/apache-commons-daemon/apache-commons-daemon-jpp-depmap.xml,v retrieving revision 1.1 diff -u -r1.1 apache-commons-daemon-jpp-depmap.xml --- apache-commons-daemon-jpp-depmap.xml 9 Sep 2010 18:04:04 -0000 1.1 +++ apache-commons-daemon-jpp-depmap.xml 6 Jul 2014 17:22:10 -0000 @@ -11,4 +11,17 @@ <version>1.1.3.8</version> </jpp> </dependency> + <dependency> + <maven> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-common-artifact-filters</artifactId> + <version>1.4</version> + </maven> + <jpp> + <groupId>JPP</groupId> + <artifactId>maven-common-artifact-filters</artifactId> + <version>1.4</version> + </jpp> + </dependency> + </dependencies> Index: apache-commons-daemon.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/apache-commons-daemon/apache-commons-daemon.spec,v retrieving revision 1.3 diff -u -r1.3 apache-commons-daemon.spec --- apache-commons-daemon.spec 9 Dec 2010 08:30:11 -0000 1.3 +++ apache-commons-daemon.spec 6 Jul 2014 17:22:10 -0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2000-2010, JPackage Project +# Copyright (c) 2000-2014, JPackage Project # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -55,15 +55,14 @@ %define section free Name: apache-%{short_name} -Version: 1.0.2 -Release: 0.r831676.4%{?dist} +Version: 1.0.15 +Release: 1%{?dist} Epoch: 1 Summary: Apache Commons Daemon License: ASL 2.0 Group: System/Boot URL: http://commons.apache.org/daemon/ -Source0: commons-daemon-1.0.2-src.tar.gz -# svn export -r 831676 http://svn.apache.org/repos/asf/commons/proper/daemon/trunk commons-daemon-1.0.2-src +Source0: http://archive.apache.org/dist/commons/daemon/source/commons-daemon-1.0.15-src.tar.gz Source1: %{name}-settings.xml Source2: %{name}-jpp-depmap.xml Source3: %{name}-component-info.xml @@ -77,20 +76,20 @@ BuildRequires: jpackage-utils >= 0:1.7.5 BuildRequires: java-devel >= 0:1.6.0 BuildRequires: ant >= 0:1.7 -BuildRequires: java-javadoc %if %with maven BuildRequires: apache-commons-parent >= 0:12 BuildRequires: maven2 >= 0:2.0.8 BuildRequires: maven-surefire-maven-plugin BuildRequires: maven-surefire-provider-junit -BuildRequires: maven2-plugin-antrun -BuildRequires: maven2-plugin-assembly -BuildRequires: maven2-plugin-compiler -BuildRequires: maven2-plugin-idea -BuildRequires: maven2-plugin-install -BuildRequires: maven2-plugin-jar -BuildRequires: maven2-plugin-javadoc -BuildRequires: maven2-plugin-resources +BuildRequires: maven-antrun-plugin +BuildRequires: maven-assembly-plugin +BuildRequires: maven-compiler-plugin +BuildRequires: maven-idea-plugin +BuildRequires: maven-install-plugin +BuildRequires: maven-jar-plugin +BuildRequires: maven-javadoc-plugin +BuildRequires: maven-resources-plugin +BuildRequires: commons-build-plugin %endif Requires(post): jpackage-utils >= 0:1.7.5 Requires(postun): jpackage-utils >= 0:1.7.5 @@ -200,10 +199,10 @@ # jars install -d -m 755 $RPM_BUILD_ROOT%{_javadir} %if %with maven -install -m 644 target/%{short_name}-%{version}-SNAPSHOT.jar \ +install -m 644 target/%{short_name}-%{version}.jar \ $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar %else -install -m 644 dist/%{short_name}.jar \ +install -m 644 dist/%{short_name}-%{version}.jar \ $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar %endif ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar @@ -283,7 +282,7 @@ %files %defattr(0644,root,root,0755) -%doc LICENSE* PROPOSAL.html RELEASE-NOTES.txt STATUS.html src/samples +%doc LICENSE* PROPOSAL.html RELEASE-NOTES.txt NOTICE.txt src/samples %doc src/docs/* %{_javadir}/*.jar %{_datadir}/maven2/poms/* @@ -305,6 +304,9 @@ %endif %changelog +* Sun Jul 06 2014 Ralph Apel <[email protected]> 1:1.0.15-1 +- 1.0.15 + * Thu Dec 09 2010 Ralph Apel <[email protected]> 1:1.0.2-0.r831676.4 - Fix compat symlinks for jakarta-commons-daemon