Accepting request 75054 from home:vuntz:branches:GNOME:Factory

Update to 0.1.1

OBS-URL: https://build.opensuse.org/request/show/75054
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-contacts?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2011-07-02 11:27:17 +00:00 committed by Git OBS Bridge
parent 7854d3d09a
commit a6a187fb64
4 changed files with 15 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28d02ba5ce88e617fe28d75dfa100f2966fbd3939938de47c5c7dee0636ecab9
size 306543

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcc83cec1b808fcb3b4a601999179e0eb4a86fad12c0c4c9f24c3c70ad3506eb
size 349149

View File

@ -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

View File

@ -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