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)
|
||||
|
||||
Name: prison
|
||||
Version: 5.91.0
|
||||
Version: 5.92.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 barcode library
|
||||
Group: System/Libraries
|
||||
@ -10,7 +10,6 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -61,13 +60,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n libkprison
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%postun -n libkprison
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -n libkprison -p /sbin/ldconfig
|
||||
%postun -n libkprison -p /sbin/ldconfig
|
||||
|
||||
%files -n libkprison
|
||||
%defattr(-,root,root)
|
||||
@ -77,8 +71,10 @@ exit 0
|
||||
|
||||
%files -n libkprison-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kde5_includedir}/prison
|
||||
%{_kde5_includedir}/prison/*
|
||||
%dir %{_kde5_includedir}/Prison
|
||||
%{_kde5_includedir}/Prison/prison_version.h
|
||||
%dir %{_kde5_includedir}/Prison/prison
|
||||
%{_kde5_includedir}/Prison/prison/*
|
||||
%{_kde5_libdir}/libKF5Prison.so
|
||||
%dir %{_kde5_libdir}/cmake/KF5Prison
|
||||
%{_kde5_libdir}/cmake/KF5Prison/KF5Prison*.cmake
|
||||
@ -87,6 +83,9 @@ exit 0
|
||||
%{_libdir}/qt5/qml/org/kde/prison/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user