rpms/celt/F-12 .cvsignore,1.5,1.6 celt.spec,1.6,1.7 sources,1.5,1.6

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 2 10:36:30 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/celt/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23647

Modified Files:
	.cvsignore celt.spec sources 
Log Message:
- New 0.8.0 upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/celt/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	30 Oct 2009 16:06:51 -0000	1.5
+++ .cvsignore	2 Jul 2010 10:36:29 -0000	1.6
@@ -1 +1 @@
-celt-0.7.0.tar.gz
+celt-0.8.0.tar.gz


Index: celt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/celt/F-12/celt.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- celt.spec	30 Oct 2009 16:06:51 -0000	1.6
+++ celt.spec	2 Jul 2010 10:36:30 -0000	1.7
@@ -1,13 +1,13 @@
-Name:           celt
-Version:        0.7.0
-Release:        1%{?dist}
-Summary:        An audio codec for use in low-delay speech and audio communication
-
-Group:          System Environment/Libraries
-License:        BSD
-URL:            http://www.celt-codec.org/
-Source0:        http://downloads.us.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:          celt
+Version:       0.8.0
+Release:       1%{?dist}
+Summary:       An audio codec for use in low-delay speech and audio communication
+
+Group:         System Environment/Libraries
+License:       BSD
+URL:           http://www.celt-codec.org/
+Source0:       http://downloads.us.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libogg-devel
 
@@ -39,13 +39,14 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpa
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT%{_libdir}/libcelt.a
-rm $RPM_BUILD_ROOT%{_libdir}/libcelt.la
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+rm %{buildroot}%{_libdir}/*.a
+rm %{buildroot}%{_libdir}/*.la
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -56,17 +57,20 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING README TODO
 %{_bindir}/celtenc
 %{_bindir}/celtdec
-%{_libdir}/libcelt.so.0
-%{_libdir}/libcelt.so.0.0.0
+%{_libdir}/libcelt0.so.1
+%{_libdir}/libcelt0.so.1.0.0
 
 %files devel
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_includedir}/celt
 %{_libdir}/pkgconfig/celt.pc
-%{_libdir}/libcelt.so
+%{_libdir}/libcelt0.so
 
 %changelog
+* Fri Jul  2 2010 Peter Robinson <pbrobinson at gmail.com> 0.8.0-1
+- New 0.8.0 upstream release
+
 * Fri Oct 30 2009 Peter Robinson <pbrobinson at gmail.com> 0.7.0-1
 - New 0.7.0 upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/celt/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	30 Oct 2009 16:06:51 -0000	1.5
+++ sources	2 Jul 2010 10:36:30 -0000	1.6
@@ -1 +1 @@
-0bb72abec367f4ef12551f79dda11b23  celt-0.7.0.tar.gz
+6bbd0aa966af3214f794421959fb38e9  celt-0.8.0.tar.gz



More information about the scm-commits mailing list