SPECS: gnome-schedule.spec (NEW) - added

aredridel aredridel at pld-linux.org
Sat Aug 13 23:45:42 CEST 2005


Author: aredridel                    Date: Sat Aug 13 21:45:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   gnome-schedule.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnome-schedule.spec
diff -u /dev/null SPECS/gnome-schedule.spec:1.1
--- /dev/null	Sat Aug 13 23:45:42 2005
+++ SPECS/gnome-schedule.spec	Sat Aug 13 23:45:37 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	GNOME scheduler
+Name:		gnome-schedule
+Version:	0.9.0
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/gnome-schedule/%{name}-%{version}.tar.bz2
+# Source0-md5:	08c3f7680fe95fc4088289ed25552618
+BuildRequires:	gtk+2-devel >= 2:2.6.0
+BuildRequires:	libgnomeui-devel >= 2.6.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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 aswell if the format of the config file is similar.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/08/13 21:45:37  aredridel
+- added
+
================================================================



More information about the pld-cvs-commit mailing list