Author: freetz Date: Sat Jan 21 23:16:01 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: gnome-mount.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gnome-mount.spec diff -u /dev/null SPECS/gnome-mount.spec:1.1 --- /dev/null Sun Jan 22 00:16:01 2006 +++ SPECS/gnome-mount.spec Sun Jan 22 00:15:56 2006 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +Summary: Programs for mounting, unmounting and ejecting storage devices +Name: gnome-mount +Version: 0.3 +Release: 1 +License: GPL v.2 +Group: Applications +Source0: http://freedesktop.org/~david/%{name}-%{version}.tar.gz +# Source0-md5: 2bf5649b21e98378c49e44bbd42bf89d +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: dbus-glib-devel >= 0.31 +BuildRequires: gtk+2-devel >= 2:2.8.0 +BuildRequires: hal-devel >= 0.5.5 +BuildRequires: intltool +BuildRequires: libglade2-devel +BuildRequires: libgnomeui-devel >= 2.1.5 +BuildRequires: libtool +Requires(post,preun): GConf2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Programs for mounting, unmounting and ejecting storage devices. + +%prep +%setup -q + +%build +%{__intltoolize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%gconf_schema_install gnome-mount.schemas + +%preun +%gconf_schema_uninstall gnome-mount.schemas + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} +%{_sysconfdir}/gconf/schemas/gnome-mount.schemas + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/01/21 23:15:56 freetz +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
