Author: kiesiu Date: Wed Mar 28 09:13:32 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.4.0; merged from DEVEL
---- Files affected: packages/gnome-contacts: gnome-contacts.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/gnome-contacts/gnome-contacts.spec diff -u packages/gnome-contacts/gnome-contacts.spec:1.8 packages/gnome-contacts/gnome-contacts.spec:1.9 --- packages/gnome-contacts/gnome-contacts.spec:1.8 Thu Oct 20 20:32:26 2011 +++ packages/gnome-contacts/gnome-contacts.spec Wed Mar 28 11:13:27 2012 @@ -1,28 +1,33 @@ # $Revision$, $Date$ Summary: Contacts manager for GNOME Name: gnome-contacts -Version: 3.2.2 +Version: 3.4.0 Release: 1 License: GPL v2+ Group: Applications/Communications -Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-contacts/3.2/%{name}-%{version}.tar.xz -# Source0-md5: b7974ffcdd106fe9c42a074c465d0ef0 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-contacts/3.4/%{name}-%{version}.tar.xz +# Source0-md5: 1d3133ae36e8a7938e24423b90a0222b URL: https://live.gnome.org/ThreePointOne/Features/Contacts BuildRequires: autoconf >= 2.67 BuildRequires: automake BuildRequires: evolution-data-server-devel >= 3.2.0 BuildRequires: folks-devel >= 0.6.1.1 -BuildRequires: glib2-devel >= 1:2.30.0 +BuildRequires: gettext-devel +BuildRequires: glib2-devel >= 1:2.31.10 BuildRequires: gnome-desktop-devel >= 3.2.0 BuildRequires: gnome-online-accounts-devel BuildRequires: gtk+3-devel BuildRequires: intltool +BuildRequires: libgee-devel BuildRequires: libnotify-devel BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.592 BuildRequires: tar >= 1:1.22 +BuildRequires: telepathy-glib-devel >= 0.17.5 BuildRequires: vala >= 2:0.14.0 BuildRequires: xz +Requires(post,postun): glib2 >= 1:2.26.0 Requires: evolution-data-server >= 3.2.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -55,11 +60,17 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +%glib_compile_schemas + +%postun +%glib_compile_schemas + %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS README NEWS TODO ChangeLog %attr(755,root,root) %{_bindir}/%{name} -%{_datadir}/%{name} +%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml %{_desktopdir}/%{name}.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -68,6 +79,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2012/03/28 09:13:27 kiesiu +- updated to 3.4.0; merged from DEVEL + +Revision 1.8.2.1 2012/03/11 11:15:09 megabajt +- updated to 3.3.91 + Revision 1.8 2011/10/20 18:32:26 wiget - up to 3.2.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/gnome-contacts/gnome-contacts.spec?r1=1.8&r2=1.9 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
