]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
- initial version pinfo-0_2_4-1
authorkura <kura@pld-linux.org>
Sun, 21 Mar 1999 19:23:44 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pinfo.spec -> 1.1

pinfo.spec [new file with mode: 0644]

diff --git a/pinfo.spec b/pinfo.spec
new file mode 100644 (file)
index 0000000..acfcdbd
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       Lynx-style info browser
+Summary(pl):   Przêgl±darka info w stylu lynx'a
+Name:          pinfo
+Version:       0.2.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
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+Pinfo is a curses based lynx-style info browser.
+
+%description -l pl
+Pinfo jest przegl±dark± dokumentów info podobn± do lynx'a.
+
+%prep
+%setup -q
+
+%build
+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
+
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) /usr/bin/pinfo
+/usr/man/man1
+
+%changelog
+* Sun Mar 21 1999 Micha³ Kuratczyk <kura@pld.org.pl>
+  [0.2.4-1]
+- upgraded to 0.2.4
+
+* Fri Mar 19 1999 Micha³ Kuratczyk <kura@pld.org.pl>
+  [0.2.3-1]
+- initial RPM release
This page took 0.202098 seconds and 4 git commands to generate.