]> git.pld-linux.org Git - packages/Xconfigurator.git/commitdiff
- don't gzip man pages in spec, rpm does
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Oct 2001 12:32:16 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xconfigurator.spec -> 1.18

Xconfigurator.spec

index 0c9445b46b35549f41aaceb06f7753f2aeaffd93..3deee83a967241dceed290078637b06b22b3ed92 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Narz
 Name:          Xconfigurator
 Version:       4.2.3
 Release:       1
-Copyright:     distributable
+License:       distributable
 Group:         X11/Applications
 Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
@@ -42,8 +42,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} PREFIX=$RPM_BUILD_ROOT install
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
-       README TODO
+gzip -9nf README TODO
 
 %find_lang %{name}
 
@@ -56,4 +55,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/Xconfigurator
 %attr(755,root,root) %{_bindir}/Xtest
 %{_datadir}/Xconfigurator
-%{_mandir}/man1/Xconfigurator.1x.gz
+%{_mandir}/man1/Xconfigurator.1x*
This page took 0.07465 seconds and 4 git commands to generate.