Blame gnome-volume-manager.spec

cvsdist f010dac
Summary: The GNOME Volume Manager
cvsdist f010dac
Name: gnome-volume-manager
cvsdist a21e4be
Version: 0.9.9
cvsdist 45e1270
Release: 2
cvsdist f010dac
License: GPL
cvsdist f010dac
Group: Applications/System
cvsdist f010dac
Source0: gnome-volume-manager-%{version}.tar.gz
cvsdist f010dac
Source1: magicdev-wrapper
cvsdist a21e4be
Patch0: gvm-mount-unmount-3.patch
cvsdist f010dac
BuildRoot: /var/tmp/%{name}-root
cvsdist a21e4be
BuildPrereq: libgnomeui-devel, libglade2-devel, hal-devel, dbus-devel >= 0.22
cvsdist a21e4be
Requires: gnome-mime-data, hal >= 0.2.97, kernel >= 2.6, control-center >= 2.0
cvsdist a21e4be
Requires: dbus >= 0.22
cvsdist f010dac
Obsoletes: magicdev
cvsdist 45e1270
Provides: magicdev
cvsdist f010dac
cvsdist f010dac
%description
cvsdist f010dac
The GNOME Volume Manager monitors volume-related events and responds with
cvsdist f010dac
user-specified policy.  The GNOME Volume Manager can automount hot-plugged
cvsdist f010dac
drives, automount inserted removable media, autorun programs, automatically
cvsdist f010dac
play audio CDs and video DVDs, and automatically import photos from a digital
cvsdist f010dac
camera.  The GNOME Volume Manager does this entirely in user-space and without
cvsdist f010dac
polling.
cvsdist f010dac
cvsdist f010dac
The GNOME Voume Manager sits at the top end of a larger picture that aims to
cvsdist f010dac
integrate the Linux system from the kernel on up through the desktop and its
cvsdist f010dac
applications.
cvsdist f010dac
cvsdist f010dac
%prep
cvsdist f010dac
%setup -q
cvsdist a21e4be
%patch0 -p0 
cvsdist f010dac
cvsdist f010dac
%build
cvsdist f010dac
%configure
cvsdist f010dac
make
cvsdist f010dac
cvsdist f010dac
%install
cvsdist f010dac
rm -rf $RPM_BUILD_ROOT
cvsdist f010dac
%makeinstall
cvsdist f010dac
cvsdist f010dac
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/magicdev
cvsdist f010dac
cvsdist f010dac
%find_lang %name
cvsdist f010dac
cvsdist f010dac
%clean
cvsdist f010dac
rm -rf $RPM_BUILD_ROOT
cvsdist f010dac
cvsdist f010dac
%post
cvsdist f010dac
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
cvsdist f010dac
SCHEMAS="gnome-volume-manager.schemas"
cvsdist f010dac
for S in $SCHEMAS; do
cvsdist f010dac
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
cvsdist f010dac
done
cvsdist f010dac
cvsdist f010dac
%files -f %{name}.lang
cvsdist f010dac
%defattr(-,root,root)
cvsdist f010dac
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
cvsdist f010dac
%{_bindir}/*
cvsdist f010dac
%{_datadir}/control-center-2.0/capplets/*
cvsdist f010dac
%{_datadir}/gnome-volume-manager
cvsdist f010dac
%{_sysconfdir}/gconf/schemas/*.schemas
cvsdist f010dac
cvsdist f010dac
%changelog
cvsdist 45e1270
* Fri Aug 20 2004 John (J5) Palmieri <johnp@redhat.com>
cvsdist 45e1270
- Added Provides: magicdev to fix conflict
cvsdist 45e1270
cvsdist a21e4be
* Tue Aug 17 2004 David Zeuthen <davidz@redhat.com>
cvsdist a21e4be
- Update to upstream release 0.9.9
cvsdist a21e4be
- Apply mount-unmount patch
cvsdist a21e4be
cvsdist f010dac
* Mon Jul 26 2004 Ray Strode <rstrode@redhat.com>
cvsdist f010dac
- Add magicdev compatibility wrapper script and obsolete magicdev.
cvsdist f010dac
cvsdist f010dac
* Thu May 27 2004 John (J5) Palmieri <johnp@redhat.com>
cvsdist f010dac
- Upstream CVS 
cvsdist f010dac
cvsdist f010dac
* Wed May 05 2004 John (J5) Palmieri <johnp@redhat.com>
cvsdist f010dac
- Made sure GConf Schemas are installed
cvsdist f010dac
cvsdist f010dac
* Tue Apr 20 2004 John (J5) Palmieri <johnp@redhat.com>
cvsdist f010dac
- initial packaging of 0.9.2
cvsdist f010dac