]> git.pld-linux.org Git - packages/aquamarine.git/blob - aquamarine.spec
- add kde-ac260-lt.patch
[packages/aquamarine.git] / aquamarine.spec
1 %define         _snap   20061203
2 Summary:        Themeable window decorator and compositing manager for Beryl
3 Summary(pl):    Dekorator dla Beryla u¿ywaj±cy tematów
4 Name:           aquamarine
5 Version:        0.1.3
6 Release:        0.%{_snap}.1
7 License:        GPL v2+
8 Group:          Themes
9 Source0:        %{name}-%{_snap}.tar.gz
10 # Source0-md5:  ff567dcd75dede824fe66ab1955d2f21
11 Patch0:         kde-ac260-lt.patch
12 URL:            http://www.beryl-project.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  kdebase-devel >= 9:3.5.0
16 BuildRequires:  kdelibs-devel >= 9:3.5.0
17 BuildRequires:  rpmbuild(macros) >= 1.129
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Aquamarine is themeable window decorator and compositing manager for
22 Beryl. Aquamarine is intended for use with KDE.
23
24 %description -l pl
25 Aquamarine jest dekoratorem okien dla beryla u¿ywaj±cym tematów.
26 Jest przeznaczony do u¿ywania wraz z KDE.
27
28 %prep
29 %setup -q -n %{name}
30 %patch0 -p1
31
32 %build
33 %{__make} -f admin/Makefile.common svn
34 %configure \
35 %if "%{_lib}" == "lib64"
36         --enable-libsuffix=64 \
37 %endif
38         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
39         --with-qt-libraries=%{_libdir}
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %attr(755,root,root) %{_bindir}/aquamarine
This page took 0.042908 seconds and 3 git commands to generate.