]> git.pld-linux.org Git - packages/gcompizthemer.git/blame - gcompizthemer.spec
- tabs in preamble
[packages/gcompizthemer.git] / gcompizthemer.spec
CommitLineData
f37ff521 1Summary: A GTK+ tool to configure window decorations in compiz
ee8e1b79 2Summary(pl.UTF-8): Narzędzie GTK+ do konfiguracji dekoracji okien w compizie
f37ff521 3Name: gcompizthemer
4Version: 0.7
5Release: 1
6License: GPL v2+
7Group: X11/Window Managers/Tools
8Source0: http://distfiles.xgl-coffee.org/gcompizthemer/%{name}-%{version}.tar.gz
9# Source0-md5: 281b81c13568d1860ed61e6c91066c9e
10URL: http://compiz.net
11BuildRequires: GConf2-devel >= 2.0
12BuildRequires: gtk+2-devel >= 2.0
13BuildRequires: libglade2-devel >= 2.0
14BuildRequires: pkgconfig
15Requires: compiz
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
a3d5e9f9 19A GTK+ tool to configure window decorations in compiz.
f37ff521 20
c6ca6f15
JR
21%description -l pl.UTF-8
22Narzędzie GTK+ do konfiguracji dekoracji okien w compizie.
f37ff521 23
24%prep
25%setup -q -n %{name}
26
27%build
28%configure
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%attr(755,root,root) %{_bindir}/%{name}
43%{_mandir}/man*/*
44%{_datadir}/compiz/themes
45%{_desktopdir}/%{name}.desktop
46%{_pixmapsdir}/%{name}-icon.png
This page took 0.048784 seconds and 4 git commands to generate.