]> git.pld-linux.org Git - packages/beryl-settings-simple.git/blob - beryl-settings-simple.spec
- NEW
[packages/beryl-settings-simple.git] / beryl-settings-simple.spec
1 Summary:        simple gui configuration tool for beryl
2 Name:           beryl-settings-simple
3 Version:        0.1.99.2
4 Release:        1
5 Epoch:          1
6 License:        GPL v2+
7 Group:          X11/Window Managers/Tools
8 Source0:        http://releases.beryl-project.org/0.1.99.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  5d94ca4f8e85fad68029a11fb7cc9cff
10 URL:            http://beryl-project.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  beryl-core-devel >= 1:0.1.99.2
14 BuildRequires:  beryl-settings >= 1:0.1.99.2
15 BuildRequires:  gtk+2-devel >= 2:2.8.0
16 BuildRequires:  intltool >= 0.35.0
17 BuildRequires:  pkgconfig
18 BuildRequires:  python-Pyrex
19 Requires:       beryl-core >= 1:0.1.99.2
20 Requires:       beryl-settings >= 1:0.1.99.2
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This package contains a simple gui configuration tool to configure
25 Beryl's plugins and the composite window manager.
26  
27 %prep
28 %setup -q
29 echo '#beryl version header' > VERSION
30 echo VERSION=0.1.99.2 >> VERSION
31
32 %build
33 autoreconf -v --install
34 %configure
35
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 %doc AUTHORS README
50 %attr(755,root,root) %{_bindir}/beryl-settings-simple
51 %{_datadir}/beryl-settings-simple/
This page took 0.047119 seconds and 3 git commands to generate.