commit 57800907732c6012e2de2d61273de6c8cc6a657d1c940ea3d7d505600ab07dca Author: Dominique Leuenberger Date: Sat Sep 29 22:30:05 2012 +0000 osc copypac from project:GNOME:Next package:gnome-clocks revision:4, using expand OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-clocks?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gnome-clocks-0.1.3.tar.xz b/gnome-clocks-0.1.3.tar.xz new file mode 100644 index 0000000..fa55238 --- /dev/null +++ b/gnome-clocks-0.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2d3460bb144a93e3e56ef0d2603350ad8e7d82206987cce29d1db3c8586e16 +size 722896 diff --git a/gnome-clocks.changes b/gnome-clocks.changes new file mode 100644 index 0000000..9e42a44 --- /dev/null +++ b/gnome-clocks.changes @@ -0,0 +1,26 @@ +------------------------------------------------------------------- +Sat Sep 29 21:52:21 UTC 2012 - zaitor@opensuse.org + +- Update to version 0.1.3: + + Implement "laps" in the stopwatch. + + Misc bugfixes. + + Updated translations. +- Changes from version 0.1.2: + + Use vertical spinbuttons for the timer setup. + + Fix timezone offset calculation during DST. + + Misc bugfixes. + +------------------------------------------------------------------- +Mon Sep 3 20:22:46 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.1.1: + + Start week on the right day specified by the current locale. + + Use the correct location for pixmaps by default. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 2 15:06:36 UTC 2012 - dimstar@opensuse.org + +- Initial package, version 0.1.0. + diff --git a/gnome-clocks.spec b/gnome-clocks.spec new file mode 100644 index 0000000..1fd3dc1 --- /dev/null +++ b/gnome-clocks.spec @@ -0,0 +1,74 @@ +# +# spec file for package +# +# Copyright (c) 2012 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-clocks +Version: 0.1.3 +Release: 0 +License: GPL-2.0+ +Summary: Clock application designed for GNOME 3 +Url: https://live.gnome.org/Design/Apps/Clock +Group: Productivity/Office/Other +Source: http://ftp.acc.umu.se/pub/GNOME/sources/gnome-clocks/0.1/%{name}-%{version}.tar.xz +# Needed for automatic typelib() - Requires +BuildRequires: gobject-introspection +# For icont_theme_chache post and postun macros +BuildRequires: hicolor-icon-theme +BuildRequires: intltool +BuildRequires: python-distutils-extra +BuildRequires: update-desktop-files +Recommends: %{name}-lang +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch + +%description +A nice simple app to show the time, date, and alarms. + +%lang_package +%prep +%setup -q + +%build +python setup.py build + +%install +python setup.py install --root=%{buildroot} --prefix=%{_prefix} +# We package the DOCS in defaultdocdir. +rm -r %{buildroot}%{_datadir}/doc/%{name}/ +%suse_update_desktop_file %{name} Utility X-SuSE-TimeUtility +%find_lang %{name} %{?no_lang_C} + +%post +%icon_theme_cache_post +%desktop_database_post + +%postun +%icon_theme_cache_postun +%desktop_database_postun + +%files +%defattr(-,root,root) +%doc README COPYING +%{_bindir}/%{name} +%{_datadir}/%{name}/ +%{_datadir}/icons/hicolor/*/apps/clocks.* +%{python_sitelib}/gnomeclocks/ +%{python_sitelib}/gnome_clocks-%{version}-py%{py_ver}.egg-info +%{_datadir}/applications/%{name}.desktop + +%files lang -f %{name}.lang + +%changelog