Group :: System/Libraries
RPM: liblo
Main Changelog Spec Patches Sources Download Gear Bugs and FR Repocop
%def_disable static
Name: liblo
Version: 0.9
Release: alt1
Summary: Open Source implementation of the Open Sound Control protocol
License: GPL
Group: System/Libraries
Url: http://plugin.org.uk/%name
Source: %url/%name-%version.tar.gz
# Automatically added by buildreq on Tue Sep 21 2004
BuildRequires: doxygen gcc-c++ gcc-g77 libstdc++-devel
%description
%name is a lightweight, easy to use implementation of the Open Sound
Control protocol (see http://www.cnmat.berkeley.edu/OpenSoundControl/
for details).
%package devel
Summary: Headers for developing programs that will use %name
Group: Development/C
Requires: %name = %version-%release
%description devel
This package contains the headers that programmers will need to develop
applications which will use %name.
%prep
%setup -q
%build
%configure \
%{subst_enable static}
%make_build
%install
%makeinstall
%post -p %post_ldconfig
%postun -p %postun_ldconfig
%files
%_libdir/*.so.*
%doc AUTHORS README
%files devel
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/*
%doc ChangeLog
%doc doc/html
%doc examples/*.c
%changelog
…
Full changelog you can see here
Name: liblo
Version: 0.9
Release: alt1
Summary: Open Source implementation of the Open Sound Control protocol
License: GPL
Group: System/Libraries
Url: http://plugin.org.uk/%name
Source: %url/%name-%version.tar.gz
# Automatically added by buildreq on Tue Sep 21 2004
BuildRequires: doxygen gcc-c++ gcc-g77 libstdc++-devel
%description
%name is a lightweight, easy to use implementation of the Open Sound
Control protocol (see http://www.cnmat.berkeley.edu/OpenSoundControl/
for details).
%package devel
Summary: Headers for developing programs that will use %name
Group: Development/C
Requires: %name = %version-%release
%description devel
This package contains the headers that programmers will need to develop
applications which will use %name.
%prep
%setup -q
%build
%configure \
%{subst_enable static}
%make_build
%install
%makeinstall
%post -p %post_ldconfig
%postun -p %postun_ldconfig
%files
%_libdir/*.so.*
%doc AUTHORS README
%files devel
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/*
%doc ChangeLog
%doc doc/html
%doc examples/*.c
%changelog
…
Full changelog you can see here