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

nc.spec

diff --git a/nc.spec b/nc.spec
index 5bbf6606f3c76ba409de820e110410277ef71316..918de64da10cfc0ec04bccb55d4e719105cc4f3b 100644 (file)
--- a/nc.spec
+++ b/nc.spec
@@ -49,9 +49,9 @@ install -s nc $RPM_BUILD_ROOT%{_bindir}/nc
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc README Changelog scripts data
-%attr(755, root, root) %{_bindir}/nc
+%attr(755,root,root) %{_bindir}/nc
 
 %changelog 
 * Sat Sep 26 1998 Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl>
This page took 0.040447 seconds and 4 git commands to generate.