rpms/liblo/devel liblo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Anthony Green (green) fedora-extras-commits at redhat.com
Sun May 14 21:21:19 UTC 2006


Author: green

Update of /cvs/extras/rpms/liblo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16922/devel

Modified Files:
	.cvsignore sources 
Added Files:
	liblo.spec 
Log Message:
auto-import liblo-0.23-4 on branch devel from liblo-0.23-4.src.rpm


--- NEW FILE liblo.spec ---
Summary:      Open Sound Control library
Name:         liblo
Version:      0.23
Release:      4%{?dist}
License:      GPL
Group:        System Environment/Libraries
URL:          http://liblo.sourceforge.net
Source0:      http://www.ecs.soton.ac.uk/~njh/liblo/liblo-0.23.tar.gz
BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: doxygen

%description
liblo is an implementation of the Open Sound Control protocol for
POSIX systems developed by Steve Harris.

%package devel
Summary:  Libraries, includes, etc to develop liblo applications
Group:    Development/Libraries
Requires: liblo = %{version}-%{release}

%description devel
Libraries, include files, etc you can use to develop liblo 
based Open Sound Control applications.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

# install man pages by hand
mkdir -p %{buildroot}%{_mandir}/man3/
install -m 0664 doc/man/man3/*.3 %{buildroot}%{_mandir}/man3/

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING INSTALL README
%doc doc/html doc/latex
%{_libdir}/liblo.so.*

%files devel
%defattr(-,root,root)
%exclude %{_libdir}/liblo.la
%{_libdir}/liblo.so
%{_includedir}/lo
%{_libdir}/pkgconfig/liblo.pc
%{_mandir}/man3/*

%changelog
* Sat Apr 29 2006 Anthony Green <green at redhat.com> 0.23-4
- Stop using command macros like __rm, __make, __mkdir and __install.

* Tue Apr 25 2006 Anthony Green <green at redhat.com> 0.23-3
- Don't install empty NEWS file.

* Sat Apr 22 2006 Anthony Green <green at redhat.com> 0.23-2
- Minor spec file improvements.

* Tue Apr 18 2006 Anthony Green <green at redhat.com> 0.23-1
- Update to 0.23. Build for Fedora Extras.

* Wed Mar  2 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.22-1
- updated to 0.22
* Wed Mar  2 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.18-1
- updated to 0.18
* Wed Feb 23 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.17-1
- updated to 0.17
* Mon Jan 24 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.16-1
- updated to 0.16
* Tue Dec 21 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- spec file cleanup
* Wed Nov 24 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.15-1
- updated to 0.15, exclude .la file, .a file no longer created by
  default build
* Thu Aug 19 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.9-1
- updated to 0.9
* Mon Aug  9 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.8-1
- updated to 0.8
* Thu Apr 15 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.5-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/liblo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 May 2006 21:20:29 -0000	1.1
+++ .cvsignore	14 May 2006 21:21:19 -0000	1.2
@@ -0,0 +1 @@
+liblo-0.23.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/liblo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 May 2006 21:20:29 -0000	1.1
+++ sources	14 May 2006 21:21:19 -0000	1.2
@@ -0,0 +1 @@
+e14c9f4fae7ed8d9622d126f6fb9c1d7  liblo-0.23.tar.gz




More information about the fedora-extras-commits mailing list