]> git.pld-linux.org Git - packages/abook.git/commitdiff
- up to 0.6.0pre2
authorJan Palus <jan.palus@gmail.com>
Tue, 19 Oct 2010 11:46:18 +0000 (11:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix linking with tinfow
- add vCard import patch
- 0.5.6-01_editor patch applied upstream

Changed files:
    abook-tinfo_link.patch -> 1.1
    abook.spec -> 1.46

abook-tinfo_link.patch [new file with mode: 0644]
abook.spec

diff --git a/abook-tinfo_link.patch b/abook-tinfo_link.patch
new file mode 100644 (file)
index 0000000..26d33c3
--- /dev/null
@@ -0,0 +1,19 @@
+--- configure.in.orig  2010-10-19 13:37:19.861388909 +0200
++++ configure.in       2010-10-19 13:37:34.211388910 +0200
+@@ -84,14 +84,14 @@
+       fi])
+ AC_CHECK_LIB(ncursesw, initscr,
+-      [LIBS="$LIBS -lncursesw"
++      [LIBS="$LIBS -lncursesw -ltinfow"
+       if test x$abook_cv_curses = x/usr -a -d /usr/include/ncursesw; then
+               CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
+       fi
+       AC_CHECK_HEADERS(ncurses.h)],[
+       ac_widec_possible=no
+       AC_CHECK_LIB(ncurses, initscr,
+-              [LIBS="$LIBS -lncurses"
++              [LIBS="$LIBS -lncurses -ltinfo"
+               if test x$abook_cv_curses = x/usr -a -d /usr/include/ncurses; then
+                       CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
+               fi
index 6ff350911c38ac488d5157a15c3c954589fcdd72..9e539f8b1588330b08b8c568544bacbf773ae80e 100644 (file)
@@ -1,14 +1,17 @@
+%define                _rel    pre2
+#
 Summary:       Text-based addressbook program for mutt
 Summary(pl.UTF-8):     Tekstowa książka adresowa dla klienta pocztowego mutt
 Name:          abook
-Version:       0.5.6
-Release:       1
+Version:       0.6.0
+Release:       0.%{_rel}.1
 License:       GPL
 Group:         Applications/Mail
-Source0:       http://dl.sourceforge.net/abook/%{name}-%{version}.tar.gz
-# Source0-md5: 87d25df96864a7c507a4965e6d1da49d
+Source0:       http://abook.sourceforge.net/devel/%{name}-%{version}%{_rel}.tar.gz
+# Source0-md5: 1e4a7210b3507db7b3d47ee7a2457934
 Patch0:                %{name}-home_etc.patch
-Patch1:                http://abook.sourceforge.net/patches/0.5.6-01_editor
+Patch1:                %{name}-tinfo_link.patch
+Patch2:                http://abook.sourceforge.net/patches/abook_vcard_import.patch
 URL:           http://abook.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -26,9 +29,10 @@ Abook to pracująca w trybie tekstowym książka adresowa zaprojektowana
 do użycia z programem pocztowym mutt.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rel}
 %patch0 -p1
 %patch1
+%patch2 -p1
 
 %build
 %{__gettextize}
This page took 0.04913 seconds and 4 git commands to generate.