Author: kiesiu Date: Tue Apr 5 10:54:40 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.8.0; merged from DEVEL - updated BR
---- Files affected: packages/gvfs: gvfs.spec (1.48 -> 1.49) ---- Diffs: ================================================================ Index: packages/gvfs/gvfs.spec diff -u packages/gvfs/gvfs.spec:1.48 packages/gvfs/gvfs.spec:1.49 --- packages/gvfs/gvfs.spec:1.48 Tue Mar 22 09:37:00 2011 +++ packages/gvfs/gvfs.spec Tue Apr 5 12:54:35 2011 @@ -2,13 +2,12 @@ Summary: gvfs - userspace virtual filesystem Summary(pl.UTF-8): gvfs - wirtualny system plików w przestrzeni użytkownika Name: gvfs -Version: 1.6.7 +Version: 1.8.0 Release: 1 License: LGPL v2+ Group: Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.6/%{name}-%{version}.tar.bz2 -# Source0-md5: ac249ae10e38cf3d5f779624b81ad3b0 -BuildRequires: GConf2-devel >= 2.28.0 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.8/%{name}-%{version}.tar.bz2 +# Source0-md5: db09c9edcdde9b1166562a4ca54bbaa8 BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: avahi-glib-devel >= 0.6.22 @@ -17,25 +16,26 @@ BuildRequires: dbus-glib-devel BuildRequires: expat-devel BuildRequires: gettext-devel -BuildRequires: glib2-devel >= 1:2.24.0 +BuildRequires: glib2-devel >= 1:2.28.0 BuildRequires: gnome-disk-utility-devel >= 2.30.0 BuildRequires: gtk-doc >= 1.8 BuildRequires: intltool >= 0.40.0 BuildRequires: libarchive-devel BuildRequires: libcdio-devel >= 0.78.2 -BuildRequires: libfuse-devel +BuildRequires: libfuse-devel >= 2.8.0 BuildRequires: libgnome-keyring-devel -BuildRequires: libgphoto2-devel >= 2.4.0 -BuildRequires: libimobiledevice-devel >= 0.9.7 +BuildRequires: libgphoto2-devel >= 2.4.7 +BuildRequires: libimobiledevice-devel >= 1.1.0 +BuildRequires: libplist-devel >= 0.15 BuildRequires: libsmbclient-devel >= 3.0 BuildRequires: libsoup-gnome-devel >= 2.26.0 BuildRequires: libtool BuildRequires: libxml2-devel >= 1:2.6.31 BuildRequires: openssl-devel BuildRequires: pkgconfig -BuildRequires: sed >= 4.0 +BuildRequires: rpmbuild(macros) >= 1.592 BuildRequires: udev-glib-devel >= 138 -Requires(post,postun): glib2 >= 1:2.24.0 +Requires(post,postun): glib2 >= 1:2.26.0 Requires: %{name}-libs = %{version}-%{release} # for gvfs-gdu-volume-monitor: Requires: udisks @@ -63,7 +63,7 @@ Summary: gvfs libraries Summary(pl.UTF-8): Biblioteki gvfs Group: Libraries -Requires: glib2 >= 1:2.24.0 +Requires: glib2 >= 1:2.28.0 %description libs gvfs libraries. @@ -76,7 +76,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki gvfs Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} -Requires: glib2-devel >= 1:2.24.0 +Requires: glib2-devel >= 1:2.28.0 %description devel Header files for gvfs library. @@ -99,9 +99,6 @@ %prep %setup -q -%{__sed} -i -e 's/^en@shaw//' po/LINGUAS -rm -f po/[email protected] - %build %{__intltoolize} %{__libtoolize} @@ -128,11 +125,15 @@ rm -rf $RPM_BUILD_ROOT %post +%glib_compile_schemas umask 022 %{_bindir}/gio-querymodules %{_libdir}/gio/modules exit 0 %postun +if [ "$1" = "0" ]; then + %glib_compile_schemas +fi umask 022 %{_bindir}/gio-querymodules %{_libdir}/gio/modules exit 0 @@ -215,6 +216,11 @@ %{_datadir}/gvfs/remote-volume-monitors/afc.monitor %{_datadir}/gvfs/remote-volume-monitors/gdu.monitor %{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor +%{_datadir}/GConf/gsettings/gvfs-dns-sd.convert +%{_datadir}/GConf/gsettings/gvfs-smb.convert +%{_datadir}/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml +%{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml %files libs %defattr(644,root,root,755) @@ -241,8 +247,18 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.49 2011/04/05 10:54:35 kiesiu +- updated to 1.8.0; merged from DEVEL +- updated BR + Revision 1.48 2011/03/22 08:37:00 caleb - Up to 1.6.7 + +Revision 1.47.2.2 2011/03/21 19:30:39 megabajt +- updated to 1.7.3 + +Revision 1.47.2.1 2011/02/04 22:23:10 megabajt +- updated to 1.7.2 Revision 1.47 2010/11/12 22:02:06 megabajt - updated to 1.6.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gvfs/gvfs.spec?r1=1.48&r2=1.49&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
