This commit is contained in:
parent
081e3a305c
commit
772091e59b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 12:50:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Spec cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 17 07:59:16 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
Wed Jun 17 07:59:16 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
10
kreport.spec
10
kreport.spec
@ -68,12 +68,11 @@ Development package for the Report Creation and Generation framework
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%autopatch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
@ -91,16 +90,15 @@ Development package for the Report Creation and Generation framework
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_datadir}/kreport3/
|
%{_datadir}/kreport3/
|
||||||
%{_kf5_servicetypesdir}/kreport_elementplugin.desktop
|
|
||||||
%{_kf5_plugindir}/kreport3/
|
%{_kf5_plugindir}/kreport3/
|
||||||
|
%{_kf5_servicetypesdir}/kreport_elementplugin.desktop
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%{_includedir}/KReport3/
|
%{_includedir}/KReport3/
|
||||||
|
%{_kf5_mkspecsdir}/qt_KReport3.pri
|
||||||
%{_libdir}/cmake/KReport3/
|
%{_libdir}/cmake/KReport3/
|
||||||
%{_libdir}/libKReport3.so
|
%{_libdir}/libKReport3.so
|
||||||
#%%{_libdir}/pkgconfig/KReport3.pc
|
|
||||||
%{_kf5_mkspecsdir}/qt_KReport3.pri
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user