source: projects/specs/trunk/c/compizconfig-python/compizconfig-python-vl.spec @ 521

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           compizconfig-python
2Version:        0.8.2
3Release:        3%{?_dist_release}
4Summary:        Python bindings for the Compiz Configuration System
5Summary(ja):    Compiz 設定システム用の Python バインディング
6
7Group:          Development/Libraries
8License:        LGPLv2+
9URL:            http://www.compiz-fusion.org
10
11Source0:        http://releases.compiz.org/%{version}/%{name}-%{version}.tar.bz2
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14ExcludeArch:    s390 s390x ppc64
15BuildRequires:  libcompizconfig-devel >= 0.7.4, python-pyrex, glib2-devel
16BuildRequires:  libXrender-devel
17
18%description
19The Compiz Project brings 3D desktop visual effects that improve
20usability of the X Window System and provide increased productivity
21though plugins and themes contributed by the community giving a
22rich desktop experience.
23
24This package contains bindings to configure Compiz's
25plugins and the composite window manager.
26
27%prep
28%setup -q
29
30%build
31%configure --disable-static
32make %{?_smp_mflags}
33
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make install DESTDIR=$RPM_BUILD_ROOT
38find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f
39
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44
45%files
46%defattr(-,root,root,-)
47%doc COPYING
48%{python_sitearch}/compizconfig.so
49%exclude %{_libdir}/pkgconfig/compizconfig-python.pc
50
51
52%changelog
53* Sun Feb 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-3
54- add BuildRequires: libXrender-devel
55
56* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
57- rebuild with python-2.6
58
59* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
60- new upstream release
61
62* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
63- new upstream release
64
65* Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.6-2
66- rebuilt with python-2.5.2
67
68* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
69- new upstream release
70
71* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
72- new upstream release
73
74* Wed May 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
75- initial build for Vine Linux
76
77* Tue Mar 28 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
78- 0.7.2 update
79
80* Sat Nov 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0.1-2
81- 0.6.0.1 release
82
83* Sat Oct 21 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
84- official 0.6.0 tarball release
85
86* Fri Aug 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071018git
87- removed devel package
88
89* Thu Aug 18 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071018git0e80b1
90- 0.6.0 prerelease
91
92* Sun Jun 30 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.3.20070630git
93- 20070630git
94
95* Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
96- Initial specfile, borrowing descriptions from Trevino ubuntu debs
Note: See TracBrowser for help on using the repository browser.