update to 1.1.4 [release 1.1.4-1mamba;Sat Apr 11 2020]
This commit is contained in:
parent
61bc9aa8af
commit
39495c3434
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.1.4-1mamba
|
||||
- update to 1.1.4
|
||||
|
||||
* Tue Jun 04 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user