[mingw-celt051: 7/9] Renamed the source package to mingw-celt051

epienbro epienbro at fedoraproject.org
Wed Mar 7 15:55:17 UTC 2012


commit 8de0a0af5d63ce970e526f9c9899d408f1950b31
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 16:53:15 2012 +0100

    Renamed the source package to mingw-celt051

 mingw32-celt051.spec => mingw-celt051.spec |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-celt051.spec b/mingw-celt051.spec
similarity index 82%
rename from mingw32-celt051.spec
rename to mingw-celt051.spec
index 039405e..f37807b 100644
--- a/mingw32-celt051.spec
+++ b/mingw-celt051.spec
@@ -4,9 +4,9 @@
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
 
-Name:           mingw32-celt051
+Name:           mingw-celt051
 Version:        0.5.1.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        An audio codec for use in low-delay speech and audio communication
 
 Group:          System Environment/Libraries
@@ -41,6 +41,15 @@ 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). 
 
+%package -n mingw32-celt051
+Summary:        An audio codec for use in low-delay speech and audio communication
+
+%description -n mingw32-celt051
+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).
+
 %prep
 %setup -q -n celt-%{version}
 %patch1 -p1
@@ -55,7 +64,7 @@ make %{?_smp_mflags}
 make DESTDIR=%{buildroot} install
 rm -f %{buildroot}/%{_mingw32_libdir}/libcelt051.a
 
-%files
+%files -n mingw32-celt051
 %defattr(-,root,root,-)
 %doc COPYING README TODO
 %{_mingw32_bindir}/celtenc051.exe
@@ -67,6 +76,9 @@ rm -f %{buildroot}/%{_mingw32_libdir}/libcelt051.a
 %{_mingw32_libdir}/pkgconfig/celt051.pc
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.5.1.3-7
+- Renamed the source package to mingw-celt051 (RHBZ #800851)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.5.1.3-6
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list