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