File gnome-reset.spec of Package gnome-reset
#
# spec file for package gnome-reset (Version 0.1.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gnome-reset
BuildRequires: gnutls-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel libwnck-devel perl-XML-Parser python update-desktop-files
License: GPL v2 or later
Group: System/GUI/GNOME
AutoReqProv: on
Version: 0.1.2
Release: 1
Summary: Back Up and Reset GNOME Settings
Source: %{name}-%{version}.tar.bz2
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-gnome python-xml
%py_requires
%description
Allows users to back up or reset their GNOME settings. The settings are
saved to a single file so users can send their settings.
Authors:
--------
Chris Lahey <clahey@ximian.com>
%lang_package
%prep
%setup
%build
autoreconf -fi
intltoolize --force
%configure \
--libexecdir=/usr/%_lib/gnome-reset \
--localstatedir=/var/%_lib
make %{?jobs:-j %jobs}
%install
%makeinstall
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
/usr/bin/*
%{py_sitedir}/gnome?reset*
%{_datadir}/gnome-reset
%{_datadir}/applications/*.desktop
%files lang -f %{name}.lang
%changelog
* Wed Apr 02 2008 maw@suse.de
- Update to version 0.1.2:
+ Made gnome-reset-restore a GUI application
+ Allow the user to select a destination directory for settings
backups
+ Added .desktop files to show tools in the control center.
* Thu Oct 11 2007 sbrabec@suse.cz
- Removed bogus dependency on mDNSResponder.
* Mon Jan 08 2007 ro@suse.de
- GNOME moved to /usr
* Fri Oct 13 2006 jhargadon@suse.de
- bug #208185 - modified specifile to fix move of python files to
/usr
- bug #208178 - added build dependencies to specfile
* Tue Sep 26 2006 ro@suse.de
- fix filelist for python2.5
- move python files to /usr
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Oct 17 2005 clahey@suse.de
- Initial package creation.