]> git.pld-linux.org Git - packages/libjpeg.git/commitdiff
- removed spaces from %attr macros parameters.
authorkloczek <kloczek@pld-linux.org>
Mon, 24 May 1999 11:45:55 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libjpeg.spec -> 1.14

libjpeg.spec

index 571679e1daa043f576eb77db07091d89d507fc5d..12f88de74bcfc84c031355620a3276411153269d 100644 (file)
@@ -125,23 +125,23 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc {libjpeg,structure}.doc.gz
 
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/*.h
 
 %files progs
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
 %files static
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %{_libdir}/lib*.a
 
 %changelog
This page took 0.070584 seconds and 4 git commands to generate.