SPECS: jbig2dec.spec - updated to 0.9, added shared patch

qboosh qboosh at pld-linux.org
Sun Aug 27 00:30:29 CEST 2006


Author: qboosh                       Date: Sat Aug 26 22:30:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9, added shared patch

---- Files affected:
SPECS:
   jbig2dec.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/jbig2dec.spec
diff -u SPECS/jbig2dec.spec:1.2 SPECS/jbig2dec.spec:1.3
--- SPECS/jbig2dec.spec:1.2	Thu Jul 21 20:29:58 2005
+++ SPECS/jbig2dec.spec	Sun Aug 27 00:30:24 2006
@@ -2,14 +2,19 @@
 Summary:	Decoder implementation of the JBIG2 image compression format
 Summary(pl):	Implementacja dekodera formatu kompresji obrazu JBIG2
 Name:		jbig2dec
-Version:	0.8
-Release:	0.1
+Version:	0.9
+Release:	1
 License:	GPL with clause allowing linking to AFPL Ghostscript
 Group:		Applications
 Source0:	http://dl.sourceforge.net/jbig2dec/%{name}-%{version}.tar.gz
-# Source0-md5:	cb8f01ae18987f2cebf6854cdd44c7d0
+# Source0-md5:	e4bff86825ccde304c19bd7ec122fda4
+Patch0:		%{name}-shared.patch
 URL:		http://jbig2dec.sourceforge.net/
-BuildRequires:	automake
+BuildRequires:	autoconf >= 2.53
+BuildRequires:	automake >= 1:1.7
+BuildRequires:	libpng-devel
+BuildRequires:	libtool
+BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -84,11 +89,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-#%%{__libtoolize}
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 
 %configure
@@ -109,9 +116,19 @@
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE README
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%doc CHANGES LICENSE README
+%attr(755,root,root) %{_bindir}/jbig2dec
+%attr(755,root,root) %{_libdir}/libjbig2dec.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libjbig2dec.so
+%{_libdir}/libjbig2dec.la
+%{_includedir}/jbig2.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libjbig2dec.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -119,6 +136,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/08/26 22:30:24  qboosh
+- updated to 0.9, added shared patch
+
 Revision 1.2  2005/07/21 18:29:58  qboosh
 - pl, some cleanups
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/jbig2dec.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list