]> git.pld-linux.org Git - packages/GXedit.git/commitdiff
- use new %doc infrastructure.
authorkloczek <kloczek@pld-linux.org>
Sat, 25 May 2002 20:15:33 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GXedit.spec -> 1.29

GXedit.spec

index 05b7f3ac85da5b62fad668123d2eecc11286cb4b..8ac4c9bc9e1d058dfd7840f9527f0b234f108d5a 100644 (file)
@@ -65,16 +65,13 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Office/Editors}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors
 
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors
 
-gzip -9nf docs/manual.txt docs/manual.ps docs/quickref.txt docs/quickref.ps \
-       README CHANGELOG docs/DEPENDENCIES
-
 %clean
 rm -r $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %clean
 rm -r $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {docs/manual.txt,docs/manual.ps,docs/quickref.txt,docs/quickref.ps}.gz
-%doc {README,CHANGELOG,docs/DEPENDENCIES}.gz example.gxeditrc
+%doc docs/manual.txt docs/manual.ps docs/quickref.txt docs/quickref.ps
+%doc README CHANGELOG docs/DEPENDENCIES example.gxeditrc
 
 %attr(755,root,root) %{_bindir}/*
 
 
 %attr(755,root,root) %{_bindir}/*
 
This page took 0.063901 seconds and 4 git commands to generate.