91 lines
2.5 KiB
RPMSpec
91 lines
2.5 KiB
RPMSpec
Name: libinstpatch
|
|
Version: 1.1.6
|
|
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: 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
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libaudiofile-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libpython-devel
|
|
BuildRequires: libsndfile-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
An instrument patches library.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
|
|
|
%description devel
|
|
An instrument patches library.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
#%{_bindir}/cram
|
|
#%{_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
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/libinstpatch-2
|
|
%dir %{_includedir}/libinstpatch-2/libinstpatch
|
|
%{_includedir}/libinstpatch-2/libinstpatch/*.h
|
|
%{_libdir}/libinstpatch-1.0.so
|
|
%{_libdir}/pkgconfig/libinstpatch-1.0.pc
|
|
#%doc ChangeLog NEWS README
|
|
|
|
%changelog
|
|
* Tue Jan 26 2021 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 26 2020 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Mon Nov 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
- update to 1.0.0
|
|
|
|
* Fri May 26 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0pre1-1qilnx
|
|
- package created by autospec
|