]> git.pld-linux.org Git - packages/libjpeg.git/commitdiff
- release 22: use new %doc. RA-1_0 STABLE libjpeg-6b-22
authorkloczek <kloczek@pld-linux.org>
Sun, 6 Oct 2002 11:09:43 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libjpeg.spec -> 1.40

libjpeg.spec

index b62fb1a614cbee3f97ff12083680d0642a9722c4..0153cec007cf7fbd447ff83fc4425548debe8bb1 100644 (file)
@@ -9,7 +9,7 @@ Summary(tr):    jpeg resimlerini i
 Summary(uk):   â¦Â̦ÏÔÅËÁ ÄÌÑ ÏÂÒÏÂËÉ Ò¦ÚÎÏÍÁΦÔÎÉÈ jpeg-ÆÁÊ̦×
 Name:          libjpeg
 Version:       6b
-Release:       20
+Release:       22
 License:       distributable
 Group:         Libraries
 Source0:       ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v%{version}.tar.gz
@@ -185,8 +185,8 @@ LD_PRELOAD=$PWD/.libs/%{name}.so make test
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir},%{_bindir},%{_mandir}/man1}
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT \
-       install install-headers install-lib
+%{__make} install install-headers install-lib \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install jversion.h $RPM_BUILD_ROOT%{_includedir}
 
@@ -199,8 +199,6 @@ mv -f jconfig.h.new jconfig.h
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf {libjpeg,structure}.doc
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -213,7 +211,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc {libjpeg,structure}.doc.gz
+%doc {libjpeg,structure}.doc
 
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
This page took 0.050944 seconds and 4 git commands to generate.