gvfs.spec revision 16668
18326N/A#
18326N/A# spec file for package gvfs
18326N/A#
18326N/A# Copyright (c) 2007 Sun Microsystems, Inc.
18326N/A# This file and all modifications and additions to the pristine
18326N/A# package are under the same license as the package itself.
18326N/A#
18326N/A# Owner: gheet
18326N/A#
18326N/AName: gvfs
18326N/ALicense: LGPL
18326N/AGroup: System/Libraries/GNOME
18326N/AVersion: 1.3.1
18326N/ARelease: 4
18326N/ADistribution: Java Desktop System
18326N/AVendor: Sun Microsystems, Inc.
18467N/ASummary: Virtual File System Library for GNOME
18326N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.bz2
18337N/AURL: http://www.gnome.org/
18326N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
18326N/ADocdir: %{_defaultdocdir}/doc
18326N/AAutoreqprov: on
18326N/A#owner:yippi date:2008-04-28 type:branding
18326N/A# Note this patch is needed until HAL 0.5.10 is available on Solaris.
18326N/APatch1: gvfs-01-hal-version.diff
18326N/A#owner:padraig date:2008-04-28 type:feature bugster:6664678 bugzilla:526902
18326N/APatch2: gvfs-02-enable-cdda-without-cdio.diff
18326N/A#owner:gheet date:2009-03-23 type:branding doo:6598 bugzilla:580825
18326N/APatch3: gvfs-03-debug-crash.diff
18326N/A#owner:gheet date:2009-04-16 type:bug doo:7996
18326N/APatch4: gvfs-04-smb-browse-anon.diff
18326N/A#owner:gheet date:2009-05-12 type:bug bugzilla:581711
18326N/APatch5: gvfs-05-tmp-dir.diff
18326N/A
18326N/A%prep
18326N/A%setup -q
18326N/A%patch1 -p1
18326N/A%patch2 -p1
18326N/A%patch3 -p1
18326N/A%patch4 -p1
18326N/A%patch5 -p1
18326N/A
18326N/A%build
18326N/A%ifos linux
18326N/Aif [ -x /usr/bin/getconf ]; then
18326N/A CPUS=`getconf _NPROCESSORS_ONLN`
18326N/Afi
18326N/A%else
18326N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
18326N/A%endif
18326N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
18326N/A CPUS=1
18326N/Afi
18344N/A
18344N/A#autoreconf --force --install
18344N/Alibtoolize --force
18326N/Aaclocal $ACLOCAL_FLAGS
18326N/Aautoconf
18326N/ACFLAGS="$RPM_OPT_FLAGS -DDBUS_API_SUBJECT_TO_CHANGE=1" \
18326N/A./configure --prefix=%{_prefix} \
18326N/A --sysconfdir=%{_sysconfdir} \
18326N/A --libexecdir=%{_libexecdir} \
18337N/A %{gtk_doc_option}
18326N/Amake -j $CPUS
18326N/A
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 16 2009 - christian.kelly@sun.com
- Bump to 1.3.1.
* Mon Jun 15 2009 - christian.kelly@sun.com
- Bump to 1.2.3.
* Wed Jun 03 2009 - harry.lu@sun.com
- Change patch owner from Jijun to Ghee.
* Feb May 12 2009 - jijun.yu@sun.com
- Added patch5.
* Thu Apr 16 2009 - ghee.teo@sun.com
- added gvfs-04-smb-browse-anon.diff to allow anonymous login by default.
doo#7996.
* Wed Apr 15 2009 - dave.lin@sun.com
- Bump to 1.2.2
* Mon Mar 23 2009 - ghee.teo@sun.com
- added gvfs-03-debug-crash.diff to stop crashing when default workgroup is nul.
* Tue Mar 17 2009 - dave.lin@sun.com
- Bump to 1.2.0
* Fri Mar 13 2009 - dave.lin@sun.com
- Bump to 1.1.8
* Tue Mar 03 2009 - ghee.teo@sun.com
Removed gvfs-03-trash-only-home.diff as it is not required based on the current
behaviour. Files from different file system are copied to trash directory.
* Tue Feb 17 2009 - dave.lin@sun.com
- Bump to 1.1.6
* Tue Feb 02 2009 - christian.kelly@sun.com
- Bump to 1.1.5.
* Wed Jan 07 2009 - christian.kelly@sun.com
- Bump to 1.1.3.
* Fri Jan 01 2009 - padraig.obriain@sun.com
- Comment out gvfs-03-trash-only-home.diff. Must determine whether the
patch needs to be reworked.
* Sat Dec 27 2008 - dave.lin@sun.com
- Bump to 1.1.2.
* Wed Dec 03 2008 - dave.lin@sun.com
- Bump to 1.1.1
* Sat Sep 27 2008 - christian.kelly@sun.com
- Bump to 1.0.1.
* Sun Sep 21 2008 - christian.kelly@sun.com
- Bump to 0.99.8.
- Remove patch gvfs-03-trash-only-home.diff.
* Wed Sep 10 2008 - christian.kelly@sun.com
- Bump to 0.99.7.1.
* Tue Sep 02 2008 - christian.kelly@sun.com
- Bump to 0.99.6.
* Tue Aug 19 2008 - dave.lin@sun.com
- Bump to 0.99.5
* Thu Aug 14 2008 - padraig.obriain@sun.com
- Add patch -trash-only-home to avoid stat'ing Trash directories on Unix
mounts.
* Wed Aug 06 2008 - christian.kelly@sun.com
- Bump to 0.99.4.
- Remove patch 03-trash-only-home, fixed upstream bugzilla:525779
- Rename patch 04 to 03
- Rework patch 02
* Thu Jul 24 2008 - damien.carbery@sun.com
- Bump to 0.99.3.
* Tue Jul 22 2008 - damien.carbery@sun.com
- Bump to 0.99.2.
* Fri Jul 04 2008 - padraig.obriain@sun.com
- Add patch 04-smb-mount to fix CR 6715607
* Wed Jun 25 2008 - padraig.obriain@sun.com
- Add patch -trash-only-home to avoid stat'ing Trash directory on mounted filesystems
* Wed Jun 04 2008 - damien.carbery@sun.com
- Bump to 0.99.1.
* Tue May 27 2008 - damien.carbery@sun.com
- Bump to 0.2.4.
* Mon Apr 28 2008 - padraig.obriain@sun.com
- Add patch -enable-cdda-without-cdio to enable cdda backend without libcdio.
* Wed Apr 08 2008 - damien.carbery@sun.com
- Bump to 0.2.3.
* Mon Mar 31 2008 - damien.carbery@sun.com
- Bump to 0.2.2.
* Thu Mar 27 2008 - damien.carbery@sun.com
- Bump to 0.2.1.
* Wed Mar 05 2008 - damien.carbery@sun.com
- Bump to 0.1.11.
* Mon Mar 03 2008 - alvaro.lopez@sun.com
- Added gvfs-01-hal-version.diff
* Thu Feb 28 2008 - damien.carbery@sun.com
- Bump to 0.1.8.
* Sat Nov 17 2007 - daymobrew@users.sourceforge.net
- Bump to 0.0.2. Remove upstream patches, 01-solaris and 02-solaris2.
* Fri Nov 09 2007 - daymobrew@users.sourceforge.net
- Add patch 02-solaris2 to include header files to fix 'implicit function
declaration' warnings.
* Wed Nov 07 2007 - daymobrew@users.sourceforge.net
- Initial version.