]> git.pld-linux.org Git - packages/aquamarine.git/blob - aquamarine.spec
- try to fix build, patch1 added
[packages/aquamarine.git] / aquamarine.spec
1 Summary:        Themeable window decorator and compositing manager for beryl
2 Summary(pl):    Dekorator okien dla beryla u¿ywaj±cy motywów
3 Name:           aquamarine
4 Version:        0.1.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Themes
8 Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  aeb1c42f907f08226c5d4ce48b8d209c
10 Patch0:         %{name}-ac260-lt.patch
11 Patch1:         %{name}-nodeps_am.patch
12 URL:            http://www.beryl-project.org/
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake >= 1.5
15 BuildRequires:  beryl-core-devel >= 1:0.1.3
16 BuildRequires:  gtk+2-devel >= 2:2.8.0
17 BuildRequires:  kdebase-devel >= 9:3.5.0
18 BuildRequires:  kdelibs-devel >= 9:3.5.0
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(macros) >= 1.129
21 BuildRequires:  xorg-lib-libXcomposite-devel
22 Requires:       beryl-core >= 1:0.1.3
23 Obsoletes:      compiz-quinnstorm-kde-decorator
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Aquamarine is themeable window decorator and compositing manager for
28 beryl. Aquamarine is intended for use with KDE.
29
30 %description -l pl
31 Aquamarine jest dekoratorem okien dla beryla u¿ywaj±cym motywów. Jest
32 przeznaczony do u¿ywania wraz z KDE.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37 %patch1 -p0
38
39 %build
40 # can't libtoolize with KDE mess
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46 %if "%{_lib}" == "lib64"
47         --enable-libsuffix=64 \
48 %endif
49         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
50         --with-qt-libraries=%{_libdir}
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS 
65 %attr(755,root,root) %{_bindir}/aquamarine
This page took 0.025755 seconds and 3 git commands to generate.