rpms/olpcsound/OLPC-3 import.log, NONE, 1.1 olpcsound.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Victor Lazzarini (veplaini) fedora-extras-commits at redhat.com
Fri Jun 20 12:19:47 UTC 2008


Author: veplaini

Update of /cvs/pkgs/rpms/olpcsound/OLPC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28162/OLPC-3

Modified Files:
	.cvsignore sources 
Added Files:
	import.log olpcsound.spec 
Log Message:

first import OLPC-3 branch



--- NEW FILE import.log ---
olpcsound-5_08_92-2_fc7:OLPC-3:olpcsound-5.08.92-2.fc7.src.rpm:1213966440


--- NEW FILE olpcsound.spec ---
Summary: Csound - sound synthesis language and library, OLPC subset
Name:   olpcsound        
Version: 5.08.92
Release: 2%{?dist}
URL: http://csound.sourceforge.net/
License: LGPLv2+
Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/csound/olpcsound-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: swig python scons alsa-lib-devel liblo-devel libsndfile-devel 
BuildRequires: libpng-devel libjpeg-devel libvorbis-devel libogg-devel gettext python-devel
%define python_site_dir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")

%description
olpcsound is a subset of the Csound sound and music 
synthesis system, tailored specifically for  XO platform. 

%package devel
Summary: Csound development files and libraries
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
Headers and libraries for Csound-based application development

%prep
%setup -q

%build
%{_bindir}/scons buildOLPC=1 customCCFLAGS="%{optflags}" customCXXFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%{__python} install-olpc.py --install-python --install-headers --instdir=%{buildroot}
%find_lang csound5

%clean
%{__rm} -rf %{buildroot}

%post -p /sbin/ldconfig
 
%postun -p /sbin/ldconfig

%files -f csound5.lang
%defattr(-,root,root,-)
%{_bindir}/*
%dir %{_libdir}/csound
%dir %{_libdir}/csound/plugins
%{_libdir}/csound/plugins/*
%{_libdir}/libcsound.so.5.1
%{_libdir}/libcsnd.so.5.1
%{python_site_dir}/*
%dir %{_datadir}/doc/csound
%{_datadir}/doc/csound/*

%files devel
%defattr(-,root,root,0755)
%dir %{_includedir}/csound
%{_includedir}/csound/*
%{_libdir}/libcsound.so
%{_libdir}/libcsnd.so
%doc COPYING


%changelog
* Wed May 28 2008  Victor.Lazzarini <vlazzarini at nuim.ie> - 5.08.92-2
  - fixed version format in changelog
  - fixed permissions of Opcodes/hrtfopcodes.c and Util/mixer.c in srcs

* Mon May 19 2008 Victor.Lazzarini <vlazzarini at nuim.ie> - 5.08.92-1
  - fixed license
  - removed -fomit-frame-pointer from SConstruct
  - fixed description

* Mon May 19 2008 Victor.Lazzarini <vlazzarini at nuim.ie>
  5.08.92-0
 - fixed licensing issues and removed non-free sources/binaries
 - fixed requires for -devel
 - removed -ffast-math option from SConstruct 
 - added _bindir macro
 - added ownership of /usr/lib/csound
 - removed redundant build working directory for csound5.lang
 - removed stripping commands from install-olpc.py script
 - added AUTHORS to docs, removed INSTALL and readme-csound5.txt
 - shortened the description and added EVR to this changelog

* Fri May 02 2008 Victor Lazzarini <vlazzarini at nuim.ie>
 - fixed method of obtaining python site directory
 - fixed license code
 - fixed ownership of directories
 - added dist tag to version
 - added fedora flags

* Wed Apr 02 2008  Victor Lazzarini <vlazzarini at nuim.ie>
 - initial version of this spec



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/olpcsound/OLPC-3/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 May 2008 19:27:18 -0000	1.1
+++ .cvsignore	20 Jun 2008 12:19:02 -0000	1.2
@@ -0,0 +1 @@
+olpcsound-5.08.92.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpcsound/OLPC-3/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 May 2008 19:27:18 -0000	1.1
+++ sources	20 Jun 2008 12:19:02 -0000	1.2
@@ -0,0 +1 @@
+067c0e3bc1a953bd13178207aa9fabdc  olpcsound-5.08.92.tar.bz2




More information about the fedora-extras-commits mailing list