diff --git a/README-epel.txt b/README-epel.txt new file mode 100644 index 0000000..7143dbf --- /dev/null +++ b/README-epel.txt @@ -0,0 +1,25 @@ +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 diff --git a/README-fedora.txt b/README-fedora.txt deleted file mode 100644 index f07999b..0000000 --- a/README-fedora.txt +++ /dev/null @@ -1,25 +0,0 @@ -jai-imageio-core README for Fedora -================================== - -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 Fedora: - - * 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 diff --git a/jai-imageio-core.spec b/jai-imageio-core.spec index adc8289..b9c30da 100644 --- a/jai-imageio-core.spec +++ b/jai-imageio-core.spec @@ -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 - 1.2-0.4.20100217cvs -- First Fedora release +- First EPEL release * Wed Feb 3 2010 Adam Goode - 1.2-0.3.20100202cvs - Update generate-tarball.sh to canonicalize owner/group and date