]> git.pld-linux.org Git - packages/contacts.git/blobdiff - contacts.spec
- rel. 7
[packages/contacts.git] / contacts.spec
index 662b31269516c9d058a06abed03d8fc0f673e04c..29ff46e3b9312296a5d042137063fb66197dd9e4 100644 (file)
@@ -1,25 +1,28 @@
 Summary:       Tiny GNOME address book applet
 Summary(pl.UTF-8):     Mały aplet książki adresowej dla GNOME
 Name:          contacts
-Version:       0.9
-Release:       2
+Version:       0.12
+Release:       7
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://pimlico-project.org/sources/contacts/%{name}-%{version}.tar.gz
-# Source0-md5: aab5affbf93d6fa7b978b323a8d44de0
+Source0:       http://download.gnome.org/sources/contacts/0.12/%{name}-%{version}.tar.bz2
+# Source0-md5: 0bb01fc7479a497550ea5f2e0035b9d8
+Patch0:                makefile.patch
 URL:           http://pimlico-project.org/contacts.html
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: evolution-data-server-devel >= 1.2
+BuildRequires: gettext-devel
+BuildRequires: gnome-vfs2-devel
 BuildRequires: gtk+2-devel >= 2:2.10.7
 BuildRequires: intltool >= 0.35.0
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 1:2.6.27
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.198
-Requires(post,preun):  GConf2
+Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
-Requires(post,postun): scrollkeeper
+Requires(post,preun):  GConf2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,6 +44,7 @@ Zaurus.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__glib_gettextize}
@@ -51,8 +55,7 @@ Zaurus.
 %{__automake}
 %{__autoconf}
 %configure \
-       --disable-schemas-install \
-       --disable-scrollkeeper
+       --disable-schemas-install
 %{__make}
 
 %install
This page took 0.117574 seconds and 4 git commands to generate.