SHA256
1
0
forked from pool/sweeper

Accepting request 105192 from KDE:Distro:Factory

OBS-URL: https://build.opensuse.org/request/show/105192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sweeper?expand=0&rev=1
This commit is contained in:
Stephan Kulow 2012-03-05 17:02:21 +00:00 committed by Git OBS Bridge
commit f178627118
7 changed files with 1141 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

12
desktop-files.diff Normal file
View File

@ -0,0 +1,12 @@
Index: sweeper/sweeper.desktop
===================================================================
--- sweeper.desktop 2009/11/20 20:24:51 1.1
+++ sweeper.desktop 2009/11/20 20:25:09
@@ -2,6 +2,7 @@
X-DocPath=
Icon=trash-empty
Exec=sweeper
+OnlyShowIn=KDE;
Type=Application
Terminal=false
X-KDE-StartupNotify=true

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

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

1033
sweeper.changes Normal file

File diff suppressed because it is too large Load Diff

62
sweeper.spec Normal file
View File

@ -0,0 +1,62 @@
#
# spec file for package sweeper
#
# 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: sweeper
Version: 4.8.0
Release: 0
License: LGPL-2.1+
Summary: KDE Privacy Utility
Url: http://www.kde.org
Group: System/GUI/KDE
Source0: sweeper-%{version}.tar.bz2
Patch0: 4_7_BRANCH.diff
Patch1: desktop-files.diff
BuildRequires: kdebase4-workspace-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
Helps clean unwanted traces the user leaves on the system.
%prep
%setup -q -n sweeper-%{version}
%patch0
%patch1
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%make_install
%suse_update_desktop_file sweeper Utility Security
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%_kde4_bindir/sweeper
%_kde4_applicationsdir/sweeper.desktop
%{_datadir}/dbus-1/interfaces/*.xml
%_kde4_htmldir/en/sweeper/
%_kde4_appsdir/sweeper/
%changelog