Hello community,

here is the log from the commit of package gnome-schedule for openSUSE:Factory
checked in at Wed Sep 28 14:20:07 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-schedule/gnome-schedule.changes  
2011-09-27 16:14:27.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Tue Sep 27 13:54:04 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.1.5:
+  + Updated translations.
+- Changes from version 2.1.4:
+  + Disable applet build by default
+  + Export and import scripts for scheduled tasks
+  + Dump at tasks as well in dump.py
+  + Updated translations.
+- Cleanup for inclusion in Factory.
+
+-------------------------------------------------------------------
+Wed Feb 23 20:07:34 UTC 2011 - dims...@opensuse.org
+
+- Initial package, version 2.1.3. Feature 310178.
+

calling whatdependson for head-i586


New:
----
  gnome-schedule-2.1.5.tar.gz
  gnome-schedule.changes
  gnome-schedule.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-schedule.spec ++++++
#
# spec file for package
#
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           gnome-schedule
Version:        2.1.5
Release:        1
License:        GPLv2+
Summary:        Graphical interface to leverage the power of cron
Url:            http://gnome-schedule.sourceforge.net/
Group:          System/GUI/GNOME
Source:         %{name}-%{version}.tar.gz
# Their presence is checked at build-time
BuildRequires:  at
BuildRequires:  cronie
BuildRequires:  fdupes
BuildRequires:  gnome-doc-utils-devel
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(gnome-python-2.0)
BuildRequires:  pkgconfig(pygtk-2.0)
Recommends:     %{name}-lang
Requires:       at
Requires:       cronie
# It does really need the libgnome bindings
Requires:       python-gnome
Requires:       python-gconf
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Gnome-schedule is a graphical user interface that leverages the
power of vixie-cron, dcron and at to manage your crontab file and
provide an easy way to schedule tasks on your computer. It supports
recurrent (periodical) tasks and tasks that happen only once in the
future.

%lang_package
%prep
%setup -q

%build
# We need to specify where crontab lives, as configure can't find
# it due to the security restrictions: crontab is a suid app,
# executable by root and trusted group.
%configure \
        --disable-scrollkeeper          \
        CRONTAB_CONFIG=/usr/bin/crontab \
        AT_CONFIG=/usr/bin/at           \
        ATQ_CONFIG=/usr/bin/atq         \
        ATRM_CONFIG=/usr/bin/atrm
make %{?_smp_mflags}

%install
%make_install
%suse_update_desktop_file %{name} Utility X-SuSE-DesktopUtility
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}/%{name}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%dir %{_datadir}/gnome/help/%{name}
%doc %{_datadir}/gnome/help/%{name}/
%dir %{_datadir}/omf/%{name}
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
%{_bindir}/%{name}
%{_bindir}/gnome-schedule-export
%{_bindir}/gnome-schedule-import
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}/

%files lang -f %{name}.lang

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to