File kcfgcreator.spec of Package kcfgcreator
#
# spec file for package kcfgcreator (Version 0.3)
#
# Copyright (c) 2007 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: kcfgcreator
BuildRequires: kdelibs3-devel
Url: http://extragear.kde.org/apps/kcfgcreator/
License: GPL v2 or later
Group: Development/Tools/GUI Builders
Summary: KDE Configuration Dialog Creator for KConfig XT
Version: 0.3
Release: 161
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%version.tar.bz2
Patch1: kde32.diff
Patch2: kcfgcreator.diff
%description
KCfgCreator creates application configuration dialogs based on the
KConfig XT framework. This creates UI interfaces and also prepares
additional information for system administrators, who can read it using
KConfigCreator.
Authors:
--------
Zack Rusin <zack@kde.org>
%prep
%setup -q
. /etc/opt/kde3/common_options
%if %suse_version < 911
%patch1
rm Makefile.am.in
%endif
%patch2
update_admin
%build
. /etc/opt/kde3/common_options
./configure $configkde
make
%install
. /etc/opt/kde3/common_options
make DESTDIR=${RPM_BUILD_ROOT}/ install
%suse_update_desktop_file %name Development GUIDesigner
%clean
rm -rf ${RPM_BUILD_ROOT}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc README
/opt/kde3/bin/*
/opt/kde3/%_lib/libkcfgcreatorprivate.*
/opt/kde3/%_lib/kde3/libkcfgcreatorpart*
/opt/kde3/share/applications/kde/kcfgcreator.desktop
/opt/kde3/share/mimelnk/application/*.desktop
/opt/kde3/share/services/*.desktop
/opt/kde3/share/apps/*
%changelog
* Thu Dec 27 2007 - crrodriguez@suse.de
- fix library-without-ldconfig-post* problems
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Wed May 25 2005 - adrian@suse.de
- fix build with new gcc 4
* Thu Dec 16 2004 - coolo@suse.de
- fix unsermake install
* Wed Nov 17 2004 - adrian@suse.de
- remove reference to not existing icon
* Wed Jul 14 2004 - adrian@suse.de
- update to version 0.3
* Mon Jul 12 2004 - adrian@suse.de
- initial package of version 0.2