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