automatic version update by autodist [release 5.11.2-1mamba;Wed Oct 25 2017]
This commit is contained in:
parent
061b517925
commit
e5e5795dec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: systemsettings
|
||||
Version: 5.10.5
|
||||
Version: 5.11.2
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 system settings panel
|
||||
Group: Graphical Desktop/Applications/Configuration
|
||||
@ -12,7 +12,6 @@ URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
@ -44,6 +43,7 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kirigami2-devel
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -112,12 +112,13 @@ exit 0
|
||||
%dir %{_datadir}/systemsettings/classic
|
||||
%{_datadir}/systemsettings/classic/*
|
||||
%{_datadir}/systemsettings/systemsettings.kcfg
|
||||
%dir %{_datadir}/kpackage/genericqml/org.kde.systemsettings.sidebar
|
||||
%{_datadir}/kpackage/genericqml/org.kde.systemsettings.sidebar/*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsystemsettingsview.so.*
|
||||
%{_libdir}/qt5/plugins/classic_mode.so
|
||||
%{_libdir}/qt5/plugins/icon_mode.so
|
||||
%{_libdir}/qt5/plugins/*.so
|
||||
%doc COPYING COPYING.DOC
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -127,6 +128,15 @@ exit 0
|
||||
%{_libdir}/libsystemsettingsview.so
|
||||
|
||||
%changelog
|
||||
* Wed Oct 25 2017 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 5.10.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user