]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
- release 2: amfix for automake 1.5 pinfo-0_6_3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Oct 2001 13:14:09 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pinfo-amfix.patch -> 1.1
    pinfo.spec -> 1.31

pinfo-amfix.patch [new file with mode: 0644]
pinfo.spec

diff --git a/pinfo-amfix.patch b/pinfo-amfix.patch
new file mode 100644 (file)
index 0000000..2bb1dc7
--- /dev/null
@@ -0,0 +1,14 @@
+--- pinfo-0.6.3/src/Makefile.am.orig   Sat Oct 20 14:56:33 2001
++++ pinfo-0.6.3/src/Makefile.am        Sat Oct 20 14:58:10 2001
+@@ -67,11 +67,6 @@
+ pinfo_LDADD = $(pinfo_READLINE_OBJ) $(pinfo_SNPRINTF_OBJ)\
+               $(pinfo_SIGBLOCK_OBJ) @READLINE_LIBS@ $(INTLLIBS)
+-pinfo_DEPENDENCIES = $(pinfo_READLINE_OBJ)\
+-                     $(pinfo_SNPRINTF_OBJ)\
+-                     $(pinfo_SIGBLOCK_OBJ)\
+-                   $(INTLDEPS)
+-
+ if HAS_READLINE
+ else
index 7b2b37c90482fc831ee70718bd123aa81a56f401..3e6108d31b5c6fc542b918c2b5561e15d3da4441 100644 (file)
@@ -1,16 +1,17 @@
 Summary:       Lynx-style info browser
 Summary(es):   Visualizador de páginas info y man
-Summary(pl):   Przêgl±darka info w stylu lynx'a
+Summary(pl):   Przêgl±darka info w stylu lynksa
 Summary(pt_BR):        Visualizador de páginas info e man
 Name:          pinfo   
 Version:       0.6.3
-Release:       1
+Release:       2
 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
+Patch0:                %{name}-amfix.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ncurses-devel >= 5.0
@@ -25,7 +26,7 @@ Pinfo is a curses based lynx-style info browser.
 Visualizador de páginas info y man.
 
 %description -l pl
-Pinfo jest przegl±dark± dokumentów info podobn± do lynx'a.
+Pinfo jest przegl±dark± dokumentów info podobn± do lynksa.
 
 %description -l pt_BR
 Visualizador hipertexto de arquivos info e páginas de manual, com
@@ -34,6 +35,7 @@ regulares.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 aclocal -I macros
This page took 0.034655 seconds and 4 git commands to generate.