]> git.pld-linux.org Git - packages/beryl-settings.git/blob - beryl-settings.spec
b6f904c0251287723473e3ad266ef5fae84a0b4a
[packages/beryl-settings.git] / beryl-settings.spec
1 Summary:        A GTK+ tool to configure beryl
2 Summary(pl):    Narzêdzie GTK+ do konfiguracji beryla
3 Name:           beryl-settings
4 Version:        20061004
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Window Managers/Tools
8 Source0:        http://distfiles.xgl-coffee.org/beryl-settings/%{name}-%{version}.tar.bz2
9 # Source0-md5:  569dfb66d798a8a9525285d6500be14a
10 URL:            http://distfiles.xgl-coffee.org
11 BuildRequires:  gtk+2-devel >= 2:2.0
12 Requires:       beryl-core
13 Requires:       beryl-plugins
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A GTK+ tool to configure beryl.
18
19 %description -l pl
20 Narzêdzie GTK+ do konfiguracji beryla.
21
22 %prep
23 %setup -q -n snapshots/%{name}
24
25 %build
26 autoreconf -v --install
27 %{__intltoolize}
28 %{__glib_gettextize} --copy --force
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36     DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README
44 %attr(755,root,root) %{_bindir}/beryl-settings
45 %{_desktopdir}/beryl-settings.desktop
46 %{_pixmapsdir}/*.svg
47 %{_datadir}/beryl/hints
48 %{_mandir}/man1/*.1*
This page took 0.066357 seconds and 2 git commands to generate.