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

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

new upstream release or rebuild

Line 
1Name:           compizconfig-python
2Version:        0.8.4
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
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22The Compiz Project brings 3D desktop visual effects that improve
23usability of the X Window System and provide increased productivity
24though plugins and themes contributed by the community giving a
25rich desktop experience.
26
27This package contains bindings to configure Compiz's
28plugins and the composite window manager.
29
30%prep
31%setup -q
32
33%build
34%configure --disable-static
35make %{?_smp_mflags}
36
37
38%install
39rm -rf $RPM_BUILD_ROOT
40make install DESTDIR=$RPM_BUILD_ROOT
41find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f
42
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47
48%files
49%defattr(-,root,root,-)
50%doc COPYING
51%{python_sitearch}/compizconfig.so
52%exclude %{_libdir}/pkgconfig/compizconfig-python.pc
53
54
55%changelog
56* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-3
57- rebuild with VineSeed environment
58
59* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-2
60- rebuild with python-2.7.2
61
62* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
63- new upstream release
64
65* Sun Feb 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-3
66- add BuildRequires: libXrender-devel
67
68* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
69- rebuild with python-2.6
70
71* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
72- new upstream release
73
74* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
75- new upstream release
76
77* Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.6-2
78- rebuilt with python-2.5.2
79
80* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
81- new upstream release
82
83* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
84- new upstream release
85
86* Wed May 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
87- initial build for Vine Linux
88
89* Fri Mar 28 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
90- 0.7.2 update
91
92* Sun Nov 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0.1-2
93- 0.6.0.1 release
94
95* Sun Oct 21 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
96- official 0.6.0 tarball release
97
98* Sun Aug 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071018git
99- removed devel package
100
101* Sat Aug 18 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071018git0e80b1
102- 0.6.0 prerelease
103
104* Sat Jun 30 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.3.20070630git
105- 20070630git
106
107* Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
108- Initial specfile, borrowing descriptions from Trevino ubuntu debs
Note: See TracBrowser for help on using the repository browser.