b63ee7c
Summary:      Open Sound Control library
b63ee7c
Name:         liblo
01495cd
Version:      0.26
d83ba0c
Release:      2%{?dist}
01495cd
License:      LGPLv2+
b63ee7c
Group:        System Environment/Libraries
b63ee7c
URL:          http://liblo.sourceforge.net
01495cd
Source0:      http://download.sf.net/sourceforge/liblo/liblo-%{version}.tar.gz
0100f8c
# Fix multilib installation issue RHBZ#480403
0100f8c
Patch0:       liblo-no-date-footer.patch
b63ee7c
BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b63ee7c
b63ee7c
BuildRequires: doxygen
b63ee7c
b63ee7c
%description
b63ee7c
liblo is an implementation of the Open Sound Control protocol for
b63ee7c
POSIX systems developed by Steve Harris.
b63ee7c
b63ee7c
%package devel
b63ee7c
Summary:  Libraries, includes, etc to develop liblo applications
b63ee7c
Group:    Development/Libraries
b63ee7c
Requires: liblo = %{version}-%{release}
05099c2
Requires: pkgconfig
b63ee7c
b63ee7c
%description devel
b63ee7c
Libraries, include files, etc you can use to develop liblo 
b63ee7c
based Open Sound Control applications.
b63ee7c
b63ee7c
%prep
b63ee7c
%setup -q
0100f8c
%patch0 -p1 -b .nodate
b63ee7c
01495cd
# Don't build examples
01495cd
sed -i 's|examples||' Makefile.in
01495cd
b63ee7c
%build
73a9845
%configure --enable-ipv6 --disable-static
01495cd
# We don't want rpath
01495cd
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
01495cd
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
01495cd
b63ee7c
make %{?_smp_mflags}
b63ee7c
b63ee7c
%install
b63ee7c
rm -rf %{buildroot}
b63ee7c
make DESTDIR=%{buildroot} install
b63ee7c
b63ee7c
# install man pages by hand
b63ee7c
mkdir -p %{buildroot}%{_mandir}/man3/
b63ee7c
install -m 0664 doc/man/man3/*.3 %{buildroot}%{_mandir}/man3/
b63ee7c
b63ee7c
%clean
b63ee7c
rm -rf %{buildroot}
b63ee7c
b63ee7c
%post -p /sbin/ldconfig
b63ee7c
b63ee7c
%postun -p /sbin/ldconfig
b63ee7c
b63ee7c
%files
b63ee7c
%defattr(-,root,root,-)
01495cd
%doc AUTHORS ChangeLog COPYING NEWS README TODO
b63ee7c
%{_libdir}/liblo.so.*
01495cd
%{_bindir}/oscdump
01495cd
%{_bindir}/oscsend
b63ee7c
b63ee7c
%files devel
b63ee7c
%defattr(-,root,root)
b63ee7c
%exclude %{_libdir}/liblo.la
01495cd
%doc doc/html examples
b63ee7c
%{_libdir}/liblo.so
b63ee7c
%{_includedir}/lo
b63ee7c
%{_libdir}/pkgconfig/liblo.pc
b63ee7c
%{_mandir}/man3/*
b63ee7c
b63ee7c
%changelog
d83ba0c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-2
d83ba0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d83ba0c
01495cd
* Mon Jul 19 2010 Orcan Ogetbil <oget [dot] fedora [at] gmail [dot] com> - 0.26-1
01495cd
- New version
01495cd
0100f8c
* Mon Jul 19 2010 Orcan Ogetbil <oget [dot] fedora [at] gmail [dot] com> - 0.24-6
0100f8c
- Fix multilib installation bug via no_date_footer.html hack RHBZ#480403
0100f8c
d178ef5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-5
d178ef5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d178ef5
f166779
* Thu Feb 26 2009 Anthony Green <green@redhat.com> 0.24-4
f166779
- Remove latex docs as they bundle a .ttf file which goes against the 
f166779
  Fedora guidelines.  HTML docs should be sufficient.
f166779
d4db891
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-3
d4db891
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d4db891
db48b97
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.24-2
db48b97
- Autorebuild for GCC 4.3
db48b97
73a9845
* Fri Oct 19 2007 Anthony Green <green@redhat.com> 0.24-1
73a9845
- New upstream.
73a9845
- Enable IPv6 support.
73a9845
8a0adf3
* Fri Oct 19 2007 Anthony Green <green@redhat.com> 0.23-13
8a0adf3
- Tweak .html files to remove timestamp (to fix multilib conflict).
8a0adf3
- Clarify License tag.
8a0adf3
582fe7b
* Thu Feb 22 2007 Anthony Green <green@redhat.com> 0.23-12
582fe7b
- Move devel docs to devel package.
582fe7b
b11704a
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.23-11
b11704a
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
b11704a
a639dda
* Tue Sep 19 2006 Anthony Green <green@redhat.com> 0.23-10
a639dda
- Fix release tag.
a639dda
e01518e
* Mon Sep 18 2006 Anthony Green <green@redhat.com> 0.23-9.1
e01518e
- Rebuild.
e01518e
0bf6905
* Fri Sep  8 2006 Anthony Green <green@redhat.com> 0.23-9
44a617b
- Add liblo-fix-send.c.patch.
44a617b
44a617b
* Mon Sep  4 2006 Anthony Green <green@redhat.com> 0.23-7
05099c2
- -devel packages with .pc files must now Require pkgconfig.
05099c2
3a6536b
* Thu May 18 2006 Anthony Green <green@redhat.com> 0.23-6
3a6536b
- Don't install generic INSTALL documentation.
3a6536b
b63ee7c
* Sat Apr 29 2006 Anthony Green <green@redhat.com> 0.23-4
b63ee7c
- Stop using command macros like __rm, __make, __mkdir and __install.
b63ee7c
b63ee7c
* Tue Apr 25 2006 Anthony Green <green@redhat.com> 0.23-3
b63ee7c
- Don't install empty NEWS file.
b63ee7c
b63ee7c
* Sat Apr 22 2006 Anthony Green <green@redhat.com> 0.23-2
b63ee7c
- Minor spec file improvements.
b63ee7c
b63ee7c
* Tue Apr 18 2006 Anthony Green <green@redhat.com> 0.23-1
b63ee7c
- Update to 0.23. Build for Fedora Extras.
b63ee7c
b63ee7c
* Wed Mar  2 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.22-1
b63ee7c
- updated to 0.22
b63ee7c
* Wed Mar  2 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.18-1
b63ee7c
- updated to 0.18
b63ee7c
* Wed Feb 23 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.17-1
b63ee7c
- updated to 0.17
b63ee7c
* Mon Jan 24 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.16-1
b63ee7c
- updated to 0.16
b63ee7c
* Tue Dec 21 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 
b63ee7c
- spec file cleanup
b63ee7c
* Wed Nov 24 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.15-1
b63ee7c
- updated to 0.15, exclude .la file, .a file no longer created by
b63ee7c
  default build
b63ee7c
* Thu Aug 19 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.9-1
b63ee7c
- updated to 0.9
b63ee7c
* Mon Aug  9 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.8-1
b63ee7c
- updated to 0.8
b63ee7c
* Thu Apr 15 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.5-1
b63ee7c
- Initial build.
b63ee7c