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

txt2html.spec

index d193205b67c0231cd28739f43d051d367368a602..8852b773dc364c4465630e3efe2b898508fa8332 100644 (file)
@@ -40,10 +40,10 @@ install txt2html.dict $RPM_BUILD_ROOT%{_libdir}/txt2html-linkdict
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc changes.html sample.txt sample.html LICENSE README
 %config %{_libdir}/txt2html-linkdict
-%attr(755, root, root) %{_bindir}/txt2html
+%attr(755,root,root) %{_bindir}/txt2html
 
 %changelog
 * Fri Sep 25 1998 Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl>
This page took 0.093147 seconds and 4 git commands to generate.