automatic version update by autodist [release 5.92.0-1mamba;Wed Mar 16 2022]
This commit is contained in:
parent
513aa99ec9
commit
faaa138f6f
21
prison.spec
21
prison.spec
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: prison
|
Name: prison
|
||||||
Version: 5.91.0
|
Version: 5.92.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 barcode library
|
Summary: KDE Frameworks 5 barcode library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,7 +10,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/
|
||||||
Source: https://download.kde.org/stable/frameworks/%{majver}/prison-%{version}.tar.xz
|
Source: https://download.kde.org/stable/frameworks/%{majver}/prison-%{version}.tar.xz
|
||||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -61,13 +60,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n libkprison
|
%post -n libkprison -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
%postun -n libkprison -p /sbin/ldconfig
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun -n libkprison
|
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%files -n libkprison
|
%files -n libkprison
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -77,8 +71,10 @@ exit 0
|
|||||||
|
|
||||||
%files -n libkprison-devel
|
%files -n libkprison-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_kde5_includedir}/prison
|
%dir %{_kde5_includedir}/Prison
|
||||||
%{_kde5_includedir}/prison/*
|
%{_kde5_includedir}/Prison/prison_version.h
|
||||||
|
%dir %{_kde5_includedir}/Prison/prison
|
||||||
|
%{_kde5_includedir}/Prison/prison/*
|
||||||
%{_kde5_libdir}/libKF5Prison.so
|
%{_kde5_libdir}/libKF5Prison.so
|
||||||
%dir %{_kde5_libdir}/cmake/KF5Prison
|
%dir %{_kde5_libdir}/cmake/KF5Prison
|
||||||
%{_kde5_libdir}/cmake/KF5Prison/KF5Prison*.cmake
|
%{_kde5_libdir}/cmake/KF5Prison/KF5Prison*.cmake
|
||||||
@ -87,6 +83,9 @@ exit 0
|
|||||||
%{_libdir}/qt5/qml/org/kde/prison/*
|
%{_libdir}/qt5/qml/org/kde/prison/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 5.92.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 5.91.0-1mamba
|
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 5.91.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user