]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
0.5.4
authorArtur Frysiak <artur@frysiak.net>
Fri, 18 Jun 1999 06:44:48 +0000 (06:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pinfo.spec -> 1.10

pinfo.spec

index 686299d828229ab2d66d5dfb6275c15117af58ff..e6e8e2a49af4a9e8920b52123cf890ea029ab296 100644 (file)
@@ -1,55 +1,71 @@
-Summary:       Lynx-style info and man browser
-Summary(pl):   Przêgl±darka info i manuali w stylu lynx'a
-Name:          pinfo
-Version:       0.3.9
-Release:       2
+Summary:       Lynx-style info browser
+Summary(pl):   Przêgl±darka info w stylu lynx'a
+Name:          pinfo   
+Version:       0.5.4
+Release:       1
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
 Copyright:     GPL
 Vendor:                Przemek Borys <pborys@dione.ids.pl>
 Source:                http://zeus.polsl.gliwice.pl/~pborys/%{name}-%{version}.tar.gz
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
 Copyright:     GPL
 Vendor:                Przemek Borys <pborys@dione.ids.pl>
 Source:                http://zeus.polsl.gliwice.pl/~pborys/%{name}-%{version}.tar.gz
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 
 %description
-Pinfo is a curses based lynx-style info and man browser.
+Pinfo is a curses based lynx-style info browser.
 
 %description -l pl
 
 %description -l pl
-Pinfo jest przegl±dark± dokumentów info i stron man podobn± do lynx'a.
+Pinfo jest przegl±dark± dokumentów info podobn± do lynx'a.
 
 %prep
 %setup -q
 
 %build
 
 %prep
 %setup -q
 
 %build
-make SPEEDOPTIMIZE="$RPM_OPT_FLAGS"
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+       --prefix=/usr \
+       --sysconfdir=/etc \
+       --without-included-gettext \
+       --target=%{_target_platform} \
+       --host=%{_host}
+       
+make 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/{man/man1,bin}
 
 
-install -s pinfo $RPM_BUILD_ROOT%{_bindir}
-install         pinfo.1 $RPM_BUILD_ROOT%{_mandir}/man1
+make install DESTDIR=$RPM_BUILD_ROOT
 
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       ACKNOWLEDGEMENTS CHANGELOG TODO TECHSTUFF README PORTING
+gzip -9nf $RPM_BUILD_ROOT/usr/share/man/man*/* \
+       ChangeLog NEWS AUTHORS README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {ACKNOWLEDGEMENTS,CHANGELOG,TODO,TECHSTUFF,README,PORTING}.gz
-%attr(755,root,root) %{_bindir}/pinfo
-%{_mandir}/man1/*
+%doc *.gz
+%attr(755,root,root) /usr/bin/pinfo
+%config %verify(not md5 size mtime) /etc/pinforc
+
+%lang(pl) /usr/share/locale/pl/LC_MESSAGES/*
+%lang(cs) /usr/share/locale/cs/LC_MESSAGES/*
+%lang(de) /usr/share/locale/de/LC_MESSAGES/*
+%lang(sv) /usr/share/locale/sv/LC_MESSAGES/*
+/usr/share/man/man1/*
 
 %changelog
 
 %changelog
-* Sun Mar 28 1999 Micha³ Kuratczyk <kura@pld.org.pl>
-  [0.3.9-2]
-- upgraded to 0.3.9
-
-* Sun Mar 28 1999 Micha³ Kuratczyk <kura@pld.org.pl>
-  [0.3.7-2]
-- upgraded to 0.3.7
-- added (gzipped) documentation
+* Mon May  3 1999 Artur Frysiak <wiget@pld.org.pl>
+  [0.5.2-1]
+- added de and sv locale
+
+* Fri Apr 16 1999 Artur Frysiak <wiget@pld.org.pl>
+  [0.4.9-1]
+- added --with-readline to ./configure
+- added pinforc and polish locale to %%files
+
+* Sat Apr 10 1999 Artur Frysiak <wiget@pld.org.pl>
+  [0.4.8-1]
+- added --sysconfdir=/etc to ./configure
 
 * Thu Mar 25 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.3.5-1]
 
 * Thu Mar 25 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.3.5-1]
This page took 0.033935 seconds and 4 git commands to generate.