automatic version update by autodist [release 5.39.0-1mamba;Tue Oct 24 2017]
This commit is contained in:
parent
fe3340660d
commit
6111d47b7d
@ -1,3 +1,4 @@
|
|||||||
# frameworkintegration
|
# frameworkintegration
|
||||||
|
|
||||||
KDE Frameworks 5 Integration of Qt application with KDE workspaces.
|
KDE Frameworks 5 Integration of Qt application with KDE workspaces.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: frameworkintegration
|
Name: frameworkintegration
|
||||||
Version: 5.38.0
|
Version: 5.39.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 Integration of Qt application with KDE workspaces
|
Summary: KDE Frameworks 5 Integration of Qt application with KDE workspaces
|
||||||
Group: Graphical Desktop/Applications/Environment
|
Group: Graphical Desktop/Applications/Environment
|
||||||
@ -40,16 +40,15 @@ BuildRequires: libxcb-devel
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: rpm-macros-kde5
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDE Frameworks 5 Integration of Qt application with KDE workspaces.
|
KDE Frameworks 5 Integration of Qt application with KDE workspaces.
|
||||||
|
|
||||||
## remove the library block if this package does not provide library and development stuff
|
|
||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
This package contains shared libraries for %{name}.
|
This package contains shared libraries for %{name}.
|
||||||
@ -90,7 +89,6 @@ exit 0
|
|||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_datadir}/kconf_update/*.sh
|
|
||||||
%dir %{_kde5_datadir}/kf5/infopage
|
%dir %{_kde5_datadir}/kf5/infopage
|
||||||
%{_kde5_datadir}/kf5/infopage/*
|
%{_kde5_datadir}/kf5/infopage/*
|
||||||
%{_datadir}/knotifications5/plasma_workspace.notifyrc
|
%{_datadir}/knotifications5/plasma_workspace.notifyrc
|
||||||
@ -100,8 +98,7 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_libdir}/libKF5Style.so.*
|
%{_kde5_libdir}/libKF5Style.so.*
|
||||||
%{_libdir}/qt5/plugins/kf5/FrameworkIntegrationPlugin.so
|
%{_libdir}/qt5/plugins/kf5/FrameworkIntegrationPlugin.so
|
||||||
%{_libexecdir}/kf5/kpackagehandlers/knshandler
|
%{_libexecdir}/kf5/kpackagehandlers/*handler
|
||||||
#%{_libdir}/qt5/plugins/platformthemes/KDEPlatformTheme.so
|
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -113,6 +110,9 @@ exit 0
|
|||||||
%{_kde5_libdir}/libKF5Style.so
|
%{_kde5_libdir}/libKF5Style.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.39.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Sep 14 2017 Automatic Build System <autodist@mambasoft.it> 5.38.0-1mamba
|
* Thu Sep 14 2017 Automatic Build System <autodist@mambasoft.it> 5.38.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user