]> git.pld-linux.org Git - packages/gnome-contacts.git/commitdiff
- updated to 0.1.4.1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 18 Sep 2011 17:55:19 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-contacts.spec -> 1.3

gnome-contacts.spec

index bcf4542363556dd25937b2f4aaf848f285cb6118..29515f18b42da25422b4f52381f25b9a085af1ed 100644 (file)
@@ -1,28 +1,40 @@
 Summary:       Contacts manager for GNOME
 Name:          gnome-contacts
-Version:       0.1.3
+Version:       0.1.4.1
 Release:       1
 License:       GPL v2+
 Group:         Applications/Communications
-Source0:       http://download.gnome.org/sources/gnome-contacts/0.1/%{name}-%{version}.tar.xz
-# Source0-md5: b5687e96f1072bee1b0127578494d7a2
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-contacts/0.1/%{name}-%{version}.tar.xz
+# Source0-md5: 3f6ef0a89d20d94815810a17c7fc8bb7
 URL:           https://live.gnome.org/ThreePointOne/Features/Contacts
-BuildRequires: desktop-file-utils
-BuildRequires: folks-devel
+BuildRequires: autoconf >= 2.67
+BuildRequires: automake
+BuildRequires: folks-devel >= 0.6.1.1
+BuildRequires: gnome-desktop-devel >= 3.0
 BuildRequires: gtk+3-devel
 BuildRequires: intltool
 BuildRequires: libnotify-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig
 BuildRequires: tar >= 1:1.22
-BuildRequires: vala >= 0.13.3
+BuildRequires: vala >= 1:0.13.3
 BuildRequires: xz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-%{name} is a standalone contacts manager for GNOME desktop.
+gnome-contacts is a standalone contacts manager for GNOME desktop.
 
 %prep
 %setup -q
 
 %build
+mkdir m4
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-silent-rules
 %{__make}
@@ -35,12 +47,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang %{name}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README NEWS TODO ChangeLog
 %attr(755,root,root) %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.158193 seconds and 4 git commands to generate.