]> git.pld-linux.org Git - packages/beryl-plugins-unsupported.git/blob - beryl-plugins-unsupported.spec
- GPL v2+
[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.2.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11
8 Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  262a5900b42c52671c2a0f9a69ac93b4
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 %build
49 %{__glib_gettextize}
50 %{__intltoolize} --automake
51 %{__libtoolize}
52 %{__aclocal}
53 %{__autoconf}
54 %{__autoheader}
55 %{__automake}
56 %configure \
57         --disable-static
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 rm -f $RPM_BUILD_ROOT%{_libdir}/beryl/*.la
67
68 %find_lang %{name} --all-name
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS README
76 %attr(755,root,root) %{_libdir}/beryl/*.so
This page took 0.077273 seconds and 3 git commands to generate.