[mingw-gstreamer1-plugins-bad-free/f22] Fix package name

Fabiano FidĂȘncio fidencio at fedoraproject.org
Wed Mar 4 09:44:46 UTC 2015


commit 9ae2b8d0804abf16dfe458ca380c2e7222ebacf2
Author: Fabiano FidĂȘncio <fidencio at redhat.com>
Date:   Wed Mar 4 10:37:32 2015 +0100

    Fix package name
    
    Since the initial commit the spec file has been generating a package
    with a wrong name (mingw-gstreamer1-plugins-bad instead of
    mingw-gstreamer1-plugins-bad-free). We decided to keep it in this way
    for f21 but change to the right name for f22 (and newers).
    
    (cherry picked from commit a4a6108e5a77140d062007d354321952ff4aa593)

 mingw-gstreamer1-plugins-bad-free.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/mingw-gstreamer1-plugins-bad-free.spec b/mingw-gstreamer1-plugins-bad-free.spec
index f1e5897..fb86512 100644
--- a/mingw-gstreamer1-plugins-bad-free.spec
+++ b/mingw-gstreamer1-plugins-bad-free.spec
@@ -73,11 +73,11 @@ well enough, or the code is not of good enough quality.
 
 
 # Mingw32
-%package -n mingw32-gstreamer1-plugins-bad
+%package -n mingw32-gstreamer1-plugins-bad-free
 Summary:        %{summary}
 Requires:       mingw32-gstreamer1 >= %{gstreamer_version}
 
-%description -n mingw32-gstreamer1-plugins-bad
+%description -n mingw32-gstreamer1-plugins-bad-free
 GStreamer is a streaming media framework, based on graphs of elements which
 operate on media data.
 
@@ -86,11 +86,11 @@ well enough, or the code is not of good enough quality.
 
 
 # Mingw64
-%package -n mingw64-gstreamer1-plugins-bad
+%package -n mingw64-gstreamer1-plugins-bad-free
 Summary:        %{summary}
 Requires:       mingw64-gstreamer1 >= %{gstreamer_version}
 
-%description -n mingw64-gstreamer1-plugins-bad
+%description -n mingw64-gstreamer1-plugins-bad-free
 GStreamer is a streaming media framework, based on graphs of elements which
 operate on media data.
 
@@ -107,7 +107,7 @@ well enough, or the code is not of good enough quality.
 
 %build
 %mingw_configure \
-    --with-package-name='Fedora Mingw gstreamer1-plugins-bad package' \
+    --with-package-name='Fedora Mingw gstreamer1-plugins-bad-free package' \
     --with-package-origin='http://download.fedora.redhat.com/fedora' \
     --enable-debug \
     --enable-experimental \
@@ -152,11 +152,11 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/gstreamer-%{api_version}/*.la
 rm -f $RPM_BUILD_ROOT%{mingw32_libdir}/gstreamer-%{api_version}/*.a
 rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/gstreamer-%{api_version}/*.a
 
-%mingw_find_lang gstreamer1-plugins-bad --all-name
+%mingw_find_lang gstreamer1-plugins-bad-free --all-name
 
 
 # Mingw32
-%files -n mingw32-gstreamer1-plugins-bad -f mingw32-gstreamer1-plugins-bad.lang
+%files -n mingw32-gstreamer1-plugins-bad-free -f mingw32-gstreamer1-plugins-bad-free.lang
 %doc AUTHORS COPYING README REQUIREMENTS
 
 # libraries
@@ -324,7 +324,7 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/gstreamer-%{api_version}/*.a
 
 
 # Mingw64
-%files -n mingw64-gstreamer1-plugins-bad -f mingw64-gstreamer1-plugins-bad.lang
+%files -n mingw64-gstreamer1-plugins-bad-free -f mingw64-gstreamer1-plugins-bad-free.lang
 %doc AUTHORS COPYING README REQUIREMENTS
 
 # libraries


More information about the scm-commits mailing list