Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 1f75a9fcaaa033a5208b02bf93f51f05 > files > 2

kconfig-5.5.0-1.mga5.src.rpm

#
# Please do not update/rebuild/touch this package before asking first to mikala and/or neoclust
# This package is part of the KF/KDE Stack.
#

%define rel 1

Summary:        KDE Frameworks 5 Tier 1 addon with advanced configuration system
Name:           kconfig
Version: 5.5.0
Release:        %mkrel %rel
License:        GPLv2+
Group:          System/Base
Source0:        http://fr2.rpmfind.net/linux/KDE/unstable/framework/%{name}-%{version}.tar.xz
URL:            https://www.kde.org/
BuildRequires:  pkgconfig(Qt5Core) 
BuildRequires:  pkgconfig(Qt5Test)
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5Xml)
BuildRequires:  pkgconfig(Qt5Concurrent)
BuildRequires:  pkgconfig(Qt5Help)
BuildRequires:  kf5-macros

%description
KDE Frameworks 5 Tier 1 addon with advanced configuration system made of two parts:
KConfigCore and KConfigGui.

%files -f kconfig5_qt.lang
%_kf5_bindir/kconfig_compiler_kf5
%_kf5_bindir/kreadconfig5
%_kf5_bindir/kwriteconfig5
%_kf5_prefix/libexec/kf5/kconf_update

#(nl) Remove when find_lang is fixed
%_datadir/locale/*/LC_MESSAGES/*.qm

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

%define kconfiggui_major 5
%define libkconfiggui %mklibname kconfigGui %{kconfiggui_major}

%package -n %libkconfiggui
Summary:      KDE Frameworks 5 Tier 1 addon with advanced configuration system
Group:        System/Libraries


%description -n %libkconfiggui
KConfigGui provides a way to hook widgets to the configuration so that they are
automatically initialized from the configuration and automatically propagate
their changes to their respective configuration files.

%files -n %libkconfiggui
%_kf5_libdir/libKF5ConfigGui.so.%{kconfiggui_major}*

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

%define kconfigcore_major 5
%define libkconfigcore %mklibname kconfigCore %{kconfigcore_major}

%package -n %libkconfigcore
Summary:      KDE Frameworks 5 Tier 1 addon with advanced configuration system
Group:        System/Libraries


%description -n %libkconfigcore
KConfigCore provides access to the configuration files themselves. It features:

- centralized definition: define your configuration in an XML file and use
`kconfig_compiler` to generate classes to read and write configuration entries.

- lock-down (kiosk) support.

%files -n %libkconfigcore
%_kf5_libdir/libKF5ConfigCore.so.%{kconfigcore_major}*

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

%define kconfig_devel %mklibname kconfig -d

%package -n %kconfig_devel

Summary:        Devel stuff for %name
Group:          Development/KDE and Qt
Requires:       %libkconfiggui = %version-%release
Requires:       %libkconfigcore = %version-%release
Requires:       %name = %version-%release
Provides:       %name-devel = %{version}-%{release}

%description -n %kconfig_devel
This package contains header files needed if you wish to build applications
based on %name.

%files -n %kconfig_devel
%_kf5_includedir/KConfig*
%_kf5_includedir/kconfig_version.h
%_kf5_libdir/cmake/KF5Config
%_kf5_libdir/*.so
%_libdir/qt5/mkspecs/modules/*.pri

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

%prep
%setup -q -n %name-%version

%build
%cmake_kf5 
%make

%install
%makeinstall_std -C build
%find_lang kconfig5_qt



%changelog
* Tue Dec 16 2014 neoclust <neoclust> 5.5.0-1.mga5
+ Revision: 803346
- New version 5.5.0

* Wed Oct 15 2014 umeabot <umeabot> 5.1.0-3.mga5
+ Revision: 744885
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 5.1.0-2.mga5
+ Revision: 680961
- Mageia 5 Mass Rebuild

* Thu Aug 07 2014 neoclust <neoclust> 5.1.0-1.mga5
+ Revision: 660417
- New version 5.1.0

* Sun Jul 13 2014 neoclust <neoclust> 5.0.0-1.mga5
+ Revision: 651565
- New version 5.0.0

* Sun Jul 06 2014 neoclust <neoclust> 4.100.0-1.mga5
+ Revision: 645504
- New version 4.100.0
- New version 4.99.0

* Wed Apr 02 2014 neoclust <neoclust> 4.98.0-1.mga5
+ Revision: 611263
- New version 4.98.0

* Mon Mar 10 2014 neoclust <neoclust> 4.97.0-2.mga5
+ Revision: 601716
- Remove requires in the lib package

* Wed Mar 05 2014 neoclust <neoclust> 4.97.0-1.mga5
+ Revision: 599684
- New version 4.97.0

* Tue Feb 18 2014 neoclust <neoclust> 4.96.0-2.mga5
+ Revision: 594207
- Fix Requires in libs

* Sun Feb 16 2014 neoclust <neoclust> 4.96.0-1.mga5
+ Revision: 593097
- New version 4.96.0

* Sun Feb 09 2014 neoclust <neoclust> 4.95.0-2.mga5
+ Revision: 587751
- More descriptions

* Sun Feb 09 2014 neoclust <neoclust> 4.95.0-1.mga5
+ Revision: 587738
- imported package kconfig