gvfs.spec revision 16855
12494N/A#
12494N/A# spec file for package gvfs
12494N/A#
12494N/A# Copyright (c) 2007 Sun Microsystems, Inc.
12494N/A# This file and all modifications and additions to the pristine
12494N/A# package are under the same license as the package itself.
12494N/A#
12494N/A# Owner: gheet
12494N/A#
12494N/AName: gvfs
12494N/ALicense: LGPL
12494N/AGroup: System/Libraries/GNOME
13324N/AVersion: 1.3.2
12494N/ARelease: 4
12494N/ADistribution: Java Desktop System
12494N/AVendor: Sun Microsystems, Inc.
12494N/ASummary: Virtual File System Library for GNOME
13324N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.3/%{name}-%{version}.tar.bz2
12494N/AURL: http://www.gnome.org/
12494N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
12494N/ADocdir: %{_defaultdocdir}/doc
12494N/AAutoreqprov: on
12519N/A#owner:yippi date:2008-04-28 type:branding
12961N/A# Note this patch is needed until HAL 0.5.10 is available on Solaris.
12961N/APatch1: gvfs-01-hal-version.diff
13473N/A#owner:padraig date:2008-04-28 type:feature bugster:6664678 bugzilla:526902
13473N/APatch2: gvfs-02-enable-cdda-without-cdio.diff
12494N/A#owner:gheet date:2009-03-23 type:branding doo:6598 bugzilla:580825
12494N/APatch3: gvfs-03-debug-crash.diff
12494N/A#owner:gheet date:2009-04-16 type:bug doo:7996
12519N/APatch4: gvfs-04-smb-browse-anon.diff
12961N/A#owner:gheet date:2009-05-12 type:bug bugzilla:581711
13473N/APatch5: gvfs-05-tmp-dir.diff
12494N/A#owner:gheet date:2009-07-23 type:bug doo:10235
12494N/APatch6: gvfs-06-void-return.diff
12494N/A
12494N/A%prep
12494N/A%setup -q
12494N/A%patch1 -p1
12494N/A%patch2 -p1
12494N/A%patch3 -p1
12494N/A%patch4 -p1
12494N/A%patch5 -p1
12494N/A%patch6 -p1
12494N/A
12495N/A%build
12495N/A%ifos linux
12495N/Aif [ -x /usr/bin/getconf ]; then
12494N/A CPUS=`getconf _NPROCESSORS_ONLN`
12494N/Afi
12494N/A%else
12494N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
12494N/A%endif
12494N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
12494N/A CPUS=1
12494N/Afi
12494N/A
12494N/A#autoreconf --force --install
12494N/Alibtoolize --force
12494N/Aaclocal $ACLOCAL_FLAGS
12494N/Aautoconf
12494N/ACFLAGS="$RPM_OPT_FLAGS -DDBUS_API_SUBJECT_TO_CHANGE=1" \
13473N/A./configure --prefix=%{_prefix} \
13473N/A --sysconfdir=%{_sysconfdir} \
13324N/A --libexecdir=%{_libexecdir} \
13324N/A %{gtk_doc_option}
13114N/Amake -j $CPUS
13114N/A
12961N/A%install
12961N/Amake DESTDIR=$RPM_BUILD_ROOT install
12812N/A
12812N/A%clean
12720N/Arm -rf $RPM_BUILD_ROOT
12720N/A
12678N/A%changelog
12678N/A* Thu Jul 23 2009 - christian.kelly@sun.com
12537N/A- Unbump to 1.3.1.
12537N/A* Fri Jul 17 2009 - christian.kelly@sun.com
12519N/A- Bump to 1.3.2.
12519N/A* Tue Jun 16 2009 - christian.kelly@sun.com
12495N/A- Bump to 1.3.1.
12495N/A* Mon Jun 15 2009 - christian.kelly@sun.com
12494N/A- Bump to 1.2.3.
12494N/A* Wed Jun 03 2009 - harry.lu@sun.com
12494N/A- Change patch owner from Jijun to Ghee.
12494N/A* Feb May 12 2009 - jijun.yu@sun.com
12494N/A- Added patch5.
12494N/A* Thu Apr 16 2009 - ghee.teo@sun.com
12494N/A- added gvfs-04-smb-browse-anon.diff to allow anonymous login by default.
12494N/A 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.