[gnome-contacts] Initial import (#712923).

Elad Alfassa elad at fedoraproject.org
Sun Jul 10 08:52:00 UTC 2011


commit f27cc0714604db036bbb57021e630e017427585c
Author: Elad Alfassa <elad at fedoraproject.org>
Date:   Sun Jul 10 11:51:11 2011 +0300

    Initial import (#712923).

 .gitignore          |    1 +
 gnome-contacts.spec |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3c83cc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome-contacts-0.1.1.tar.xz
diff --git a/gnome-contacts.spec b/gnome-contacts.spec
new file mode 100644
index 0000000..b588fe4
--- /dev/null
+++ b/gnome-contacts.spec
@@ -0,0 +1,57 @@
+Name:           gnome-contacts
+Version:        0.1.1
+Release:        1%{?dist}
+Summary:        Contacts manager for GNOME
+
+License:        GPLv2+
+URL:            https://live.gnome.org/ThreePointOne/Features/Contacts
+#VCS: http://git.gnome.org/browse/gnome-contacts/
+Source0:        http://download.gnome.org/sources/%{name}/0.1/%{name}-%{version}.tar.xz
+
+BuildRequires:  folks-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  vala-devel
+BuildRequires:  intltool
+BuildRequires:  libnotify-devel
+BuildRequires:  desktop-file-utils
+
+%description
+%{name} is a standalone contacts manager for GNOME desktop.
+
+%prep
+%setup -q
+
+%build
+#Until we have vala 0.13 in rawhide:
+sed -i 's,0.13.0,0.12.0,g' configure
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc AUTHORS COPYING README NEWS TODO ChangeLog
+%{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_datadir}/applications/%{name}.desktop
+
+
+%changelog
+* Tue Jul 05 2011 Elad Alfassa <elad at fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1
+
+* Sun Jun 19 2011 Elad Alfassa <elad at fedoraproject.org> - 0.1.0-3
+- Fix unowned directory
+
+* Sun Jun 19 2011 Elad Alfassa <elad at fedoraproject.org> - 0.1.0-2
+- Add missing doc files.
+- Use package names instead of pkgconfig() in BuildRequires
+
+* Mon Jun 13 2011 Elad Alfassa <elad at fedoraproject.org> - 0.1.0-1
+- Initial packaging
+
+
diff --git a/sources b/sources
index e69de29..ad773d4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+06aeec251464cc5fb2a5731e830335b3  gnome-contacts-0.1.1.tar.xz


More information about the scm-commits mailing list