Author: megabajt Date: Sun Dec 23 00:04:16 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added description - glib2 epoch - more verbose files - cleanup
---- Files affected: SPECS: gvfs.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/gvfs.spec diff -u SPECS/gvfs.spec:1.1 SPECS/gvfs.spec:1.2 --- SPECS/gvfs.spec:1.1 Sat Dec 22 22:39:14 2007 +++ SPECS/gvfs.spec Sun Dec 23 01:04:11 2007 @@ -1,36 +1,47 @@ # $Revision$, $Date$ -Summary: gvfs +Summary: gvfs - userspace virtual filesystem Name: gvfs Version: 0.1.0 Release: 1 License: LGPL v2 -Group: System +Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gvfs/0.1/%{name}-%{version}.tar.bz2 # Source0-md5: 6477f9f37de9310d43a3c89414832a9d BuildRequires: autoconf BuildRequires: automake BuildRequires: dbus-devel -BuildRequires: glib2-devel >= 2.15.0 BuildRequires: gettext-devel +BuildRequires: glib2-devel >= 1:2.15.0 BuildRequires: gtk-doc >= 1.8 BuildRequires: hal-devel >= 0.5.9 -BuildRequires: libcdio-devel +BuildRequires: libcdio-devel >= 0.78.2 BuildRequires: libfuse-devel BuildRequires: libsmbclient-devel BuildRequires: libtool -Requires: glib2 >= 2.15.0 +BuildRequires: pkg-config Requires: %{name}-libs = %{version}-%{release} +Requires: glib2 >= 1:2.15.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _libexecdir %{_libdir}/%{name} + %description -fixme +gvfs is a userspace virtual filesystem where mount runs as a separate +processes which you talk to via D-BUS. It contains a gio module that +seamlessly adds gvfs support to all applications using the gio API. It +also supports exposing the gvfs mounts to non-gio applications using +FUSE. %package libs -Summary: gvfs libs +Summary: gvfs libraries +Summary(pl.UTF-8): Biblioteki gvfs Group: Libraries %description libs -fixme +gvfs libraries. + +%description libs -l pl.UTF-8 +Biblioteki gvfs. %package devel Summary: Header files for gvfs library @@ -42,7 +53,7 @@ Header files for gvfs library. %description devel -l pl.UTF-8 -Pliki nagłówkowe biblioteki gvfs +Pliki nagłówkowe biblioteki gvfs. %prep %setup -q @@ -61,6 +72,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT + +rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la + %find_lang gvfs %clean @@ -74,8 +88,10 @@ %doc AUTHORS ChangeLog NEWS README TODO %dir %{_sysconfdir}/gvfs -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gvfs/* +%dir %{_sysconfdir}/gvfs/mounts +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gvfs/mounts/* %attr(755,root,root) %{_bindir}/* +%dir %{_libexecdir} %attr(755,root,root) %{_libexecdir}/gvfsd* %attr(755,root,root) %{_libexecdir}/gvfs-fuse-daemon %attr(755,root,root) %{_libdir}/gio/modules/*.so @@ -83,13 +99,13 @@ %files libs %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libgvfscommon.so.*.*.* +%{_libdir}/libgvfscommon.la %files devel %defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libgvfscommon.so %{_includedir}/gvfs-client -%{_libdir}/lib*.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -97,21 +113,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007-12-23 00:04:11 megabajt +- added description +- glib2 epoch +- more verbose files +- cleanup + Revision 1.1 2007-12-22 21:39:14 patrys - initial PLD release - -Revision 1.68 2007/07/01 14:38:10 spider -- added gpl3 - -Revision 1.67 2007/06/17 07:52:35 qboosh -- one more comment - -Revision 1.66 2007/02/12 22:09:17 glen -- tabs in preamble - -Revision 1.65 2007/02/12 01:06:34 baggins -- converted to UTF-8 - -Revision 1.64 2007/02/07 14:47:31 glen -- Epoch adding should be simple enough, not to have it here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gvfs.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
