]> git.pld-linux.org Git - packages/newt.git/commitdiff
- fix %doc
authorareq <areq@pld-linux.org>
Thu, 15 Aug 2002 16:26:02 +0000 (16:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    newt.spec -> 1.55

newt.spec

index 71b715ed5741970f71e9541e296171fb7b1dc470..ab68a1806e4aff8d63324b210fe07ade39a46caa 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -171,12 +171,9 @@ install -d $RPM_BUILD_ROOT
 %{__make} instroot=$RPM_BUILD_ROOT install
 %{__make} instroot=$RPM_BUILD_ROOT install-sh
 
-
 #it just plain doesn't work... fix it if you can
 #sgml2txt tutorial.sgml
 
-gzip -9nf CHANGES tutorial.*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -202,7 +199,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc CHANGES.gz tutorial.txt.gz
+%doc CHANGES  
+#tutorial.txt
 
 %{_includedir}/*.h
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.063615 seconds and 4 git commands to generate.