]> git.pld-linux.org Git - packages/beryl-plugins-unsupported.git/blame - beryl-plugins-unsupported.spec
- GPL v2+
[packages/beryl-plugins-unsupported.git] / beryl-plugins-unsupported.spec
CommitLineData
307279a0 1Summary: beryl extra plugins
422ebbc6 2Summary(pl.UTF-8): Dodatkowe wtyczki do beryla
56695200 3Name: beryl-plugins-unsupported
60bbe87b 4Version: 0.2.1
56695200 5Release: 1
274f6eb4 6License: GPL v2+
56695200 7Group: X11
8Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
60bbe87b 9# Source0-md5: 262a5900b42c52671c2a0f9a69ac93b4
56695200 10URL: http://beryl-project.org/
11BuildRequires: OpenGL-devel
12BuildRequires: autoconf >= 2.57
13BuildRequires: automake >= 1:1.7
14BuildRequires: beryl-core-devel >= 1:%{version}
15BuildRequires: cairo-devel >= 1.0
16BuildRequires: dbus-devel >= 0.50
17BuildRequires: glib2-devel >= 2.0
18BuildRequires: intltool >= 0.35.0
19BuildRequires: librsvg-devel >= 2.14.0
20BuildRequires: libtool
21BuildRequires: pkgconfig
22Requires: beryl-core >= 1:%{version}
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Beryl extra plugins.
27
28This package contains plugins that are either:
29- unstable
30- only modestly maintained
31- or completely unmaintained
32
33Use at your own risk.
34
9c968833 35%description -l pl.UTF-8
56695200 36Dodatkowe wtyczki do beryla.
37
9c968833
JR
38Ten pakiet zawiera wtyczki które:
39- są niestabilne,
40- nie mają zapewnionej dostatecznej opieki,
41- lub którymi nikt się nie zajmuje.
56695200 42
9c968833 43Do użytku tylko na własne ryzyko.
56695200 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
61rm -rf $RPM_BUILD_ROOT
62
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
66rm -f $RPM_BUILD_ROOT%{_libdir}/beryl/*.la
67
68%find_lang %{name} --all-name
69
70%clean
71rm -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.075326 seconds and 4 git commands to generate.