automatic version update by autodist [release 0.28-1mamba;Wed Feb 12 2014]

This commit is contained in:
Automatic Build System 2024-01-06 04:59:09 +01:00
parent e235ae085e
commit 689948300f
2 changed files with 82 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# liblo
An implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris.

80
liblo.spec Normal file
View File

@ -0,0 +1,80 @@
Name: liblo
Version: 0.28
Release: 1mamba
Summary: An implementation of the Open Sound Control protocol for POSIX systems
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://plugin.org.uk/liblo/
Source: http://downloads.sourceforge.net/sourceforge/liblo/liblo-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%description
An implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris.
%package devel
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{version}
%description devel
An implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris.
This package contains static libraries and header files need for development.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/oscdump
%{_bindir}/oscsend
%{_libdir}/*.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%dir %{_includedir}/lo
%{_includedir}/lo/*.h
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog INSTALL NEWS README TODO
%changelog
* Wed Feb 12 2014 Automatic Build System <autodist@mambasoft.it> 0.28-1mamba
- automatic version update by autodist
* Sat May 25 2013 Automatic Build System <autodist@mambasoft.it> 0.27-1mamba
- automatic version update by autodist
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 0.26-1mamba
- automatic update by autodist
* Mon Jan 19 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.25-1mamba
- automatic update by autodist
* Mon Apr 07 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24-1mamba
- update to 0.24
* Sat Feb 19 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1qilnx
- package created by autospec