]> git.pld-linux.org Git - packages/gnome-contacts.git/commitdiff
- up to 0.1.3
authorArtur Frysiak <artur@frysiak.net>
Tue, 6 Sep 2011 14:30:28 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable silent make rules
- BR xz and tar with xz support

Changed files:
    gnome-contacts.spec -> 1.2

gnome-contacts.spec

index 4629604a69bdc6b0f24f5c694e4bd34fecfeee38..bcf4542363556dd25937b2f4aaf848f285cb6118 100644 (file)
@@ -1,18 +1,20 @@
 Summary:       Contacts manager for GNOME
 Name:          gnome-contacts
-Version:       0.1.2
+Version:       0.1.3
 Release:       1
 License:       GPL v2+
 Group:         Applications/Communications
 Source0:       http://download.gnome.org/sources/gnome-contacts/0.1/%{name}-%{version}.tar.xz
-# Source0-md5: 0c44633a0801022050e057e08ceb4980
+# Source0-md5: b5687e96f1072bee1b0127578494d7a2
 URL:           https://live.gnome.org/ThreePointOne/Features/Contacts
 BuildRequires: desktop-file-utils
 BuildRequires: folks-devel
 BuildRequires: gtk+3-devel
 BuildRequires: intltool
 BuildRequires: libnotify-devel
+BuildRequires: tar >= 1:1.22
 BuildRequires: vala >= 0.13.3
+BuildRequires: xz
 
 %description
 %{name} is a standalone contacts manager for GNOME desktop.
@@ -21,7 +23,8 @@ BuildRequires:        vala >= 0.13.3
 %setup -q
 
 %build
-%configure
+%configure \
+       --disable-silent-rules
 %{__make}
 
 %install
This page took 0.168293 seconds and 4 git commands to generate.