summaryrefslogtreecommitdiffstats
path: root/kwin-decor-suse2.spec
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-05 19:06:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-05 19:06:44 +0900
commitadb3fc6d47824e00139e99922a036b8ef3914635 (patch)
tree6513190fb1184ac242979ca91f39ed62f49e7935 /kwin-decor-suse2.spec
parent51330f29091ae486c3ca6bedfae8ee5214a18282 (diff)
downloadtwin-style-suse2-adb3fc6d47824e00139e99922a036b8ef3914635.tar.gz
twin-style-suse2-adb3fc6d47824e00139e99922a036b8ef3914635.zip
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kwin-decor-suse2.spec')
-rw-r--r--kwin-decor-suse2.spec70
1 files changed, 0 insertions, 70 deletions
diff --git a/kwin-decor-suse2.spec b/kwin-decor-suse2.spec
deleted file mode 100644
index 7fab40d..0000000
--- a/kwin-decor-suse2.spec
+++ /dev/null
@@ -1,70 +0,0 @@
-#
-# spec file for package twin-decor-suse (Version 0.2)
-#
-# Copyright (c) 2005 Gerd Fleischer
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
-
-%define DIST %(if [ -r /etc/SuSE-release ]; then echo "SuSE"; else echo "Unknown"; fi)
-
-Name: twin-decor-suse2
-URL: http://www.gerdfleischer.de/twin-decor-suse2/
-License: GPL
-Group: System/GUI/KDE
-Summary: The KDE window decoration from SUSE 9.3 - 10.2
-Version: 0.4.1
-Release: 1
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source: %name-%version.tar.bz2
-
-%description
-The KDE window decoration from SUSE 9.3 - 10.2 extracted from the tdebase3-SUSE package.
-
-Authors:
---------
- Adrian Schroeter <adrian@suse.de>
- Sandro Giessl <ceebx@users.sourceforge.net>
- Rik Hemsley (rikkus) <rik@kde.org>
- Gerd Fleischer <gerdfleischer@web.de>
-
-%prep
-
-%setup -q
-
-%if %{DIST} == SuSE
-cp extra/kroete.png src/titlebar_decor.png
-. /etc/opt/kde3/common_options
-update_admin --no-unsermake
-%endif
-
-%build
-%if %{DIST} == SuSE
-. /etc/opt/kde3/common_options
-./configure $configkde
-%else
-./configure --enable-final
-%endif
-
-make
-
-%install
-make DESTDIR=$RPM_BUILD_ROOT install-strip
-install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/twin-decor-suse2
-install -m 644 ChangeLog README COPYING INSTALL AUTHORS NEWS $RPM_BUILD_ROOT%{_docdir}/twin-decor-suse2/
-
-%files
-%defattr(-,root,root)
-%if %{DIST} == SuSE
-/opt/kde3/%{_lib}
-/opt/kde3/share/
-%else
-/usr/%{_lib}
-/usr/share/
-%endif
-%{_docdir}/twin-decor-suse2/
-
-%changelog -n twin-decor-suse2
-* Sun Nov 20 2005 - gerdfleischer@web.de
-- use _lib
-* Sun May 01 2005 - gerdfleischer@web.de
-- initial spec