]> git.pld-linux.org Git - packages/beryl-settings.git/blob - beryl-settings.spec
- locale fixes, epoch 1
[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.3
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:  bd88d56f32b23d42d44c85a92f0654f3
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  beryl-core-devel >= 1:0.1.3
14 BuildRequires:  dbus-glib-devel >= 0.50
15 BuildRequires:  gtk+2-devel >= 2:2.8.0
16 BuildRequires:  intltool >= 0.35.0
17 BuildRequires:  pkgconfig
18 Requires:       beryl-core >= 1:0.1.3
19 Requires:       beryl-plugins >= 1:0.1.3
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A GTK+ tool to configure beryl.
24
25 %description -l pl
26 Narzêdzie GTK+ do konfiguracji beryla.
27
28 %prep
29 %setup -q
30 mv -f po/{es_ES,es}.po
31 mv -f po/{fr_FR,fr}.po
32 mv -f po/{hu_HU,hu}.po
33 mv -f po/{it_IT,it}.po
34 mv -f po/{ja_JP,ja}.po
35 mv -f po/{ko_KR,ko}.po
36 mv -f po/{pt_PT,pt}.po
37 mv -f po/{sv_SE,sv}.po
38
39 # NOTE: check the list ofter any upgrade!
40 cat > po/LINGUAS <<EOF
41 es
42 es_AR
43 fr
44 hu
45 it
46 ja
47 ko
48 pt_BR
49 pt
50 sv
51 zh_CN
52 zh_HK
53 zh_TW
54 EOF
55
56 %build
57 autoreconf -v --install
58 %{__intltoolize}
59 %{__glib_gettextize} --copy --force
60 %configure
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67     DESTDIR=$RPM_BUILD_ROOT
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc AUTHORS README
75 %attr(755,root,root) %{_bindir}/beryl-settings
76 %{_desktopdir}/beryl-settings.desktop
77 %{_pixmapsdir}/*.svg
78 %{_mandir}/man1/*.1*
This page took 0.171174 seconds and 3 git commands to generate.