forked from pool/gnome-clocks
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
This commit is contained in:
commit
5780090773
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
gnome-clocks-0.1.3.tar.xz
Normal file
3
gnome-clocks-0.1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b2d3460bb144a93e3e56ef0d2603350ad8e7d82206987cce29d1db3c8586e16
|
||||
size 722896
|
26
gnome-clocks.changes
Normal file
26
gnome-clocks.changes
Normal file
@ -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.
|
||||
|
74
gnome-clocks.spec
Normal file
74
gnome-clocks.spec
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user