714fc91
Summary: Gnome user file sharing
714fc91
Name: gnome-user-share
14833d9
Version: 0.10
7d6d4b2
Release: 3
714fc91
License: GPL
714fc91
Group: System Environment/Libraries
714fc91
URL: http://www.gnome.org
c0525f5
Source0: %{name}-%{version}.tar.bz2
714fc91
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
09f4960
Requires: httpd >= 2.2.0
5a78b9d
BuildRequires: GConf2-devel avahi-glib-devel >= 0.6 pkgconfig
fa03e88
BuildRequires: gtk2-devel >= 2.4.0
fa03e88
BuildRequires: libglade2-devel >= 2.0.0
40236c3
BuildRequires: desktop-file-utils
fa03e88
BuildRequires: libselinux-devel
7d6d4b2
BuildRequires: gettext
7d6d4b2
BuildRequires: perl-XML-Parser
714fc91
Prereq: GConf2
714fc91
714fc91
%description
714fc91
gnome-user-share 
714fc91
714fc91
%prep
714fc91
%setup -q
714fc91
714fc91
%build
714fc91
%configure
714fc91
make %{?_smp_mflags}
714fc91
714fc91
%install
714fc91
rm -rf $RPM_BUILD_ROOT
714fc91
714fc91
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
714fc91
make install DESTDIR=$RPM_BUILD_ROOT
714fc91
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
714fc91
40236c3
desktop-file-install --vendor gnome --delete-original                   \
40236c3
  --dir $RPM_BUILD_ROOT%{_datadir}/applications			        \
40236c3
  --add-only-show-in GNOME                                              \
40236c3
  --add-category X-Red-Hat-Base                                         \
40236c3
  $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
40236c3
714fc91
%find_lang gnome-user-share
714fc91
714fc91
%clean
714fc91
rm -rf $RPM_BUILD_ROOT
714fc91
714fc91
%post
714fc91
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
714fc91
SCHEMAS="desktop_gnome_file_sharing.schemas"
714fc91
for S in $SCHEMAS; do
714fc91
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
714fc91
done
714fc91
714fc91
%files -f gnome-user-share.lang
714fc91
%defattr(-,root,root,-)
714fc91
%doc README ChangeLog
714fc91
%{_bindir}/*
714fc91
%{_libexecdir}/*
714fc91
%{_datadir}/gnome-user-share
40236c3
%{_datadir}/applications/*
714fc91
%{_sysconfdir}/gconf/schemas/*
714fc91
714fc91
%changelog
7d6d4b2
* Mon May 29 2006 Alexander Larsson <alexl@redhat.com> - 0.10-3
7d6d4b2
- buildrequire gettext and perl-XML-Parser (#193391)
7d6d4b2
14833d9
* Thu Apr 20 2006 Matthias Clasen <mclasen@redhat.com> 0.10-2
14833d9
- Update to 0.10
14833d9
fa03e88
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 0.9-3
fa03e88
- BuildRequires: gtk2-devel, libglade2-devel, libselinux-devel
fa03e88
6199d91
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.2
6199d91
- bump again for double-long bug on ppc(64)
6199d91
6499c34
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.1
6499c34
- rebuilt for new gcc4.1 snapshot and glibc changes
6499c34
4d77619
* Fri Feb  3 2006 Alexander Larsson <alexl@redhat.com> 0.9-2
4d77619
- Patch config for apache 2.2
4d77619
c083b85
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c083b85
- rebuilt
c083b85
5a78b9d
* Tue Nov 22 2005 Alexander Larsson <alexl@redhat.com> - 0.9-1
5a78b9d
- New release with avahi 0.6 support
5a78b9d
58b801e
* Mon Nov 14 2005 Alexander Larsson <alexl@redhat.com> - 0.8-1
58b801e
- update to 0.8
58b801e
40236c3
* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.7-1
40236c3
- New version, with desktop file
40236c3
714fc91
* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.6-1
714fc91
- New version, switch to avahi
714fc91
- Handle translations
714fc91
714fc91
* Fri Dec  3 2004 Alexander Larsson <alexl@redhat.com> - 0.4-1
714fc91
- New version
714fc91
714fc91
* Fri Nov 26 2004 Alexander Larsson <alexl@redhat.com> - 0.3-1
714fc91
- New version
714fc91
714fc91
* Thu Sep  9 2004 Alexander Larsson <alexl@redhat.com> - 0.2-1
714fc91
- New version
714fc91
714fc91
* Wed Sep  8 2004 Alexander Larsson <alexl@redhat.com> - 0.1-1
714fc91
- Initial Build
714fc91