automatic version update by autodist [release 24.08.0-1mamba;Sun Aug 25 2024]
This commit is contained in:
parent
597ae9c5d9
commit
a146c9f09c
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kpublictransport
|
||||
Version: 24.05.2
|
||||
Version: 24.08.0
|
||||
Release: 1mamba
|
||||
Summary: A library for accessing realtime public transport data and for performing public transport journey queries
|
||||
Group: System/Libraries
|
||||
@ -61,13 +61,15 @@ This package contains libraries and header files for developing applications tha
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%files -n lib%{name} -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKPublicTransport.so.*
|
||||
%{_libdir}/libKPublicTransportOnboard.so.*
|
||||
@ -87,6 +89,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_qt6_docdir}/KPublicTransport.*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 25 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 04 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user