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

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

import VineSeed package specs

Line 
1Name:           compizconfig-backend-gconf
2Version:        0.8.2
3Release:        1%{?_dist_release}
4Summary:        GConf backend for compizconfig
5Summary(ja):    compizconfig の GConf バックエンド
6
7Group:          System Environment/Libraries
8License:        GPLv2+
9URL:            http://www.opencompositing.org
10
11Source0:        http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires:  libcompizconfig-devel = %{version}, GConf2-devel
14BuildRequires:  intltool, libtool
15# backend-gconf requires the gconf schemas from compiz-gnome to work
16Requires:       compiz-gnome
17
18# libdrm is not available on these arches
19ExcludeArch:    s390 s390x ppc64
20
21%description
22The Compiz Fusion Project brings 3D desktop visual effects that improve
23usability of the X Window System and provide increased productivity
24through plugins and themes contributed by the community giving a
25rich desktop experience.
26
27This package contains the Gconf backend for libcompizconfig
28
29%prep
30%setup -q
31
32%build
33%configure --disable-static
34make %{?_smp_mflags}
35
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%doc COPYING
48%{_libdir}/compizconfig/backends/libgconf.so
49
50%changelog
51* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
52- new upstream release
53
54* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
55- new upstream release
56
57* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
58- new upstream release
59
60* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
61- new upstream release
62
63* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
64- initial build for Vine Linux
65
66* Tue Mar 25 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
67- 0.7.2 update
68
69* Wed Jan 09 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
70- patched also the configure script
71
72* Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
73- applied gcc43 buildfix
74
75* Thu Oct 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
76- added Requires compiz-gnome for the gconf schemas
77
78* Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
79- official 0.6.0 release
80
81
82* Sat Oct 20 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071019git
83- removed AUTHORS & INSTALL
84- removed glib BR
85
86* Fri Oct 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.1.20071019git
87- 0.6.0 branch
88
89* Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
90- Initial package
Note: See TracBrowser for help on using the repository browser.