rpms/jai-imageio-core/EL-6 README-epel.txt, NONE, 1.1 jai-imageio-core.spec, 1.1, 1.2 README-fedora.txt, 1.1, NONE

Adam Goode agoode at fedoraproject.org
Tue Jul 20 17:32:06 UTC 2010


Author: agoode

Update of /cvs/pkgs/rpms/jai-imageio-core/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1139

Modified Files:
	jai-imageio-core.spec 
Added Files:
	README-epel.txt 
Removed Files:
	README-fedora.txt 
Log Message:
* Thu Feb 18 2010 Adam Goode <adam at spicenitz.org> - 1.2-0.4.20100217cvs
- First EPEL release



--- NEW FILE README-epel.txt ---
jai-imageio-core README for EPEL
================================

This package contains a CVS snapshot of jai-imageio-core from
https://jai-imageio.dev.java.net/.

Because of copyright issues, some functionality has been removed
for packaging in EPEL:

 * JAI Image I/O Operations
 * JPEG 2000 support
 * codecLib (C implementation of plugins for JPEG, PNG, and TIFF)


Everything else should work, including java.nio based ImageIO streams,
and ImageIO readers/writers for:

 * BMP
 * GIF
 * PCX
 * PNM
 * "Raw" (not digital camera RAW)
 * TIFF (some formats unavailable because of missing codecLib)
 * PCX
 * WBMP


Index: jai-imageio-core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jai-imageio-core/EL-6/jai-imageio-core.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- jai-imageio-core.spec	18 Feb 2010 19:54:56 -0000	1.1
+++ jai-imageio-core.spec	20 Jul 2010 17:32:06 -0000	1.2
@@ -11,7 +11,7 @@ Group:		System Environment/Libraries
 License:	BSD
 URL:		https://jai-imageio.dev.java.net/
 Source0:	jai-imageio-core-cvs%{cvs_ver}-CLEANED.tar.xz
-Source1:	README-fedora.txt
+Source1:	README-epel.txt
 
 # jai-imageio-core contains code under a restrictive licence that we
 # cannot ship. This script will download and generate a tarball from
@@ -133,7 +133,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt COPYRIGHT.txt README-fedora.txt
+%doc LICENSE.txt COPYRIGHT.txt README-epel.txt
 %{_javadir}/*.jar
 
 %if %{with_gcj}
@@ -147,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Thu Feb 18 2010 Adam Goode <adam at spicenitz.org> - 1.2-0.4.20100217cvs
-- First Fedora release
+- First EPEL release
 
 * Wed Feb  3 2010 Adam Goode <adam at spicenitz.org> - 1.2-0.3.20100202cvs
 - Update generate-tarball.sh to canonicalize owner/group and date


--- README-fedora.txt DELETED ---



More information about the scm-commits mailing list