]> git.pld-linux.org Git - packages/beryl-settings-simple.git/blob - beryl-settings-simple.spec
- pl, BR fixes
[packages/beryl-settings-simple.git] / beryl-settings-simple.spec
1 Summary:        Simple GUI configuration tool for beryl
2 Summary(pl):    Proste graficzne narzêdzie konfiguracyjne dla beryla
3 Name:           beryl-settings-simple
4 Version:        0.1.99.2
5 Release:        1
6 Epoch:          1
7 License:        GPL v2+
8 Group:          X11/Window Managers/Tools
9 Source0:        http://releases.beryl-project.org/0.1.99.2/%{name}-%{version}.tar.bz2
10 # Source0-md5:  5d94ca4f8e85fad68029a11fb7cc9cff
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.99.2
15 BuildRequires:  beryl-settings-bindings-devel >= 1:0.1.99.2
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.99.2
21 Requires:       beryl-settings-bindings >= 1:0.1.99.2
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
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.99.2 >> VERSION
37
38 %build
39 autoreconf -v --install
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS README
56 %attr(755,root,root) %{_bindir}/beryl-settings-simple
57 %{_datadir}/beryl-settings-simple
This page took 0.067439 seconds and 4 git commands to generate.