update to 5.45.0 [release 5.45.0-1mamba;Thu May 03 2018]

This commit is contained in:
Silvan Calarco 2024-01-06 10:36:07 +01:00
parent 779de92cd2
commit de466ef379
2 changed files with 15 additions and 13 deletions

View File

@ -1,3 +1,4 @@
# purpose
Abstraction to provide and leverage actions of a specific kind

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: purpose
Version: 1.2.1
Version: 5.45.0
Release: 1mamba
Summary: KDE Frameworks 5 abstraction to provide and leverage actions of a specific kind
Group: System/Libraries
@ -9,8 +9,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org
Source: https://ftp.heanet.ie/mirrors/ftp.kde.org/stable/purpose/purpose-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
Source: https://download.kde.org/stable/frameworks/%{majver}/purpose-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -35,7 +34,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Abstraction to provide and leverage actions of a specific kind
## remove the library block if this package does not provide library and development stuff
%package -n lib%{name}
Group: System/Libraries
Summary: Shared libraries for %{name}
@ -71,27 +69,24 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name}
## remove the following line if no dynamic libraries are provided by this package
/sbin/ldconfig
exit 0
%postun -n lib%{name}
## remove the following line if no dynamic libraries are provided by this package
/sbin/ldconfig
exit 0
%files -f %{name}5_qt.lang
%defattr(-,root,root)
%{_sysconfdir}/xdg/purpose.categories
%{_datadir}/accounts/services/kde/*.service
%{_datadir}/icons/hicolor/128x128/apps/phabricator-purpose.png
%{_datadir}/icons/hicolor/16x16/apps/phabricator-purpose.png
%{_datadir}/icons/hicolor/*/apps/phabricator-purpose.png
%{_datadir}/icons/hicolor/*/apps/reviewboard-purpose.png
%{_datadir}/icons/hicolor/*/actions/kipiplugin_youtube.png
%dir %{_datadir}/kpackage/Purpose/Twitter
%{_datadir}/kpackage/Purpose/Twitter/*
%dir %{_datadir}/purpose
%{_datadir}/purpose/*
%doc COPYING.LIB
%files -n lib%{name}
%defattr(-,root,root)
@ -99,13 +94,14 @@ exit 0
%{_kde5_libdir}/libKF5PurposeWidgets.so.*
%{_kde5_libdir}/libKF5Purpose.so
%{_kde5_libdir}/libKF5PurposeWidgets.so
%{_libdir}/libPhabricatorHelpers.so
%{_libdir}/libReviewboardHelpers.so
%dir %{_libdir}/qt5/plugins/purpose
%{_libdir}/qt5/plugins/purpose/*plugin.so
%{_libdir}/libPhabricatorHelpers.so.*
%{_libdir}/libReviewboardHelpers.so.*
%dir %{_libdir}/qt5/plugins/kf5/purpose
%{_libdir}/qt5/plugins/kf5/purpose/*.so
%dir %{_libdir}/qt5/qml/org/kde/purpose
%{_libdir}/qt5/qml/org/kde/purpose/*
%{_libexecdir}/kf5/purposeprocess
%doc COPYING.LIB
%files -n lib%{name}-devel
%defattr(-,root,root)
@ -118,9 +114,14 @@ exit 0
%dir %{_kde5_includedir}/purposewidgets
%{_kde5_includedir}/purposewidgets/*
%dir %{_libdir}/cmake/KDEExperimentalPurpose
%dir %{_kde5_libdir}/cmake/KF5Purpose
%{_kde5_libdir}/cmake/KF5Purpose/KF5Purpose*.cmake
%{_libdir}/cmake/KDEExperimentalPurpose/KDEExperimentalPurpose*.cmake
%changelog
* Thu May 03 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.45.0-1mamba
- update to 5.45.0
* Wed Oct 25 2017 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
- automatic version update by autodist