]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
- updated to 0.6.1, pinfo-0_6_1-1
authorkloczek <kloczek@pld-linux.org>
Thu, 12 Oct 2000 03:41:00 +0000 (03:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use rpm new automation.

Changed files:
    pinfo.spec -> 1.27

pinfo.spec

index 60c0d853e4f1a18b40849fc8db38090c3819fe82..47e1359f879a3bfb46e32c435943243ccf2a48f3 100644 (file)
@@ -1,10 +1,11 @@
 Summary:       Lynx-style info browser
 Summary(pl):   Przêgl±darka info w stylu lynx'a
 Name:          pinfo   
-Version:       0.6.0
+Version:       0.6.1
 Release:       1
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
 License:       GPL
 Vendor:                Przemek Borys <pborys@dione.ids.pl>
 Source0:       http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz
@@ -25,7 +26,6 @@ Pinfo jest przegl
 
 %build
 gettextize --copy --force
-LDFLAGS="-s"; export LDFLAGS
 %configure \
        --without-included-gettext
        
@@ -33,12 +33,10 @@ LDFLAGS="-s"; export LDFLAGS
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       ChangeLog NEWS AUTHORS README
+gzip -9nf ChangeLog NEWS AUTHORS README
 
 %find_lang %{name}
 
This page took 0.050266 seconds and 4 git commands to generate.