source: projects/specs/branches/6/c/compiz-bcop/compiz-bcop-vl.spec @ 2182

Revision 2182, 2.3 KB checked in by Takemikaduchi, 13 years ago (diff)

libXpm:create compat32 package, task-compiz: fix package version, others: new upstream release

Line 
1Name: compiz-bcop
2Version: 0.8.4
3Release: 1%{?_dist_release}
4Summary: Compiz option code generator       
5Summary(ja): Compiz オプションコードジェネレータ
6
7Group: Development/Libraries
8License: GPLv2+       
9URL: http://compiz-fusion.org           
10Source0:  http://releases.compiz-fusion.org/0.8.4/%{name}-%{version}.tar.bz2
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12
13# compiz is not available on these arches due to missing libdrm
14ExcludeArch: s390 s390x ppc64
15BuildArch: noarch
16
17BuildRequires: libxslt-devel
18Requires: pkgconfig
19Requires: util-linux
20
21%description
22BCOP is a code generator that provides an easy way to handle
23plugin options by generating parts of the plugin code directly
24from the xml metadata file.
25It is used for most of the Compiz Fusion plugins
26
27%description -l ja
28BCOP は compiz のプラグインオプションを簡単に取り扱えるようにするコード
29ジェネレータです。xml メタデータファイルからプラグインコードの断片を生成
30します。
31多くの Compiz Fusion プラグインで利用されています。
32
33
34%prep
35%setup -q
36
37
38%build
39%configure
40make %{?_smp_mflags}
41
42
43%install
44rm -rf $RPM_BUILD_ROOT
45make install DESTDIR=$RPM_BUILD_ROOT
46
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51
52%files
53%defattr(-,root,root,-)
54%{_bindir}/bcop
55%{_datadir}/bcop/
56%{_datadir}/pkgconfig/bcop.pc
57%doc COPYING NEWS
58
59
60%changelog
61* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
62- new upstream release
63
64* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
65- rebuilt with rpm-4.8.1 for pkg-config
66
67* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
68- new upstream release
69
70* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
71- new upstream release
72
73* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
74- new upstream release
75
76* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
77- new upstream release
78
79* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
80- initial build for Vine Linux
81
82* Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.7.2-1
83- Update to 0.7.2
84
85* Mon Oct 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.6.0-1
86- Update to 0.6.0
87
88* Thu Aug 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-2
89- Add missing Requires
90
91* Sat Aug 18 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-1
92- Initial build
93
Note: See TracBrowser for help on using the repository browser.