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
|
Name: libinstpatch
|
||||||
Version: 1.0.0
|
Version: 1.1.4
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An instrument patches library
|
Summary: An instrument patches library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://swami.sourceforge.net/
|
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
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -31,16 +32,19 @@ An instrument patches library.
|
|||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure LIBS="`pkg-config --libs gobject-2.0`"
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -48,29 +52,28 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_bindir}/cram
|
#%{_bindir}/cram
|
||||||
%{_bindir}/riff_dump
|
#%{_bindir}/riff_dump
|
||||||
%{_libdir}/libinstpatch-1.0.so.*
|
%{_libdir}/libinstpatch-1.0.so.*
|
||||||
%{python_sitearch}/ipatchmodule.a
|
#%{python_sitearch}/ipatchmodule.a
|
||||||
%{python_sitearch}/ipatchmodule.la
|
#%{python_sitearch}/ipatchmodule.la
|
||||||
%{python_sitearch}/ipatchmodule.so
|
#%{python_sitearch}/ipatchmodule.so
|
||||||
%{_datadir}/pygtk/2.0/defs/ipatch-types.defs
|
#%{_datadir}/pygtk/2.0/defs/ipatch-types.defs
|
||||||
%{_datadir}/pygtk/2.0/defs/ipatch.defs
|
#%{_datadir}/pygtk/2.0/defs/ipatch.defs
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libinstpatch-1.0.a
|
%dir %{_includedir}/libinstpatch-2
|
||||||
%{_libdir}/libinstpatch-1.0.la
|
%dir %{_includedir}/libinstpatch-2/libinstpatch
|
||||||
|
%{_includedir}/libinstpatch-2/libinstpatch/*.h
|
||||||
%{_libdir}/libinstpatch-1.0.so
|
%{_libdir}/libinstpatch-1.0.so
|
||||||
%dir %{_includedir}/libinstpatch-1.0/
|
%{_libdir}/pkgconfig/libinstpatch-1.0.pc
|
||||||
%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
|
|
||||||
#%doc ChangeLog NEWS README
|
#%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 04 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user