]> git.pld-linux.org Git - packages/beryl-manager.git/blob - beryl-manager.spec
- 20061020
[packages/beryl-manager.git] / beryl-manager.spec
1 Summary:        An application to run and [manage|control] beryl
2 Summary(pl):    Aplikacja do uruchamiania i zarzĀ±dzania berylem
3 Name:           beryl-manager
4 Version:        20061020
5 Release:        1
6 License:        LGPL v2+
7 Group:          X11/Window Managers/Tools
8 #Source0:       http://distfiles.xgl-coffee.org/beryl-manager/%{name}-%{version}.tar.bz2
9 Source0:        %{name}-%{version}.tar.bz2
10 # Source0-md5:  15c052996c58e03ac36b92270a8c86a1
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  gtk+2-devel >= 2:2.8.0
14 BuildRequires:  intltool >= 0.35.0
15 BuildRequires:  pkgconfig
16 Requires:       beryl-core
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 An application to run and [manage|control] beryl.
21
22 %description -l pl
23 Aplikacja do uruchamiania i zarzĀ±dzania berylem.
24
25 %prep
26 %setup -q -n %{name}
27
28 mv -f po/{ar_AR,ar}.po
29 mv -f po/{de_DE,de}.po
30 mv -f po/{es_ES,es}.po
31 mv -f po/{fr_FR,fr}.po
32 mv -f po/{it_IT,it}.po
33 mv -f po/{ko_KR,ko}.po
34 mv -f po/{my_MY,my}.po
35 mv -f po/{nb_NO,nb}.po
36 mv -f po/{pt_PT,pt}.po
37 mv -f po/{ru_RU,ru}.po
38 mv -f po/{sk_SK,sk}.po
39 mv -f po/{sv_SE,sv}.po
40
41 # NOTE: check the list ofter any upgrade!
42 cat > po/LINGUAS <<EOF
43 ar
44 de
45 en_US
46 es
47 fr
48 it
49 ko
50 my
51 nl
52 it
53 pt_BR
54 pt
55 ru
56 sk
57 sv
58 zh_CN
59 EOF
60
61 %build
62 autoreconf -v --install
63 %{__intltoolize}
64 %{__glib_gettextize} --copy --force
65 %configure
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72     DESTDIR=$RPM_BUILD_ROOT
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files
78 %defattr(644,root,root,755)
79 %attr(755,root,root) %{_bindir}/*
80 %{_pixmapsdir}/*
81 %{_mandir}/man1/*.1*
This page took 0.080539 seconds and 4 git commands to generate.