From 1007a85f60dc5fe2712472090bb7c1fbc05587b7 Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 24 May 1999 11:45:55 +0000 Subject: [PATCH] - removed spaces from %attr macros parameters. Changed files: libjpeg.spec -> 1.14 --- libjpeg.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libjpeg.spec b/libjpeg.spec index 571679e..12f88de 100644 --- a/libjpeg.spec +++ b/libjpeg.spec @@ -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 -- 2.44.0