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

chkfontpath.spec

index 16b16ec8e56f8998ea91f6a099665dad1286480c..04e2c160a59096e8b066461a0329fd7a2277e193 100644 (file)
@@ -4,8 +4,9 @@ Name:           chkfontpath
 Version:       1.5
 Release:       2
 License:       GPL
-Group:         X11/Utilities
-Group(pl):     X11/Narzêdzia
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(pl):     X11/Aplikacje
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Source0:       %{name}-%{version}.tar.gz
 BuildRequires: popt-devel
@@ -36,9 +37,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}/man8
 
 %{__make} INSTROOT=$RPM_BUILD_ROOT install
-mv $RPM_BUILD_ROOT%{_prefix}/man/man8/* $RPM_BUILD_ROOT/%{_mandir}/man8
-
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
+mv -f $RPM_BUILD_ROOT%{_prefix}/man/man8/* $RPM_BUILD_ROOT/%{_mandir}/man8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.05644 seconds and 4 git commands to generate.