File libqimageblitz4.spec of Package libqimageblitz4
#
# spec file for package libqimageblitz4 (Version 0.0.4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libqimageblitz4
BuildRequires: cmake kde4-filesystem libqt4-devel
License: BSD 3-Clause
Group: Development/Libraries/C and C++
Summary: Image Effect Library for KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://delta.affinix.com/qca/
Version: 0.0.4
Release: 35
Provides: libblitz4 = 0.0.svn705164
Obsoletes: libblitz4 <= 0.0.svn705164
Source: qimageblitz-%version.tar.bz2
%description
Blitz is an interm image effect library that people can use until KDE
4.1 is released. KImageEffect, the old image effect class is being
dropped for KDE 4.0 and the replacement, Quasar, won't be ready until
KDE 4.1. Blitz gives people something to use in the meantime.
Authors:
--------
Daniel Duley <daniel.duley@verizon.net>
%package -n libqimageblitz-devel
License: BSD 3-Clause
Summary: Image Effect Library for KDE
Group: Development/Libraries/C and C++
Provides: libblitz-devel = 0.0.svn705164
Obsoletes: libblitz-devel <= 0.0.svn705164
Requires: %name = %version
Requires: libqt4-devel
%description -n libqimageblitz-devel
Development files for the Blitz library.
Authors:
--------
Daniel Duley <daniel.duley@verizon.net>
%prep
%setup -q -n qimageblitz-%version
%build
%cmake_kde4
%make_jobs
%install
%makeinstall
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_libdir}/libqimageblitz.so.4*
%files -n libqimageblitz-devel
%defattr(-,root,root)
/usr/bin/blitztest
/usr/include/qimageblitz
%{_libdir}/libqimageblitz.so
%{_libdir}/pkgconfig/qimageblitz.pc
%changelog
* Sun Apr 13 2008 dmueller@suse.de
- fix build against cmake 2.6
* Thu Jan 10 2008 dmueller@suse.de
- update to 0.0.4 (official release):
* small bugfixes
* Sat Sep 01 2007 stbinner@suse.de
- rename to libqimageblitz4 and update to SVN version
* Wed Aug 15 2007 dmueller@suse.de
- Initial package