Accepting request 102015 from KDE:Distro:Factory

- Ran spec-cleaner
- Removed outdated dependencies left from package split
- Packaged COPYING (forwarded request 102012 from saschpe)

OBS-URL: https://build.opensuse.org/request/show/102015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktimer?expand=0&rev=1
This commit is contained in:
Stephan Kulow 2012-02-03 09:23:28 +00:00 committed by Git OBS Bridge
commit 7f7c5f1ebb
6 changed files with 1149 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

7
4_7_BRANCH.diff Normal file
View File

@ -0,0 +1,7 @@
package: kdeutils-4.4.3.tar.bz2
kdemod: kdeutils
--- BRANCH_STATUS
+++ BRANCH_STATUS
@@ -0,0 +1,2 @@
+current HEAD: 1127686
+svn di between //tags/KDE/4.4.3/kdeutils and //branches/KDE/4.4/kdeutils

3
ktimer-4.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f3e92ca268eac7f203ed1c4674d5e6d62c058373fe84c7949bc3cc68e015dc7
size 166247

1055
ktimer.changes Normal file

File diff suppressed because it is too large Load Diff

60
ktimer.spec Normal file
View File

@ -0,0 +1,60 @@
#
# spec file for package ktimer
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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: ktimer
Version: 4.8.0
Release: 0
License: GPL-2.0+
Summary: Countdown Launcher
Url: http://www.kde.org
Group: Productivity/Other
Source0: ktimer-%{version}.tar.bz2
Patch0: 4_7_BRANCH.diff
BuildRequires: kdebase4-workspace-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
Countdown launching tool for KDE
%prep
%setup -q -n ktimer-%{version}
%patch0
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%make_install
%suse_update_desktop_file ktimer Utility TimeUtility
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING
%_kde4_bindir/ktimer
%_kde4_htmldir/en/ktimer/
%_kde4_applicationsdir/ktimer.desktop
%_kde4_iconsdir/hicolor/*/*/*.png
%changelog