File kdevelop4-pg-qt.spec of Package kdevelop4-pg-qt
#
# spec file for package kdevelop4-pg-qt
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kdevelop4-pg-qt
BuildRequires: bison flex libkde4-devel
License: GPLv2 ; GPLv2+
Group: Development/Tools/IDE
Summary: Supporting package for the additional plugins for Kdevelop4
Url: http://www.kdevelop.org
Version: 0.9.5
Release: 1
Source0: kdevelop-pg-qt-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
Supporting package for the additional plugins for Kdevelop4 Integrated Development Environment
%package devel
License: GPLv2 ; GPLv2+
Group: Development/Tools/IDE
Summary: Supporting package for the additional plugins for Kdevelop4
Requires: kdevelop4-pg-qt = %{version}
%description devel
Supporting package for the additional plugins for Kdevelop4 Integrated Development Environment
%prep
%setup -q -n kdevelop-pg-qt-%{version}
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%dir /usr/include/kdevelop-pg-qt
/usr/include/kdevelop-pg-qt/*
/usr/share/kde4/apps/cmake/modules/*
%files
%defattr(-,root,root)
/usr/bin/kdev-pg-qt
%changelog