]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- new %doc
authorTomasz Pala <gotar@pld-linux.org>
Fri, 24 May 2002 10:58:30 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    template.spec -> 1.12

template.spec

index 29fba0054fc44c4b0c14f1f49ffc8fc0be615c22..97e421af1bb6f9837f1036b56eaeaf38824789b7 100644 (file)
@@ -15,8 +15,7 @@ URL:          -
 BuildRequires: -
 PreReq:                -
 Requires:      -
-Requires(pre): -
-Requires(post):        -
+Requires(pre,post):    -
 Requires(preun):       -
 Requires(postun):      -
 Provides:      -
@@ -51,8 +50,6 @@ install -d $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README ChangeLog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -66,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README ChangeLog
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 
This page took 0.427108 seconds and 4 git commands to generate.