source: projects/specs/branches/6/lib/libc/libcompizconfig/libcompizconfig-vl.spec @ 2182

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

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

Line 
1Name:           libcompizconfig
2Version:        0.8.4
3Release:        1%{?_dist_release}
4Summary:        Configuration backend for compiz
5Summary(ja):    compiz の設定バックエンド
6
7Group:          System Environment/Libraries
8# backends/libini.so is GPLv2+, other parts are LGPLv2+
9License:        LGPLv2+ and GPLv2+
10URL:            http://www.opencompositing.org/
11
12Source0:        http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15# libdrm is not available on these arches
16ExcludeArch:    s390 s390x ppc64
17BuildRequires:  compiz-devel >= %{version}, compiz-bcop >= %{version}
18BuildRequires:  libX11-devel, gettext, intltool
19BuildRequires:  perl(XML::Parser)
20
21%description
22The Compiz 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 library for plugins to configure compiz
28settings.
29
30%package        devel
31Summary:        Development files for %{name}
32Summary(ja):    %{name} の開発ファイル
33Group:          Development/Libraries
34Requires:       %{name} = %{version}-%{release} , pkgconfig , compiz-devel
35
36%description    devel
37The %{name}-devel package contains libraries and header files for
38developing applications that use %{name}.
39
40
41%prep
42%setup -q
43
44%build
45%configure --disable-static
46           
47make %{?_smp_mflags}
48
49
50%install
51rm -rf $RPM_BUILD_ROOT
52make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
53find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
54
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59
60%post -p /sbin/ldconfig
61
62%postun -p /sbin/ldconfig
63
64
65%files
66%defattr(-,root,root,-)
67%doc AUTHORS COPYING NEWS VERSION
68%{_sysconfdir}/compizconfig/
69%{_libdir}/*.so.*
70%{_datadir}/compiz/ccp.xml
71%{_libdir}/compiz/*.so
72%dir %{_libdir}/compizconfig/
73%dir %{_libdir}/compizconfig/backends/
74%{_libdir}/compizconfig/backends/libini.so
75
76%files devel
77%defattr(-,root,root,-)
78%{_includedir}/*
79%{_libdir}/*.so
80%{_libdir}/pkgconfig/libcompizconfig.pc
81
82
83%changelog
84* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
85- new upstream release
86
87* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-2
88- rebuild with rpm-4.8.1 for pkg-config file
89
90* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
91- new upstream release
92
93* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
94- new upstream release
95
96* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
97- new upstream release
98
99* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
100- new upstream release
101
102* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
103- initial build for Vine Linux
104
105* Tue Mar 27 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
106- 0.7.2 update
107
108* Sun Feb 10 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-7
109- rebuild for gcc43
110
111* Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-5
112- patched also the configure script
113
114* Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
115- applied gcc43 buildfix
116
117* Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
118- -devel requires compiz-devel >= version
119
120* Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
121- >= instead of = to allow compiz upgrade flexibility
122
123* Tue Oct 23 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
124- official 0.6.0 release
125
126* Tue Oct 16 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071011git5615ca
127- added LICENSE.gpl and LICENSE.lgpl into doc
128- license tag changed to LGPLv2+ and GPLv2+
129
130* Tue Oct 16 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071011git5615ca
131- 20071011git
132- added BuildDep libX11-devel
133- added patch to fix weak symbols
134
135* Sat Oct 6 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.3
136- owns created directories
137- updated license tag
138
139* Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
140- 0.5.2 release
141
142* Sun Jul 03 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.4.20070703git
143- 20070703git
144
145* Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
146- Initial specfile, borrowing descriptions from Trevino ubuntu debs
147
Note: See TracBrowser for help on using the repository browser.