]> git.pld-linux.org Git - packages/metamail.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:
    metamail.spec -> 1.6

metamail.spec

index e00826bf8ca2720a250218321f5854fdf587594c..5b7a0f839fd663ec4c613dd75b9f132356123b49 100644 (file)
@@ -67,10 +67,10 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*.orig
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc src/README src/CREDITS src/mailers.txt
 %{_libdir}/metamail
-%attr(755, root, root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
 %changelog
This page took 0.103957 seconds and 4 git commands to generate.