source: projects/specs/branches/6/c/compizconfig-backend-gconf/compizconfig-backend-gconf-vl.spec @ 2182

Revision 2182, 2.8 KB checked in by Takemikaduchi, 13 years ago (diff)

libXpm:create compat32 package, task-compiz: fix package version, others: new upstream release

Line 
1Name:           compizconfig-backend-gconf
2Version:        0.8.4
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* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
52- new upstream release
53
54* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
55- new upstream release
56
57* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
58- new upstream release
59
60* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
61- new upstream release
62
63* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
64- new upstream release
65
66* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
67- initial build for Vine Linux
68
69* Tue Mar 25 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
70- 0.7.2 update
71
72* Wed Jan 09 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
73- patched also the configure script
74
75* Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
76- applied gcc43 buildfix
77
78* Thu Oct 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
79- added Requires compiz-gnome for the gconf schemas
80
81* Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
82- official 0.6.0 release
83
84
85* Sat Oct 20 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071019git
86- removed AUTHORS & INSTALL
87- removed glib BR
88
89* Fri Oct 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.1.20071019git
90- 0.6.0 branch
91
92* Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
93- Initial package
Note: See TracBrowser for help on using the repository browser.