]> git.pld-linux.org Git - packages/beryl-plugins-unsupported.git/blame - beryl-plugins-unsupported.spec
- 0.2.0
[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
3044271b 4Version: 0.2.0
56695200 5Release: 1
6License: GPL
7Group: X11
8Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
3044271b 9# Source0-md5: 6408855962c86d79d165e5d14b3ae0d2
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
3044271b
RT
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
4c6d607a 55
56695200 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
69rm -rf $RPM_BUILD_ROOT
70
71%{__make} install \
72 DESTDIR=$RPM_BUILD_ROOT
73
74rm -f $RPM_BUILD_ROOT%{_libdir}/beryl/*.la
75
76%find_lang %{name} --all-name
77
78%clean
79rm -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.077721 seconds and 4 git commands to generate.