Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 8ec80a24f1d7a2bcb93b5441835bd8bf > files > 3

compizconfig-backend-kconfig4-0.9.4-3.fc15.src.rpm

Name:           compizconfig-backend-kconfig4
Version:        0.9.4
Release:        3%{?dist}
Summary:        Kconfig4 backend for compizconfig
Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://www.compiz.org

Source0:        http://releases.compiz.org/%{version}/compiz-%{name}-%{version}.tar.bz2
Patch0:         compizconfig-backend-kconfig4-0.9.2.1-cmake_reorder.patch
Patch1:         fix_version.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libcompizconfig-devel >= 0.9
BuildRequires:  kdelibs4-devel
BuildRequires:  intltool, cmake
Obsoletes:      compizconfig-backend-kconfig <= 0.8.2


%description
The Compiz Fusion Project brings 3D desktop visual effects that improve
usability of the X Window System and provide increased productivity
through plugins and themes contributed by the community giving a
rich desktop experience.

This package contains the Kconfig4 backend for libcompizconfig. It
should be installed if you wish to use Compiz in KDE for best results.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
popd

make %{?_smp_mflags} -C %{_target_platform}


%install
rm -rf %{buildroot}
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING.GPL
%{_kde4_libdir}/compizconfig/backends/libkconfig4.so

%changelog
* Sun Jul 17 2011 Leigh Scott <leigh123linux@googlemail.com> - 0.9.4-3
- rebuild against the correct version this time

* Sun Jul 17 2011 Leigh Scott <leigh123linux@googlemail.com> - 0.9.4-2
- rebuilt for compiz 0.9.5.0

* Wed Mar 16 2011 Adam Williamson <awilliam@redhat.com> - 0.9.4-1
- new release 0.9.4

* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Thu Jan 27 2011 Leigh Scott <leigh123linux@googlemail.com> - 0.9.2.1-3
- rebuilt

* Sun Jan 23 2011 Adam Williamson <awilliam@redhat.com> - 0.9.2.1-2
- rebuild to get right cflags

* Wed Jan 19 2011 Adam Williamson <awilliam@redhat.com> - 0.9.2.1-1
- new release 0.9.2.1
- update URLs, improve description
- cmake_reorder.patch: re-order src/CMakeLists.txt to fix build
  (sent upstream) (thanks rdieter and kkofler)

* Thu May 27 2010 Leigh Scott <leigh123linux@googlemail.com> - 0.8.4-3
- bump Br version for libcompizconfig

* Thu Jan 28 2010 Leigh Scott <leigh123linux@googlemail.com> - 0.8.4-2
- add version to obsoletes

* Sat Jan 16 2010 Leigh Scott <leigh123linux@googlemail.com> - 0.8.4-1
- update to 0.8.4
- make review changes

* Thu Jun 12 2008 Leigh Scott <leigh123linux@googlemail.com> 0.7.7-1
- initial build