]> git.pld-linux.org Git - packages/beryl-settings.git/blob - beryl-settings.spec
- up to 0.1.99.2
[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:        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/%{version}/%{name}-%{version}.tar.bz2
10 # Source0-md5:  268098ad5bb563d0c5abbbc3af81f00f
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:  dbus-glib-devel >= 0.50
16 BuildRequires:  gtk+2-devel >= 2:2.8.0
17 BuildRequires:  intltool >= 0.35.0
18 BuildRequires:  pkgconfig
19 Requires:       beryl-core >= 1:0.1.3
20 Requires:       beryl-plugins >= 1:0.1.3
21 Obsoletes:      compiz-settings-manager
22 Obsoletes:      csm
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 A GTK+ tool to configure beryl.
27
28 %description -l pl
29 Narzêdzie GTK+ do konfiguracji beryla.
30
31 %prep
32 %setup -q
33 echo '#beryl version header' > VERSION
34 echo VERSION=0.1.99.2 > VERSION
35
36 %build
37 autoreconf -v --install
38 %{__glib_gettextize} --copy --force
39 %{__intltoolize}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47     DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS README
55 %attr(755,root,root) %{_bindir}/beryl-settings
56 %{_datadir}/bsm
57 %{_iconsdir}/hicolor/scalable/apps/beryl-settings.svg
This page took 0.046692 seconds and 3 git commands to generate.