automatic version update by autodist [release 1.7.0-1mamba;Sat Mar 14 2020]
This commit is contained in:
parent
764fe45a1e
commit
0c155a65d9
26
choqok.spec
26
choqok.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: choqok
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 1mamba
|
||||
Summary: A Free/Open Source micro-blogging client for KDE
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
@ -61,9 +61,11 @@ It has a System tray Icon, and use notifications to notify user about updates, a
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p0
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
@ -92,18 +94,20 @@ This package contains static libraries and header files need for development.
|
||||
%{_kde5_servicetypesdir}/choqokplugin.desktop
|
||||
%{_kde5_servicetypesdir}/choqokshortenerplugin.desktop
|
||||
%{_kde5_servicetypesdir}/choqokuploaderplugin.desktop
|
||||
%{_datadir}/knotifications5/choqok.notifyrc
|
||||
%{_datadir}/kservices5/ServiceMenus/choqok_share.desktop
|
||||
%{_datadir}/kservices5/konqchoqok.desktop
|
||||
%{_datadir}/kxmlgui5/konqchoqokplugin/konqchoqok.rc
|
||||
%{_datadir}/kxmlgui5/choqok/choqokui.rc
|
||||
%{_datadir}/kxmlgui5/choqok_filter/filterui.rc
|
||||
%{_datadir}/kxmlgui5/choqok_nowlistening/nowlisteningui.rc
|
||||
%{_datadir}/kxmlgui5/choqok_quickfilter/quickfilterui.rc
|
||||
%{_datadir}/kxmlgui5/choqok_searchaction/searchactionui.rc
|
||||
#%{_datadir}/kxmlgui5/konqchoqokplugin/konqchoqok.rc
|
||||
%{_datadir}/metainfo/org.kde.choqok.appdata.xml
|
||||
%{_datadir}/applications/org.kde.choqok.desktop
|
||||
%{_datadir}/choqok/images/splash_screen.png
|
||||
%{_datadir}/cmake/modules/FindChoqok.cmake
|
||||
%{_datadir}/icons/hicolor/scalable/apps/choqok*.svgz
|
||||
%{_datadir}/knotifications5/choqok/choqok.notifyrc
|
||||
%{_datadir}/kservices5/choqok_*.desktop
|
||||
%{_kde5_sharedir}/config.kcfg/*.kcfg
|
||||
%{_kde5_icondir}/hicolor/*/apps/*.png
|
||||
@ -113,20 +117,28 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/*.so.*
|
||||
%{_libdir}/libchoqok.so.*
|
||||
%{_libdir}/libgnusocialapihelper.so.*
|
||||
%{_libdir}/libtwitterapihelper.so.*
|
||||
%{_libdir}/qt5/plugins/*.so
|
||||
#%{_libdir}/qt5/plugins/kf5/parts/konqchoqokplugin.so
|
||||
%{_libdir}/qt5/plugins/kf5/parts/konqchoqokplugin.so
|
||||
%{_libdir}/qt5/plugins/kf5/purpose/purposeplugin.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/choqok
|
||||
%{_includedir}/choqok/*
|
||||
%{_kde5_libdir}/*.so
|
||||
%{_libdir}/libchoqok.so
|
||||
%{_libdir}/libgnusocialapihelper.so
|
||||
%{_libdir}/libtwitterapihelper.so
|
||||
#%{_kde5_datadir}/cmake/modules/*.cmake
|
||||
#%doc changelog README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Mar 14 2020 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
||||
- update to 1.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user