rpms/jasper/EL-4 .cvsignore, 1.3, 1.4 jasper.spec, 1.18, 1.19 sources, 1.2, 1.3

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Dec 11 22:28:54 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/jasper/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18892

Modified Files:
	.cvsignore jasper.spec sources 
Log Message:
* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-3
- omit deprecated memleak patch

* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-2
- jasper-1.900.0 (#218947)




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/jasper/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Aug 2006 19:04:43 -0000	1.3
+++ .cvsignore	11 Dec 2006 22:28:24 -0000	1.4
@@ -1,2 +1,4 @@
+clog
 geojasper_src.zip
 jasper-1.701.0.zip
+jasper-1.900.0.zip


Index: jasper.spec
===================================================================
RCS file: /cvs/extras/rpms/jasper/EL-4/jasper.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- jasper.spec	8 Dec 2006 14:33:28 -0000	1.18
+++ jasper.spec	11 Dec 2006 22:28:24 -0000	1.19
@@ -1,8 +1,7 @@
 
-# NOTE: packages can use jasper:
+# NOTE: packages that can use jasper:
 # ImageMagick
 # kdelibs
-# koffice
 # netpbm
 
 # define to use GeoJasper
@@ -11,8 +10,8 @@
 Summary: Implementation of the JPEG-2000 standard, Part 1
 Name:    jasper
 Group:   System Environment/Libraries
-Version: 1.701.0
-Release: 15%{?dist}
+Version: 1.900.0
+Release: 3%{?dist}
 
 License: JasPer License Version 2.0
 %if "%{?geo:1}" == "1"
@@ -22,7 +21,7 @@
 Provides: geojasper = %{geojasper_ver}
 %else
 URL:     http://www.ece.uvic.ca/~mdadams/jasper/
-Source:  http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.701.0.zip
+Source0: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%{version}.zip
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -58,7 +57,7 @@
 %setup -q -n %{name}-%{version}%{?geo:.GEO}
 
 %patch1 -p1 -b .GL
-%patch3 -p1 -b .memleak
+#patch3 -p1 -b .memleak
 
 %if "%{?geo:1}" == "1"
 chmod +x configure configure.ac
@@ -80,10 +79,6 @@
 make %{?_smp_mflags}
 
 
-%check ||:
-make check
-
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -91,10 +86,22 @@
 
 # Unpackaged files
 rm -f doc/README
-rm -f $RPM_BUILD_ROOT%{_bindir}/%{_target_platform}*
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 
+%check
+make check
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
 %files
 %defattr(-,root,root,-)
 %doc COPYRIGHT LICENSE NEWS README
@@ -102,7 +109,9 @@
 %{_bindir}/jiv
 %{_bindir}/imginfo
 %{_bindir}/*jasper*
+%{_bindir}/tmrdemo
 %{_libdir}/lib*.so.*
+%{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root,-)
@@ -111,16 +120,13 @@
 %{_libdir}/lib*.so
 
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%changelog
+* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-3
+- omit deprecated memleak patch
 
+* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-2
+- jasper-1.900.0 (#218947)
 
-%changelog
 * Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-15
 - memory leak (#207006)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/jasper/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Dec 2004 16:40:10 -0000	1.2
+++ sources	11 Dec 2006 22:28:24 -0000	1.3
@@ -1 +1 @@
-22a9f74fc880e38dd125c60aa4e4ce97  jasper-1.701.0.zip
+bef4a89e72b6a2a68a963c0dc837bacb  jasper-1.900.0.zip




More information about the scm-commits mailing list