]> git.pld-linux.org Git - packages/beryl-plugins-unsupported.git/blob - beryl-plugins-unsupported.spec
639520215cf25e656978b80363d787c6a515f2fe
[packages/beryl-plugins-unsupported.git] / beryl-plugins-unsupported.spec
1 Summary:        beryl extra plugins
2 Summary(pl.UTF-8):      Dodatkowe wtyczki do beryla
3 Name:           beryl-plugins-unsupported
4 Version:        0.1.9999.2
5 Release:        1
6 License:        GPL
7 Group:          X11
8 Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  94cf77e9559e5022ecc88ed718dbcb67
10 URL:            http://beryl-project.org/
11 BuildRequires:  OpenGL-devel
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake >= 1:1.7
14 BuildRequires:  beryl-core-devel >= 1:%{version}
15 BuildRequires:  cairo-devel >= 1.0
16 BuildRequires:  dbus-devel >= 0.50
17 BuildRequires:  glib2-devel >= 2.0
18 BuildRequires:  intltool >= 0.35.0
19 BuildRequires:  librsvg-devel >= 2.14.0
20 BuildRequires:  libtool
21 BuildRequires:  pkgconfig
22 Requires:       beryl-core >= 1:%{version}
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Beryl extra plugins.
27
28 This package contains plugins that are either:
29 - unstable
30 - only modestly maintained
31 - or completely unmaintained
32
33 Use at your own risk.
34
35 %description -l pl.UTF-8
36 Dodatkowe wtyczki do beryla.
37
38 Ten pakiet zawiera wtyczki które:
39 - są niestabilne,
40 - nie mają zapewnionej dostatecznej opieki,
41 - lub którymi nikt się nie zajmuje.
42
43 Do użytku tylko na własne ryzyko.
44
45 %prep
46 %setup -q
47
48 mv -f po/{es_ES,es}.po
49 mv -f po/{ko_KR,ko}.po
50 cat > po/LINGUAS <<EOF
51 es
52 ko
53 nl
54 EOF
55
56 %build
57 %{__glib_gettextize}
58 %{__intltoolize} --automake
59 %{__libtoolize}
60 %{__aclocal}
61 %{__autoconf}
62 %{__autoheader}
63 %{__automake}
64 %configure \
65         --disable-static
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 rm -f $RPM_BUILD_ROOT%{_libdir}/beryl/*.la
75
76 %find_lang %{name} --all-name
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files -f %{name}.lang
82 %defattr(644,root,root,755)
83 %doc AUTHORS README
84 %attr(755,root,root) %{_libdir}/beryl/*.so
This page took 0.06898 seconds and 2 git commands to generate.