From 39495c343467320d2612eab9376f935f8e6ec7f1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:40:43 +0100 Subject: [PATCH] update to 1.1.4 [release 1.1.4-1mamba;Sat Apr 11 2020] --- libinstpatch.spec | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/libinstpatch.spec b/libinstpatch.spec index dca52d7..683a8af 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -1,13 +1,14 @@ Name: libinstpatch -Version: 1.0.0 -Release: 2mamba +Version: 1.1.4 +Release: 1mamba Summary: An instrument patches library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://swami.sourceforge.net/ -Source: http://downloads.sourceforge.net/sourceforge/swami/libinstpatch-%{version}.tar.gz +Source: https://github.com/swami/libinstpatch.git/v%{version}/libinstpatch-%{version}.tar.bz2 +#Source: http://downloads.sourceforge.net/sourceforge/swami/libinstpatch-%{version}.tar.gz License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN @@ -31,16 +32,19 @@ An instrument patches library. This package contains static libraries and header files need for development. +%debug_package + %prep %setup -q %build -%configure LIBS="`pkg-config --libs gobject-2.0`" +%cmake -d build + %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} -%makeinstall +%makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} @@ -48,29 +52,28 @@ This package contains static libraries and header files need for development. %files %defattr(-,root,root) #%{_bindir}/cram -%{_bindir}/riff_dump +#%{_bindir}/riff_dump %{_libdir}/libinstpatch-1.0.so.* -%{python_sitearch}/ipatchmodule.a -%{python_sitearch}/ipatchmodule.la -%{python_sitearch}/ipatchmodule.so -%{_datadir}/pygtk/2.0/defs/ipatch-types.defs -%{_datadir}/pygtk/2.0/defs/ipatch.defs +#%{python_sitearch}/ipatchmodule.a +#%{python_sitearch}/ipatchmodule.la +#%{python_sitearch}/ipatchmodule.so +#%{_datadir}/pygtk/2.0/defs/ipatch-types.defs +#%{_datadir}/pygtk/2.0/defs/ipatch.defs %doc AUTHORS COPYING %files devel %defattr(-,root,root) -%{_libdir}/libinstpatch-1.0.a -%{_libdir}/libinstpatch-1.0.la +%dir %{_includedir}/libinstpatch-2 +%dir %{_includedir}/libinstpatch-2/libinstpatch +%{_includedir}/libinstpatch-2/libinstpatch/*.h %{_libdir}/libinstpatch-1.0.so -%dir %{_includedir}/libinstpatch-1.0/ -%dir %{_includedir}/libinstpatch-1.0/libinstpatch -%{_includedir}/libinstpatch-1.0/libinstpatch/*.h -%dir %{_datadir}/gtk-doc/html/libinstpatch -%{_datadir}/gtk-doc/html/libinstpatch/* -%{_exec_prefix}/lib/pkgconfig/*.pc +%{_libdir}/pkgconfig/libinstpatch-1.0.pc #%doc ChangeLog NEWS README %changelog +* Sat Apr 11 2020 Silvan Calarco 1.1.4-1mamba +- update to 1.1.4 + * Tue Jun 04 2013 Silvan Calarco 1.0.0-2mamba - python 2.7 mass rebuild