automatic version update by autodist [release 5.10.0-1mamba;Mon May 18 2015]

This commit is contained in:
Automatic Build System 2024-01-06 02:34:43 +01:00
parent d16685d86e
commit 3c8a3d5c92

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kpackage
Version: 5.9.0
Version: 5.10.0
Release: 1mamba
Summary: Package framework lets the user to install and load packages of non binary content
Group: System/Libraries
@ -55,7 +55,7 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%find_lang libkpackage5
%find_lang %{name}5_qt --with-man --with-qt --all-name || touch %{name}5_qt.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -66,18 +66,13 @@ This package contains libraries and header files for developing applications tha
%files
%defattr(-,root,root)
%{_bindir}/kpackagetool5
%{_datadir}/kservicetypes5/kpackage-packagestructure.desktop
%lang(de) %{_mandir}/de/man1/kpackagetool5.1*
%{_mandir}/man1/kpackagetool5.1*
%lang(nl) %{_mandir}/nl/man1/kpackagetool5.1*
%lang(pt_BR) %{_mandir}/pt_BR/man1/kpackagetool5.1*
%lang(sv) %{_mandir}/sv/man1/kpackagetool5.1*
%lang(uk) %{_mandir}/uk/man1/kpackagetool5.1*
%doc COPYING COPYING.LIB
%files -n lib%{name} -f libkpackage5.lang
%files -n lib%{name} -f kpackage5_qt.lang
%defattr(-,root,root)
%{_datadir}/kservicetypes5/kpackage-packagestructure.desktop
%{_libdir}/libKF5Package.so.*
%doc COPYING COPYING.LIB
%files -n lib%{name}-devel
%defattr(-,root,root)
@ -90,9 +85,12 @@ This package contains libraries and header files for developing applications tha
%dir %{_libdir}/cmake/KF5Package
%{_libdir}/cmake/KF5Package/KF5Package*.cmake
%{_libdir}/libKF5Package.so
%doc README.md
#%doc README.md
%changelog
* Mon May 18 2015 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
- automatic version update by autodist
* Wed Apr 15 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
- automatic version update by autodist