Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a1214c6268a128fcb67fa994ebc6d6dd > files > 2

gnome-user-share-0.11-1mdv2007.1.src.rpm

Summary: Gnome user file sharing
Name: gnome-user-share
Version: 0.11
Release: %mkrel 1
License: GPL
Group: System/Servers
URL: http://www.gnome.org
Source0: http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: avahi
Requires: apache
Requires: apache-mod_dav
BuildRequires: apache
BuildRequires: libGConf2-devel
BuildRequires: libavahi-client-devel libavahi-glib-devel
BuildRequires: libglade2.0-devel
BuildRequires: perl-XML-Parser
BuildRequires: GConf2
%description
gnome-user-share is a small package that binds together various free
software projects to bring easy to use user-level file sharing to the
masses.

The program is meant to run in the background when the user is logged
in, and when file sharing is enabled a webdav server is started that
shares the $HOME/Public folder. The share is then published to all
computers on the local network using mDNS/rendezvous, so that it shows
up in the Network location in Gnome.

The dav server used is apache, so you need that installed. Howl is
used for mDNS support, so you need to have that installed and
mDNSResolver running.

%prep
%setup -q

%build
%configure2_5x --with-httpd-version=2.2
%make

%install
rm -rf $RPM_BUILD_ROOT %name.lang

export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall_std
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%post
%post_install_gconf_schemas desktop_gnome_file_sharing

%preun
%preun_uninstall_gconf_schemas desktop_gnome_file_sharing

%files -f %name.lang
%defattr(-,root,root,-)
%doc README ChangeLog NEWS
%{_bindir}/*
%{_datadir}/gnome-user-share
%_datadir/applications/gnome-user-share-properties.desktop
%{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas
%_libexecdir/gnome-user-share


%changelog
* Tue Mar 06 2007 Götz Waschk <waschk@mandriva.org> 0.11-1mdv2007.0
+ Revision: 133579
- Import gnome-user-share



* Tue Mar  6 2007 Götz Waschk <waschk@mandriva.org> 0.11-1mdv2007.1
- use more macros
- fix build
- New version 0.11

* Sat Aug 05 2006 Götz Waschk <waschk@mandriva.org> 0.10-1mdv2007.0
- rebuild for new dbus

* Thu Jul 20 2006 Götz Waschk <waschk@mandriva.org> 0.10-2mdk
- Rebuild

* Wed Apr 19 2006 Götz Waschk <waschk@mandriva.org> 0.10-1mdk
- fix preun script
- fix buildrequires
- drop patch
- New release 0.10

* Thu Nov 24 2005 Götz Waschk <waschk@mandriva.org> 0.9-1mdk
- New release 0.9

* Wed Nov 16 2005 Götz Waschk <waschk@mandriva.org> 0.8-1mdk
- drop patch 1
- New release 0.8

* Wed Nov  9 2005 Götz Waschk <waschk@mandriva.org> 0.7-1mdk
- update file list

* Wed Nov 09 2005 Götz Waschk <waschk@mandriva.org> 0.7-1mdk
- New release 0.7

* Wed Nov  9 2005 Götz Waschk <waschk@mandriva.org> 0.6-1mdk
- update patch 1
- fix buildrequires
- New release 0.6

* Mon Sep  5 2005 Götz Waschk <waschk@mandriva.org> 0.5-4mdk
- fix deps

* Sun Jul 31 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.5-3mdk
- Fix BuildRequires

* Tue Feb 22 2005 Götz Waschk <waschk@linux-mandrake.com> 0.5-2mdk
- fix buildrequires

* Fri Feb  4 2005 Götz Waschk <waschk@linux-mandrake.com> 0.5-1mdk
- update file list
- New release 0.5

* Thu Jan 06 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 0.4-2mdk 
- Rebuild with latest howl

* Fri Dec  3 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.4-1mdk
- New release 0.4

* Fri Nov 26 2004 Götz Waschk <waschk@linux-mandrake.com> 0.3-2mdk
- fix buildrequires

* Fri Nov 26 2004 Götz Waschk <waschk@linux-mandrake.com> 0.3-1mdk
- add missing file
- small build patch
- update patch 0
- New release 0.3

* Fri Sep 10 2004 Götz Waschk <waschk@linux-mandrake.com> 0.2-2mdk
- fix buildrequires

* Thu Sep  9 2004 Götz Waschk <waschk@linux-mandrake.com> 0.2-1mdk
- initial package

* Thu Sep  9 2004 Alexander Larsson <alexl@redhat.com> - 0.2-1
- New version

* Wed Sep  8 2004 Alexander Larsson <alexl@redhat.com> - 0.1-1
- Initial Build