From 30149ee42db6349b200959688e34377a58e6d73f Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Sun, 28 Mar 1999 17:44:37 +0000 Subject: [PATCH] cosmetic changes Changed files: libjpeg.spec -> 1.7 --- libjpeg.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libjpeg.spec b/libjpeg.spec index fda58e1..36325a5 100644 --- a/libjpeg.spec +++ b/libjpeg.spec @@ -115,8 +115,8 @@ make install-lib strip $RPM_BUILD_ROOT/usr/{lib/lib*so.*.*,/bin/*} -gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* -gzip -9nf {libjpeg,structure}.doc +gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* \ + {libjpeg,structure}.doc %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -125,6 +125,7 @@ gzip -9nf {libjpeg,structure}.doc rm -rf $RPM_BUILD_ROOT %files +%defattr(644, root, root, 755) %attr(755,root,root) /usr/lib/lib*.so.*.* %files devel @@ -135,11 +136,13 @@ rm -rf $RPM_BUILD_ROOT /usr/include/*.h %files progs +%defattr(644, root, root, 755) %attr(755,root,root) /usr/bin/* -%attr(644,root,root) /usr/man/man1/* +/usr/man/man1/* %files static -%attr(644,root,root) /usr/lib/lib*.a +%defattr(644, root, root, 755) +/usr/lib/lib*.a %changelog * Sun Mar 14 1999 Micha³ Kuratczyk -- 2.44.0