]> git.pld-linux.org Git - packages/beryl-settings-simple.git/blob - beryl-settings-simple.spec
- converted to UTF-8
[packages/beryl-settings-simple.git] / beryl-settings-simple.spec
1 Summary:        Simple GUI configuration tool for beryl
2 Summary(pl.UTF-8):   Proste graficzne narzędzie konfiguracyjne dla beryla
3 Name:           beryl-settings-simple
4 Version:        0.1.9999.1
5 Release:        1
6 Epoch:          1
7 License:        GPL v2+
8 Group:          X11/Window Managers/Tools
9 Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
10 # Source0-md5:  f34cfc2d55a7bd2c317f890262dde673
11 URL:            http://beryl-project.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  beryl-core-devel >= 1:0.1.9999.1
15 BuildRequires:  beryl-settings-bindings-devel >= 1:0.1.9999.1
16 BuildRequires:  gtk+2-devel >= 2:2.8.0
17 BuildRequires:  intltool >= 0.35.0
18 BuildRequires:  pkgconfig
19 BuildRequires:  python-pygtk-devel >= 2.0
20 Requires:       beryl-core >= 1:0.1.9999.1
21 Requires:       beryl-settings-bindings >= 1:0.1.9999.1
22 Requires:       python-pygtk-gtk >= 2.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 This package contains a simple GUI configuration tool to configure
27 beryl's plugins and the composite window manager.
28
29 %description -l pl.UTF-8
30 Ten pakiet zawiera proste graficzne narzędzie do konfiguracji wtyczek
31 i zarządcy okien beryla.
32
33 %prep
34 %setup -q
35 echo '#beryl version header' > VERSION
36 echo VERSION=0.1.9999.1 >> VERSION
37
38 %build
39 %{__glib_gettextize}
40 %{__intltoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53 %find_lang %{name}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS README
61 %attr(755,root,root) %{_bindir}/beryl-settings-simple
62 %{_datadir}/beryl-settings-simple
63 %{_desktopdir}/beryl-settings-simple.desktop
This page took 0.08675 seconds and 3 git commands to generate.