blob: 852d23f3cb4a66652117055619f87a276a3b1813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
%define oname deKorator
Name: kde3-kwinstyle-%{oname}
Version: 0.3
Release: %mkrel 3
Source: %{oname}-%{version}.tar.bz2
Patch0: fix_autotools.patch
Patch1: kde-3.5.10-acinclude.patch
Summary: KDE3 Window Decoration Generator
URL: http://kde-look.org/content/show.php/deKorator?content=31447
License: GPL
Group: Graphical desktop/KDE3
BuildRequires: kde3-macros
%if %mdkversion < 201000
BuildRequires: autoconf <= 1:2.63
%else
BuildRequires: autoconf >= 1:2.65
%endif
BuildRequires: automake >= 1.6
BuildRequires: %{_lib}xorg-x11-devel
BuildRequires: kdelibs-devel
BuildRequires: kdebase-devel
BuildRequires: libpng-devel
BuildRequires: qt3-devel
Requires: kdelibs >= 3.5.9
Requires: kdebase >= 3.5.9
BuildRoot: %{_tmppath}/%{name}-root
%description
Design your own window decorations with
deKorator!
%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%build
make -f admin/Makefile.common
%configure_kde3
%make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%clean
rm -rf $RPM_BUILD_ROOT
%if %mdkversion < 2009000
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%endif
%files
%defattr(-,root,root)
%_kde3_appsdir/kwin/%{oname}.desktop
%_kde3_libdir/*
%changelog
* Mon Jul 18 2011 Tim Williams <[email protected]> 0.3-3mvt2010.2
+ rebuild for Trinity
* Sat May 08 2010 Atilla ÖNTAŞ <[email protected]> 0.3-2mvt2010.0
- fix buildrequires
* Tue Apr 20 2010 Atilla ÖNTAŞ <[email protected]> 0.3-1mvt2010.0
+ Package for 2010.0 release
|