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