rpms/celt051/devel celt051.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Fri Jul 9 18:35:04 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/celt051/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21672/devel

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



--- NEW FILE celt051.spec ---
Name:           celt051
Version:        0.5.1.3
Release:        2%{?dist}
Summary:        An audio codec for use in low-delay speech and audio communication

Group:          System Environment/Libraries
License:        BSD
# Files without license header are confirmed to be BSD. Will be fixed in later release
# http://lists.xiph.org/pipermail/celt-dev/2009-February/000063.html
URL:            http://www.celt-codec.org/
Source0:        http://downloads.us.xiph.org/releases/celt/celt-%{version}.tar.gz

BuildRequires: libogg-devel

%description
CELT (Constrained Energy Lapped Transform) is an ultra-low delay audio
codec designed for realtime transmission of high quality speech and audio.
This is meant to close the gap between traditional speech codecs
(such as Speex) and traditional audio codecs (such as Vorbis).

The CELT bitstream format is not yet stable, this package is a special
version of 0.5.1 that has the same bitstream format, but symbols and files
renamed from 'celt*' to 'celt051*' so that it is parallel installable with
the normal celt for packages requiring this particular bitstream format.

%package devel
Summary: Development package for %{name}
Group: Development/Libraries
Requires: libogg-devel
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n celt-%{version}

%build
%configure --disable-static
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make %{?_smp_mflags}

%install
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/libcelt051.la

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc COPYING README TODO
%{_bindir}/celtenc051
%{_bindir}/celtdec051
%{_libdir}/libcelt051.so.0
%{_libdir}/libcelt051.so.0.0.0

%files devel
%defattr(-,root,root,-)
%doc COPYING README
%{_includedir}/celt051
%{_libdir}/pkgconfig/celt051.pc
%{_libdir}/libcelt051.so

%changelog
* Fri Jul  9 2010 Alexander Larsson <alexl at redhat.com> - 0.5.1.3-2
- Update according to review (#612979)

* Fri Jul  9 2010 Alexander Larsson <alexl at redhat.com> - 0.5.1.3-1
- First fedora package, based on RHEL package version 0.5.1.3-0


--- NEW FILE import.log ---
celt051-0_5_1_3-2_fc13:HEAD:celt051-0.5.1.3-2.fc13.src.rpm:1278700389


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/celt051/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Jul 2010 18:27:32 -0000	1.1
+++ .cvsignore	9 Jul 2010 18:35:03 -0000	1.2
@@ -0,0 +1 @@
+celt-0.5.1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/celt051/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Jul 2010 18:27:32 -0000	1.1
+++ sources	9 Jul 2010 18:35:04 -0000	1.2
@@ -0,0 +1 @@
+67e7b5e45db57a6f1f0a6962f5ecb190  celt-0.5.1.3.tar.gz



More information about the scm-commits mailing list