diff --git a/README.md b/README.md index a92bcf3..dad787b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # liblo +An implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris. + diff --git a/liblo.spec b/liblo.spec new file mode 100644 index 0000000..eac907f --- /dev/null +++ b/liblo.spec @@ -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 +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 0.28-1mamba +- automatic version update by autodist + +* Sat May 25 2013 Automatic Build System 0.27-1mamba +- automatic version update by autodist + +* Fri Jul 10 2009 Automatic Build System 0.26-1mamba +- automatic update by autodist + +* Mon Jan 19 2009 Silvan Calarco 0.25-1mamba +- automatic update by autodist + +* Mon Apr 07 2008 Silvan Calarco 0.24-1mamba +- update to 0.24 + +* Sat Feb 19 2005 Silvan Calarco 0.16-1qilnx +- package created by autospec