General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

gnome-schedule spec file : Dries RPM Repository

Back to the gnome-schedule rpms

Current spec in pydar2:


# $Id: gnome-schedule.spec 4996 2006-12-15 21:19:48Z dries $
# Authority: dag
# Upstream: Philip Van Hoof 

Summary: Graphical configuration tool for cron
Name: gnome-schedule
Version: 1.1.0
Release: 1
License: GPL
Group: Applications/Productivity
URL: http://gnome-schedule.sourceforge.net/

Source: http://dl.sf.net/gnome-schedule/gnome-schedule-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

Buildarch: noarch
### FIXME: We need yelp now to *build* gnome-schedule ?
BuildRequires: python, yelp, pygtk2 >= 2.3, gnome-python2
BuildRequires: pkgconfig, pygtk2-devel, glib2-devel, gettext
# configure checks for crontab and for at
BuildRequires: vixie-cron, at, gnome-doc-utils
BuildRequires: perl(XML::Parser), intltool
Requires: python, pygtk2 >= 2.3, gnome-python2, vixie-cron, at

%description
Gnome-schedule is a GNOME GUI for configuring a users crontab. It was made
for Vixie cron whom comes with Fedora Linux, but should work with other
cron servers as well if the format of the config file is similar.

%prep
%setup

%build
%configure --disable-scrollkeeper
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%{_bindir}/gnome-schedule
%{_datadir}/applications/gnome-schedule.desktop
%{_datadir}/gnome-schedule/
%{_datadir}/pixmaps/gnome-schedule.png
%{_libdir}/bonobo/servers/GNOME_GnomeSchedule.server
%{_datadir}/gnome/help/gnome-schedule/
%{_datadir}/omf/gnome-schedule/

%changelog
* Fri Dec 15 2006 Dries Verachtert  - 1.1.0-1
- Updated to release 1.1.0.

* Mon Oct 09 2006 Dag Wieers  - 1.0.0-2
- Fixed group name.

* Wed Jan 04 2006 Dries Verachtert  - 1.0.0-1
- Updated to release 1.0.0.

* Sat Aug 06 2005 Dag Wieers  - 0.9.0-1
- Updated to release 0.9.0.

* Sat Nov 13 2004 Dag Wieers  - 0.1.0-1
- Updated to release 0.1.0.

* Fri Aug 13 2004 Dag Wieers  - 0.0.1-1
- Initial package. (using DAR)