SPECS: jasper.spec - updated to 1.900.0 (new soname)

qboosh qboosh at pld-linux.org
Mon Dec 11 21:40:12 CET 2006


Author: qboosh                       Date: Mon Dec 11 20:40:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.900.0 (new soname)

---- Files affected:
SPECS:
   jasper.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/jasper.spec
diff -u SPECS/jasper.spec:1.36 SPECS/jasper.spec:1.37
--- SPECS/jasper.spec:1.36	Sat Nov 25 14:26:21 2006
+++ SPECS/jasper.spec	Mon Dec 11 21:40:07 2006
@@ -1,20 +1,20 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without opengl  # don't build (OpenGL-based) jiv
+%bcond_without	opengl	# don't build (OpenGL-based) jiv
 #
 Summary:	JasPer - collection of software for coding and manipulation of images
 Summary(pl):	JasPer - zestaw oprogramowania do obróbki obrazków
 Name:		jasper
-Version:	1.701.0
-Release:	4
+Version:	1.900.0
+Release:	1
 Epoch:		0
 License:	BSD-like
 Group:		Libraries
 Source0:	http://www.ece.uvic.ca/~mdadams/jasper/software/%{name}-%{version}.zip
-# Source0-md5:	22a9f74fc880e38dd125c60aa4e4ce97
+# Source0-md5:	bef4a89e72b6a2a68a963c0dc837bacb
 URL:		http://www.ece.uvic.ca/~mdadams/jasper/
-BuildRequires:	autoconf >= 2.57
+BuildRequires:	autoconf >= 2.59-9
 BuildRequires:	automake
 %{?with_opengl:BuildRequires:       OpenGL-glut-devel >= 3.7}
 BuildRequires:	libjpeg-devel
@@ -119,6 +119,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# nothing interesting
+rm -f $RPM_BUILD_ROOT%{_bindir}/tmrdemo
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -127,28 +130,31 @@
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE NEWS README doc/jasper*
+%doc LICENSE NEWS README doc/jasper.pdf doc/jpeg2000.pdf
 %attr(755,root,root) %{_bindir}/img*
 %attr(755,root,root) %{_bindir}/jasper
+%{_mandir}/man1/img*.1*
+%{_mandir}/man1/jasper.1*
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libjasper.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libjasper.so
+%{_libdir}/libjasper.la
 %{_includedir}/jasper
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libjasper.a
 
 %if %{with opengl}
 %files jiv
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/jiv
+%{_mandir}/man1/jiv.1*
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -157,6 +163,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2006/12/11 20:40:07  qboosh
+- updated to 1.900.0 (new soname)
+
 Revision 1.36  2006/11/25 13:26:21  arekm
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/jasper.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list