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