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

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

new upstream release or rebuild

Line 
1Name:           compizconfig-backend-gconf
2Version:        0.8.8
3Release:        2%{?_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
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25The Compiz Fusion Project brings 3D desktop visual effects that improve
26usability of the X Window System and provide increased productivity
27through plugins and themes contributed by the community giving a
28rich desktop experience.
29
30This package contains the Gconf backend for libcompizconfig
31
32%prep
33%setup -q
34
35%build
36%configure --disable-static
37make %{?_smp_mflags}
38
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root,-)
50%doc COPYING
51%{_libdir}/compizconfig/backends/libgconf.so
52
53%changelog
54* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-2
55- rebuild with VineSeed environment
56
57* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
58- new upstream release
59
60* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
61- new upstream release
62
63* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
64- new upstream release
65
66* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
67- new upstream release
68
69* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
70- new upstream release
71
72* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
73- new upstream release
74
75* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
76- initial build for Vine Linux
77
78* Tue Mar 25 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
79- 0.7.2 update
80
81* Wed Jan 09 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
82- patched also the configure script
83
84* Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
85- applied gcc43 buildfix
86
87* Thu Oct 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
88- added Requires compiz-gnome for the gconf schemas
89
90* Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
91- official 0.6.0 release
92
93
94* Sat Oct 20 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071019git
95- removed AUTHORS & INSTALL
96- removed glib BR
97
98* Fri Oct 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.1.20071019git
99- 0.6.0 branch
100
101* Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
102- Initial package
Note: See TracBrowser for help on using the repository browser.