SHA256
1
0
forked from pool/kfloppy

Accepting request 102020 from KDE:Distro:Factory

forward

OBS-URL: https://build.opensuse.org/request/show/102020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfloppy?expand=0&rev=1
This commit is contained in:
Stephan Kulow 2012-02-03 09:23:14 +00:00 committed by Git OBS Bridge
commit f1b4fc7342
6 changed files with 1144 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
kfloppy-4.8.0.tar.bz2 Normal file
View File

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

1050
kfloppy.changes Normal file

File diff suppressed because it is too large Load Diff

60
kfloppy.spec Normal file
View File

@ -0,0 +1,60 @@
#
# spec file for package kfloppy
#
# 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: kfloppy
Version: 4.8.0
Release: 0
License: GPL-2.0+
Summary: Floppy Formatter
Url: http://www.kde.org
Group: System/GUI/KDE
Source0: kfloppy-%{version}.tar.bz2
Patch0: 4_7_BRANCH.diff
BuildRequires: kdebase4-workspace-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
KDE Floppy Disk Utility
%prep
%setup -q -n kfloppy-%{version}
%patch0
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%make_install
%suse_update_desktop_file KFloppy System Filesystem
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING README TODO
%_kde4_bindir/kfloppy
%_kde4_applicationsdir/*.desktop
%_kde4_htmldir/en/kfloppy/
%_kde4_iconsdir/hicolor/*/*/*.png
%changelog