diff --git a/gnome-contacts-0.1.0.tar.bz2 b/gnome-contacts-0.1.0.tar.bz2 deleted file mode 100644 index 598a16b..0000000 --- a/gnome-contacts-0.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28d02ba5ce88e617fe28d75dfa100f2966fbd3939938de47c5c7dee0636ecab9 -size 306543 diff --git a/gnome-contacts-0.1.1.tar.bz2 b/gnome-contacts-0.1.1.tar.bz2 new file mode 100644 index 0000000..440e644 --- /dev/null +++ b/gnome-contacts-0.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc83cec1b808fcb3b4a601999179e0eb4a86fad12c0c4c9f24c3c70ad3506eb +size 349149 diff --git a/gnome-contacts.changes b/gnome-contacts.changes index 45512ff..87b146a 100644 --- a/gnome-contacts.changes +++ b/gnome-contacts.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 1 16:36:52 CEST 2011 - vuntz@opensuse.org + +- Update to version 0.1.1: + + Lots more work on the UI + + Initial work on editing +- Add pkgconfig(libnotify) BuildRequires. +- Remove have_desktop_file and have_lang defines now that we have a + .desktop file and translations. + ------------------------------------------------------------------- Wed Jun 15 15:17:07 CEST 2011 - vuntz@opensuse.org diff --git a/gnome-contacts.spec b/gnome-contacts.spec index c58cdd8..03b626b 100644 --- a/gnome-contacts.spec +++ b/gnome-contacts.spec @@ -15,12 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# Remove those defines once the upstream tarball contains a .desktop file and translations -%define have_desktop_file 0 -%define have_lang 0 - Name: gnome-contacts -Version: 0.1.0 +Version: 0.1.1 Release: 1 License: GPLv2+ Summary: Contacts Manager for GNOME @@ -28,22 +24,19 @@ Url: http://www.gnome.org Group: Productivity/Office/Other Source: http://download.gnome.org/sources/gnome-contacts/0.1/%{name}-%{version}.tar.bz2 BuildRequires: intltool -%if %{have_desktop_file} BuildRequires: update-desktop-files -%endif BuildRequires: vala BuildRequires: pkgconfig(folks) BuildRequires: pkgconfig(folks-telepathy) BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libnotify) Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Contacts Manager for GNOME -%if %{have_lang} %lang_package -%endif %prep %setup -q @@ -53,35 +46,25 @@ make %{?_smp_mflags} %install %make_install -%if %{have_desktop_file} %suse_update_desktop_file %{name} -%endif -%if %{have_lang} %find_lang %{name} %{?no_lang_C} -%endif %clean rm -rf %{buildroot} -%if %{have_desktop_file} %post %desktop_database_post %postun %desktop_database_postun -%endif %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/gnome-contacts -%if %{have_desktop_file} %{_datadir}/applications/gnome-contacts.desktop -%endif %{_datadir}/gnome-contacts/ -%if %{have_lang} %files lang -f %{name}.lang -%endif %changelog