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

Revision 5701, 3.0 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

Line 
1Name:           compizconfig-python
2Version:        0.8.4
3Release:        2%{?_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* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-2
54- rebuild with python-2.7.2
55
56* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
57- new upstream release
58
59* Sun Feb 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-3
60- add BuildRequires: libXrender-devel
61
62* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
63- rebuild with python-2.6
64
65* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
66- new upstream release
67
68* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
69- new upstream release
70
71* Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.6-2
72- rebuilt with python-2.5.2
73
74* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
75- new upstream release
76
77* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
78- new upstream release
79
80* Wed May 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
81- initial build for Vine Linux
82
83* Tue Mar 28 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
84- 0.7.2 update
85
86* Sat Nov 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0.1-2
87- 0.6.0.1 release
88
89* Sat Oct 21 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
90- official 0.6.0 tarball release
91
92* Fri Aug 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071018git
93- removed devel package
94
95* Thu Aug 18 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071018git0e80b1
96- 0.6.0 prerelease
97
98* Sun Jun 30 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.3.20070630git
99- 20070630git
100
101* Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
102- Initial specfile, borrowing descriptions from Trevino ubuntu debs
Note: See TracBrowser for help on using the repository browser.