]> git.pld-linux.org Git - packages/beryl-manager.git/blob - beryl-manager.spec
- initial spec, instead of compiz-manager
[packages/beryl-manager.git] / beryl-manager.spec
1 #
2 Summary:        An application to run and [manage|control] beryl
3 Summary(pl):    Aaplikacja do uruchamiania i kontroli beryla
4 Name:           beryl-manager
5 Version:        0.1.0
6 Release:        1
7 License:        GPL v2+
8 Group:          X11/Window Managers/Tools
9 Source0:        http://distfiles.xgl-coffee.org/beryl-manager/%{name}-%{version}.tar.bz2
10 # Source0-md5:  1ab7696d4f91c11eb86a252647d3a021
11 URL:            http://distfiles.xgl-coffee.org
12 BuildRequires:  gtk+2-devel >= 2.0
13 Requires:       beryl-core
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 An application to run and [manage|control] beryl
18
19 %prep
20 %setup -q -n %{name}
21
22 %build
23 autoreconf -v --install
24 %{__intltoolize}
25 %{__glib_gettextize} --copy --force
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33     DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
41 %{_pixmapsdir}/beryl-manager.png
This page took 0.101512 seconds and 4 git commands to generate.