source: projects/specs/trunk/c/compiz-bcop/compiz-bcop-vl.spec @ 8073

Revision 8073, 2.5 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Name: compiz-bcop
2Version: 0.8.8
3Release: 2%{?_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.8/%{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
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25BCOP is a code generator that provides an easy way to handle
26plugin options by generating parts of the plugin code directly
27from the xml metadata file.
28It is used for most of the Compiz Fusion plugins
29
30%description -l ja
31BCOP は compiz のプラグインオプションを簡単に取り扱えるようにするコード
32ジェネレータです。xml メタデータファイルからプラグインコードの断片を生成
33します。
34多くの Compiz Fusion プラグインで利用されています。
35
36
37%prep
38%setup -q
39
40
41%build
42%configure
43make %{?_smp_mflags}
44
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT
49
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54
55%files
56%defattr(-,root,root,-)
57%{_bindir}/bcop
58%{_datadir}/bcop/
59%{_datadir}/pkgconfig/bcop.pc
60%doc COPYING NEWS
61
62
63%changelog
64* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-2
65- rebuild with VineSeed environment
66
67* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
68- new upstream release
69
70* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
71- new upstream release
72
73* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
74- rebuilt with rpm-4.8.1 for pkg-config
75
76* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
77- new upstream release
78
79* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
80- new upstream release
81
82* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
83- new upstream release
84
85* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
86- new upstream release
87
88* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
89- initial build for Vine Linux
90
91* Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.7.2-1
92- Update to 0.7.2
93
94* Mon Oct 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.6.0-1
95- Update to 0.6.0
96
97* Wed Aug 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-2
98- Add missing Requires
99
100* Sat Aug 18 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-1
101- Initial build
102
Note: See TracBrowser for help on using the repository browser.