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

eggdrop.spec

index ba380fcb0b2a1e3010ed710756ea7e1fb2e6cf93..2280818220ebee7449deefefaa71f5f85339a1c4 100644 (file)
@@ -66,16 +66,16 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/*
 rm -rf $RPM_BUILD_ROOT
 
 %files 
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc CONTENTS COPYING FEATURES INSTALL README doc/*
-%attr(755, root, root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/*
 %{_libdir}/eggdrop/filesys
 %{_libdir}/eggdrop/help
 %{_libdir}/eggdrop/language
 %ghost %{_libdir}/eggdrop/modules
 %{_libdir}/eggdrop/modules-%{versionmajor}
 %{_libdir}/eggdrop/scripts
-%attr(755, root, root) %{_libdir}/eggdrop/eggdrop2-%{versionmajor}
+%attr(755,root,root) %{_libdir}/eggdrop/eggdrop2-%{versionmajor}
 %ghost %{_libdir}/eggdrop/eggdrop2
 %{_libdir}/eggdrop/eggdrop2.conf.*
 %{_libdir}/eggdrop/motd
This page took 0.033616 seconds and 4 git commands to generate.