SPECS (DEVEL): gnome-vfs2.spec - 2.13.4, disable howl for now, TOD...

freetz freetz at pld-linux.org
Wed Jan 18 22:41:42 CET 2006


Author: freetz                       Date: Wed Jan 18 21:41:42 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- 2.13.4, disable howl for now, TODO added, apidocs subpkg, updated BR

---- Files affected:
SPECS:
   gnome-vfs2.spec (1.164.2.1 -> 1.164.2.2) 

---- Diffs:

================================================================
Index: SPECS/gnome-vfs2.spec
diff -u SPECS/gnome-vfs2.spec:1.164.2.1 SPECS/gnome-vfs2.spec:1.164.2.2
--- SPECS/gnome-vfs2.spec:1.164.2.1	Thu Jan  5 14:39:07 2006
+++ SPECS/gnome-vfs2.spec	Wed Jan 18 22:41:36 2006
@@ -1,13 +1,18 @@
 # $Revision$, $Date$
+#
+# TODO:
+# - gnome-mount (with bcond - gnome-mount requires libgnomeui)
+# - drop howl use avahi instead
+#
 Summary:	GNOME2 - virtual file system
 Summary(pl):	GNOME2 - wirtualny system plików
 Name:		gnome-vfs2
-Version:	2.13.3
+Version:	2.13.4
 Release:	1
 License:	LGPL v2+
 Group:		Applications
 Source0:	http://ftp.gnome.org/pub/gnome/sources/gnome-vfs/2.13/gnome-vfs-%{version}.tar.bz2
-# Source0-md5:	5516fbfd0e39f882093ac18534f007b5
+# Source0-md5:	194490e2cfa95ec8eb753d4cc3992902
 Source1:	%{name}-defaults.list
 Patch0:		%{name}-no_g_mime.patch
 Patch1:		%{name}-fstab_edit_crash.patch
@@ -24,14 +29,14 @@
 BuildRequires:	fam-devel
 BuildRequires:	flex
 BuildRequires:	gettext-devel
-BuildRequires:	glib2-devel >= 1:2.6.2
+BuildRequires:	glib2-devel >= 1:2.9.3
 BuildRequires:	gnome-common >= 2.8.0
 BuildRequires:	gnome-doc-tools
 BuildRequires:	gtk+2-devel >= 2:2.6.3
 BuildRequires:	gtk-doc >= 1.4
 BuildRequires:	hal-devel >= 0.5.4
 BuildRequires:	heimdal-devel >= 0.7
-BuildRequires:	howl-devel >= 0.9.10
+#BuildRequires:	howl-devel >= 0.9.10
 BuildRequires:	intltool >= 0.30
 BuildRequires:	libbonobo-devel >= 2.10.1
 BuildRequires:	libsmbclient-devel >= 3.0
@@ -47,7 +52,7 @@
 Requires(post):	/sbin/ldconfig
 Requires(post,preun):	GConf2
 Requires:	hal-libs >= 0.5.4
-Requires:	howl-libs >= 0.9.10
+#Requires:	howl-libs >= 0.9.10
 Requires:	libbonobo >= 2.10.1
 Requires:	shared-mime-info >= 0.15
 Obsoletes:	gnome-vfs-extras
@@ -57,14 +62,14 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-GNOME2 Virtual File System library.
+GNOME Virtual File System library.
 
 %description -l pl
-Biblioteka Wirtualnego Systemu Plików GNOME2.
+Biblioteka Wirtualnego Systemu Plików GNOME.
 
 %package devel
-Summary:	gnome-vfs2 - header files
-Summary(pl):	gnome-vfs2 - pliki nagłówkowe
+Summary:	gnome-vfs - header files
+Summary(pl):	gnome-vfs - pliki nagłówkowe
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	GConf2-devel >= 2.12.0
@@ -74,22 +79,34 @@
 Requires:	openssl-devel >= 0.9.7d
 
 %description devel
-This package contains header files for gnome-vfs2 library.
+This package contains header files for gnome-vfs library.
 
 %description devel -l pl
-Pakiet ten zawiera pliki nagłówkowe biblioteki gnome-vfs2.
+Pakiet ten zawiera pliki nagłówkowe biblioteki gnome-vfs.
 
 %package static
-Summary:	gnome-vfs2 - static libraries
-Summary(pl):	gnome-vfs2 - biblioteki statyczne
+Summary:	gnome-vfs - static libraries
+Summary(pl):	gnome-vfs - biblioteki statyczne
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-This package contains static gnome-vfs2 libraries.
+This package contains static gnome-vfs libraries.
 
 %description static -l pl
-Pakiet ten zawiera biblioteki statyczne gnome-vfs2.
+Pakiet ten zawiera biblioteki statyczne gnome-vfs.
+
+%package apidocs
+Summary:	gnome-vfs API documetation
+Summary(pl):	Dokumentacja API gnome-vfs
+Group:		Documentation
+Requires:	gtk-doc-common
+
+%description apidocs
+gnome-vfs API documetation.
+
+%description apidocs -l pl
+Dokumentacja API gnome-vfs.
 
 %prep
 %setup -q -n gnome-vfs-%{version}
@@ -181,18 +198,24 @@
 %{_includedir}/gnome-vfs-module-2.0
 %{_libdir}/gnome-vfs-2.0/include
 %{_pkgconfigdir}/*.pc
-%{_gtkdocdir}/gnome-vfs-2.0
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
 
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/gnome-vfs-2.0
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.164.2.2  2006/01/18 21:41:36  freetz
+- 2.13.4, disable howl for now, TODO added, apidocs subpkg, updated BR
+
 Revision 1.164.2.1  2006/01/05 13:39:07  patrys
 - up to 2.13.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnome-vfs2.spec?r1=1.164.2.1&r2=1.164.2.2&f=u



More information about the pld-cvs-commit mailing list