]> git.pld-linux.org Git - packages/compiz-bcop.git/blame - compiz-bcop.spec
- 0.7.2
[packages/compiz-bcop.git] / compiz-bcop.spec
CommitLineData
5de29831 1Summary: Compiz option code generator
2Summary(pl.UTF-8): Generator kodu opcji Compiza
3Name: compiz-bcop
1c8a3bb5 4Version: 0.7.2
5de29831 5Release: 1
3313cd43
JB
6License: GPL v2+
7Group: Development/Tools
5de29831 8Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
1c8a3bb5 9# Source0-md5: 3824697fbbf399a817933b9141cfdba3
3313cd43
JB
10URL: http://forum.compiz-fusion.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake >= 1:1.9
13# only for configure check
5de29831 14BuildRequires: libxslt-devel
15BuildRequires: pkgconfig
3313cd43
JB
16Requires: /usr/bin/getopt
17# xsltproc
18Requires: libxslt-progs
19Requires: pkgconfig >= 1:0.19
20BuildArch: noarch
5de29831 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
3313cd43
JB
23%define _noarchpkgconfigdir %{_datadir}/pkgconfig
24
5de29831 25%description
26BCOP is a code generator that provides an easy way to handle plugin
3313cd43 27options by generating parts of the plugin code directly from the XML
5de29831 28metadata file. It is used for most of the Compiz Fusion plugins.
29
30%description -l pl.UTF-8
31BCOP jest generatorem kodu, który pozwala na łatwą obsługę opcji
32wtyczek poprzez generowanie części kodu wtyczki bezpośrednio z pliku
3313cd43 33XML metadanych. Jest używany przez większość wtyczek Compiz Fusion.
5de29831 34
35%prep
36%setup -q
5de29831 37
38echo "echo -n %{version}" > VERSION
39
40%build
5de29831 41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45
46%configure
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
3313cd43
JB
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
5de29831 54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc AUTHORS
3313cd43 61%attr(755,root,root) %{_bindir}/bcop
5de29831 62%{_datadir}/bcop
3313cd43 63%{_noarchpkgconfigdir}/bcop.pc
This page took 0.095648 seconds and 4 git commands to generate.