summaryrefslogtreecommitdiffstats
path: root/MachBunt.spec
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2022-10-15 19:30:27 +0300
committerMavridis Philippe <[email protected]>2022-10-15 19:31:09 +0300
commitdf9b0a7fbed59095a30af1dde46c45ae95290361 (patch)
tree272af52510280fbbe20e7d082edb2c0af71c9575 /MachBunt.spec
parentff500937b0223a487c753d2ec109fb6b3782ae54 (diff)
downloadtwin-style-machbunt-df9b0a7fbed59095a30af1dde46c45ae95290361.tar.gz
twin-style-machbunt-df9b0a7fbed59095a30af1dde46c45ae95290361.zip
Port to CMake build system
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'MachBunt.spec')
-rw-r--r--MachBunt.spec64
1 files changed, 0 insertions, 64 deletions
diff --git a/MachBunt.spec b/MachBunt.spec
deleted file mode 100644
index 1283926..0000000
--- a/MachBunt.spec
+++ /dev/null
@@ -1,64 +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: MachBunt
-URL: http://www.gerdfleischer.de/twin-decor-suse2/
-License: GPL
-Group: System/GUI/KDE
-Summary: The KDE window decoration from SUSE 9.1/9.2
-Version: 0.1
-Release: 1
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source: %name-%version.tar.bz2
-
-%description
-The KDE window decoration from SUSE 9.3/10.0 extracted from the tdebase3-SUSE package.
-
-Authors:
---------
- Adrian Schroeter <[email protected]>
-
-%prep
-
-%setup -q
-
-%if %{DIST} == SuSE
-. /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}/MachBunt
-install -m 644 ChangeLog README COPYING INSTALL AUTHORS NEWS $RPM_BUILD_ROOT%{_docdir}/MachBunt/
-
-%files
-%defattr(-,root,root)
-%if %{DIST} == SuSE
-/opt/kde3/%{_lib}
-/opt/kde3/share/
-%else
-/usr/%{_lib}
-/usr/share/
-%endif
-%{_docdir}/MachBunt/
-
-%changelog -n MachBunt
-* Mon Jul 04 2006 - [email protected]
-- initial spec