X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;ds=inline;f=pinfo.spec;h=e9eafa93636fca268dd4e7dcc1a4681af0bfefca;hb=49d3335fa3bb8b4fe6a64d1aaa78bec2937d938e;hp=a59357098822a765cb9c5c311418efef58f3b917;hpb=001868bd284867846e7d84c5faf19d8474611c7b;p=packages%2Fpinfo.git diff --git a/pinfo.spec b/pinfo.spec index a593570..e9eafa9 100644 --- a/pinfo.spec +++ b/pinfo.spec @@ -1,14 +1,20 @@ Summary: Lynx-style info browser Summary(pl): Przêgl±darka info w stylu lynx'a -Name: pinfo -Version: 0.3.5 +Name: pinfo +Version: 0.6.3 Release: 1 -Group: Utilities/System -Group(pl): Narzêdzia/System -Copyright: GPL +Group: Applications/System +Group(de): Applikationen/System +Group(pl): Aplikacje/System +License: GPL Vendor: Przemek Borys -Source: http://zeus.polsl.gliwice.pl/~pborys/%{name}-%{version}.tar.gz -BuildRoot: /tmp/%{name}-%{version}-root +Source0: http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: ncurses-devel >= 5.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _sysconfdir /etc %description Pinfo is a curses based lynx-style info browser. @@ -20,38 +26,30 @@ Pinfo jest przegl %setup -q %build -make SPEEDOPTIMIZE="$RPM_OPT_FLAGS" +aclocal -I macros +autoconf +automake -a -c +%configure \ + --without-included-gettext + +%{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/usr/{man/man1,bin} -install -s pinfo $RPM_BUILD_ROOT/usr/bin -install pinfo.1 $RPM_BUILD_ROOT/usr/man/man1 +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +gzip -9nf ChangeLog NEWS AUTHORS README -gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/* +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) -%attr(755,root,root) /usr/bin/pinfo -/usr/man/man1 - -%changelog -* Thu Mar 25 1999 Tomasz K³oczko - [0.3.5-1] -- fixed passing $RPM_OPT_FLAGS. - -* Mon Mar 23 1999 Micha³ Kuratczyk - [0.3.1-1] -- upgraded to 0.3.1 - -* Sun Mar 21 1999 Micha³ Kuratczyk - [0.2.4-1] -- upgraded to 0.2.4 +%doc *.gz +%attr(755,root,root) %{_bindir}/pinfo +%config %verify(not md5 size mtime) %{_sysconfdir}/pinforc -* Fri Mar 19 1999 Micha³ Kuratczyk - [0.2.3-1] -- initial RPM release +%{_mandir}/man1/*