Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
gnome-vfs2
gnome-vfs2.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-vfs2.spec of Package gnome-vfs2
# # spec file for package gnome-vfs2 (Version 2.24.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: gnome-vfs2 Version: 2.24.2 Release: 2.<RELEASE1> License: GPLv2+ ; LGPLv2.1+ Summary: The GNOME 2.x Desktop Virtual File System Libraries Url: http://www.gnome.org/ Group: Development/Libraries/GNOME %define _name gnome-vfs Source: ftp://ftp.gnome.org/pub/gnome/sources/%{_name}/2.20/%{_name}-%{version}.tar.bz2 # PATCH-FEATURE-OPENSUSE gnome-vfs-url_handler_news.patch vuntz@novell.com -- add news: url handler schema Patch20: gnome-vfs-url_handler_news.patch # PATCH-FEATURE-OPENSUSE gnome-vfs-url_handler_ftp.patch vuntz@novell.com -- add ftp: url handler schema Patch22: gnome-vfs-url_handler_ftp.patch # PATCH-NEEDS-REBASE gnome-vfs2-net-usershare.diff Patch27: gnome-vfs2-net-usershare.diff # PATCH-FEATURE-SLED gnome-vfs2-172680-novell-services.diff bnc172680 -- Needed for novell-nautilus-plugin integration in network:// Patch35: gnome-vfs2-172680-novell-services.diff # PATCH-FIX-OPENSUSE gnome-vfs-no-mime-data.patch vuntz@novell.com -- This is bgo336952. Technically, this is wrong (since gnome-mime-data is still a dependency for deprecated API), but in practice, this should be fine. Patch39: gnome-vfs-no-mime-data.patch # PATCH-FIX-SLED gnome-vfs2-293856-novfs-file-method.diff bnc293856 Patch40: gnome-vfs2-293856-novfs-file-method.diff # PATCH-FEATURE-OPENSUSE gnome-vfs-url_handler_irc.patch bnc372232 vuntz@novell.com -- add irc: url handler schema Patch41: gnome-vfs-url_handler_irc.patch BuildRequires: cdparanoia BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib BuildRequires: fam-devel BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gconf2-devel BuildRequires: gnome-common BuildRequires: gnome-patch-translation BuildRequires: gtk-doc BuildRequires: hal-devel BuildRequires: intltool BuildRequires: krb5-devel BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: libavahi-glib-devel BuildRequires: libbz2-devel BuildRequires: libgcrypt-devel BuildRequires: libsmbclient-devel BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: samba Requires: desktop-file-utils Obsoletes: gnome-vfs2-64bit BuildRoot: %{_tmppath}/%{name}-%{version}-build # bug437293 %ifarch ppc64 %endif Requires: %{name}-lang = %{version} # Obsoletes: gnome-vfs-extras Provides: gnome-vfs-extras %gconf_schemas_prereq %description GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for file systems, HTTP, FTP, and others. It provides a URI-based API, a back-end supporting asynchronous file operations, a MIME type manipulation library, and other features. %package devel License: GPLv2+ ; LGPLv2.1+ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/GNOME Requires: %{name} = %{version} Requires: gconf2-devel Requires: glib2-devel Requires: hal-devel Requires: libavahi-glib-devel Requires: libopenssl-devel Requires: libxml2-devel Requires: zlib-devel %description devel This package contains all necessary include files and libraries needed to develop applications that require these. %package doc License: GPLv2+ ; LGPLv2.1+ Summary: Additional Package Documentation for gnome-vfs2 Group: Development/Libraries/GNOME Requires: %{name} = %{version} %description doc GNOME VFS is the GNOME virtual file system. It is the foundation for the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for file systems, HTTP, FTP, and more. It provides a URI-based API, a back-end that supports asynchronous file operations, a MIME type manipulation library, and other features. This package contains additional documentation for the main package. %lang_package %prep %setup -q -n %{_name}-%{version} gnome-patch-translation-prepare #%patch27 -p0 %patch35 -p1 %patch39 %patch40 gnome-patch-translation-update # These patches have their own translation management: %patch20 %patch22 %patch41 -p1 # No patches without own translation management here! # Put your patches upper from gnome-patch-translation-update # Generate translations for "news", "ftp" and "irc" entries from "h323". # These entries are identical with exception of URL type string. for po in po/*.po ; do tr '\n' '\1' <$po | sed $'s/\1\1/\\n\\n/g' | sed $' s/\(.*desktop_gnome_url_handlers.schemas.*msgid ".*\)h323\\(.*"\1msgstr ".*\\)h323\\(.*\\)$/&\\n\\n\\1news\\2news\\3\\n\\n\\1ftp\\2ftp\\3\\n\\n\\1irc\\2irc\\3/ ' | tr '\1' '\n' >$po.new mv $po.new $po done %build gtkdocize --copy autoreconf -f -i %configure --with-pic \ --libexecdir=%{_prefix}/lib/gnome-vfs-2.0\ --disable-static\ --disable-howl \ ac_cv_path_SSH_PROGRAM=/usr/bin/ssh make %{?jobs:-j%jobs} %install %makeinstall %find_lang gnome-vfs-2.0 %find_gconf_schemas cat %{name}.schemas_list >%{name}.lst # Some sites use different partitions for /usr/(lib|lib64) and /usr/share. Since you # can't create hardlinks across partitions, we'll do this more than once. find %{buildroot} -type f -name "*.la" -exec %{__rm} -vf {} + %fdupes %{buildroot}%{_includedir} %fdupes %{buildroot}%{_libdir} %fdupes %{buildroot}%{_bindir} %pre -f %{name}.schemas_pre %post -p /sbin/ldconfig %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun %postun -p /sbin/ldconfig %clean rm -rf %{buildroot} %files -f %{name}.lst %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/* %{_datadir}/dbus-1/services/gnome-vfs-daemon.service %{_libdir}/*.so.* %dir %{_libdir}/gnome-vfs-2.0 %{_libdir}/gnome-vfs-2.0/modules %if "%{_libdir}" != "%{_prefix}/lib" %dir %{_prefix}/lib/gnome-vfs-2.0 %endif %{_prefix}/lib/gnome-vfs-2.0/gnome-vfs-daemon %config %{_sysconfdir}/gnome-vfs-2.0 %files lang -f gnome-vfs-2.0.lang %files devel %defattr(-, root, root) %{_libdir}/pkgconfig/*.pc %{_includedir}/* %{_libdir}/gnome-vfs-2.0/include %{_libdir}/*.so %files doc %defattr(-, root, root) %{_datadir}/gtk-doc/html/gnome-vfs-2.0 %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor