Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > d765f2aba93f7ed5f97148b11b596670 > files > 2

kaboom-1.1.2-1mdv2010.0.src.rpm

Name: kaboom
Version: 1.1.2
Release: %mkrel 1
Summary: The Debian KDE settings migration tool
License: GPL
Url: http://pkg-kde.alioth.debian.org/kaboom.html
Group: Graphical desktop/KDE
Source0: http://ftp.de.debian.org/debian/pool/main/k/kaboom/%{name}_%{version}.tar.gz 
Source1: CMakeLists.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: qt4-devel
BuildRequires: cmake

%description
The Debian KDE settings migration tool.

%files
%defattr(-,root,root,-)
%{qt4bin}/*
%_datadir/kaboom

#-----------------------------------------------------------------

%prep
%setup -q 
cp %{SOURCE1} .

%build
%cmake_qt4

%make

%install
rm -rf %buildroot

%makeinstall_std -C build

%clean
rm -rf %buildroot



%changelog