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

control-panel.spec

index 525180bcbb3cf956bfab2e5c93a0978bc1e14b06..012a429c2365f70f1a1d046d472a9d771739b1d7 100644 (file)
@@ -56,14 +56,14 @@ strip $RPM_BUILD_ROOT%{_bindir}/control-panel
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %config(missingok) /etc/X11/wmconfig/control-panel
 
-%attr(755, root, root) %{_bindir}/control-panel
+%attr(755,root,root) %{_bindir}/control-panel
 
 %{_libdir}/rhs/control-panel/loopy/*
 
-%attr(755, root, root) %{_libdir}/rhs/control-panel/*
+%attr(755,root,root) %{_libdir}/rhs/control-panel/*
 %{_mandir}/man8/*
 
 %changelog
This page took 0.066109 seconds and 4 git commands to generate.