diff --git a/libbabl.spec b/libbabl.spec index 3ee8f12..71476ea 100644 --- a/libbabl.spec +++ b/libbabl.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libbabl -Version: 0.1.74 +Version: 0.1.78 Release: 1mamba Summary: babl is a dynamic, any to any, pixel format translation library Group: System/Libraries @@ -36,8 +36,9 @@ A vocabulary to formulate new pixel formats from existing primitives is provided This package contains static libraries and header files need for development. -%prep +%debug_package +%prep %setup -q -n babl-%{version} %build @@ -67,10 +68,14 @@ This package contains static libraries and header files need for development. %{_includedir}/babl-%{majver}/babl/*.h %{_libdir}/libbabl-%{majver}.so %{_datadir}/gir-1.0/Babl-0.1.gir +%{_datadir}/vala/vapi/babl-0.1.* %{_libdir}/pkgconfig/*.pc %doc NEWS TODO %changelog +* Fri Jun 12 2020 Automatic Build System 0.1.78-1mamba +- automatic version update by autodist + * Tue Jan 28 2020 Automatic Build System 0.1.74-1mamba - automatic version update by autodist