rpms/jpackage-utils/devel jpackage-utils-README, NONE, 1.1 jpackage-utils.spec, 1.47, 1.48

Deepak Bhole dbhole at fedoraproject.org
Tue Mar 31 17:21:53 UTC 2009


Author: dbhole

Update of /cvs/pkgs/rpms/jpackage-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22732

Modified Files:
	jpackage-utils.spec 
Added Files:
	jpackage-utils-README 
Log Message:
Resolves rhbz# 225950. Shortened description, moved it to a README


--- NEW FILE jpackage-utils-README ---

The jpackage-utils package installs the following scripts on the system:

* %{_bindir}/build-classpath
                                build the Java classpath in a portable manner
* %{_bindir}/build-jar-repository
                                build a jar repository in a portable manner
* %{_bindir}/rebuild-jar-repository
                                rebuild a jar repository in a portable manner
                                (after a jvm change...)
* %{_bindir}/build-classpath-directory
                                build the Java classpath from a directory
* %{_bindir}/diff-jars
                                show jar content differences
* %{_bindir}/jvmjar
                                install jvm extensions
* %{_bindir}/create-jar-links
                                create custom jar links
* %{_bindir}/clean-binary-files
                                remove binary files from sources
* %{_bindir}/check-binary-files
                                check for presence of unexpected binary files
* %{_datadir}/java-utils/java-functions
                                shell script functions library for Java
                                applications
* %{_sysconfdir}/java/jpackage-release
                                string identifying the currently installed
                                JPackage release
* %{_sysconfdir}/java/java.conf
                                system-wide Java configuration file
* %{_sysconfdir}/rpm/macros.jpackage
                                RPM macros for Java packagers and developers
* %{_docdir}/%{name}-%{version}/jpackage-policy
                                Java packaging policy for packagers and
                                developers



Index: jpackage-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jpackage-utils/devel/jpackage-utils.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- jpackage-utils.spec	25 Feb 2009 09:38:43 -0000	1.47
+++ jpackage-utils.spec	31 Mar 2009 17:21:22 -0000	1.48
@@ -34,12 +34,13 @@
 
 Name:           jpackage-utils
 Version:        1.7.5
-Release:        2.6%{?dist}
+Release:        2.7%{?dist}
 Epoch:          0
 Summary:        JPackage utilities
 License:        BSD
 URL:            http://www.jpackage.org/
 Source0:        %{name}-%{version}.tar.bz2
+Source1:        %{name}-README
 Patch0:         %{name}-enable-gcj-support.patch
 Patch1:         %{name}-own-mavendirs.patch
 Group:          Utilities
@@ -48,50 +49,20 @@
 BuildArch:      noarch
 
 %description
-Utilities for the JPackage Project <http://www.jpackage.org/>:
-
-* %{_bindir}/build-classpath
-                                build the Java classpath in a portable manner
-* %{_bindir}/build-jar-repository
-                                build a jar repository in a portable manner
-* %{_bindir}/rebuild-jar-repository
-                                rebuild a jar repository in a portable manner
-                                (after a jvm change...)
-* %{_bindir}/build-classpath-directory
-                                build the Java classpath from a directory
-* %{_bindir}/diff-jars
-                                show jar content differences
-* %{_bindir}/jvmjar
-                                install jvm extensions
-* %{_bindir}/create-jar-links
-                                create custom jar links
-* %{_bindir}/clean-binary-files
-                                remove binary files from sources
-* %{_bindir}/check-binary-files
-                                check for presence of unexpected binary files
-* %{_datadir}/java-utils/java-functions
-                                shell script functions library for Java
-                                applications
-* %{_sysconfdir}/java/jpackage-release
-                                string identifying the currently installed
-                                JPackage release
-* %{_sysconfdir}/java/java.conf
-                                system-wide Java configuration file
-* %{_sysconfdir}/rpm/macros.jpackage
-                                RPM macros for Java packagers and developers
-* %{_docdir}/%{name}-%{version}/jpackage-policy
-                                Java packaging policy for packagers and
-                                developers
+Utilities for the JPackage Project <http://www.jpackage.org/>.
 
 It contains also the License, man pages, documentation, XSL files of general
-use with maven2, a header file for spec files etc.
-
+use with maven2, a header file for spec files, etc. Please See 
+the %{_docdir}/%{name}-%{version}/%{name}-README file for more 
+information.
 
 %prep
 %setup -q
 %patch0 -p0
 %patch1 -p1
 
+cp %{SOURCE1} .
+
 %build
 echo "JPackage release %{distver} (%{distribution}) for %{buildarch}" \
  > etc/jpackage-release
@@ -226,10 +197,13 @@
 
 %files -f %{name}-%{version}.files
 %defattr(-,root,root,-)
-%doc LICENSE.txt HEADER.JPP doc/* etc/httpd-javadoc.conf
+%doc %{name}-README LICENSE.txt HEADER.JPP doc/* etc/httpd-javadoc.conf
 
 
 %changelog
+* Tue Mar 31 2009 Deepak Bhole <dbhole at redhat.com> - 0:1.7.5-2.7
+- rhbz# 225950. Shortened description, moved it to a README
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:1.7.5-2.6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list