]> git.pld-linux.org Git - packages/aquamarine.git/blob - aquamarine.spec
ce7d164fe6eb90460f4b100bcfd1e22822eb8176
[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 URL:            http://www.beryl-project.org/
12 BuildRequires:  kdebase-devel >= 9:3.5.0
13 BuildRequires:  kdelibs-devel >= 9:3.5.0
14 BuildRequires:  rpmbuild(macros) >= 1.129
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Aquamarine is themeable window decorator and compositing manager for
19 Beryl. Aquamarine is intended for use with KDE.
20
21 %description -l pl
22 Aquamarine jest dekoratorem okien dla beryla u¿ywaj±cym tematów.
23 Jest przeznaczony do u¿ywania wraz z KDE.
24
25 %prep
26 %setup -q -n %{name}
27 %{__make} -f admin/Makefile.common svn
28
29 %build
30 %configure \
31 %if "%{_lib}" == "lib64"
32         --enable-libsuffix=64 \
33 %endif
34         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
35         --with-qt-libraries=%{_libdir}
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/aquamarine
This page took 0.034812 seconds and 3 git commands to generate.