[mingw-libogg: 8/11] Renamed the source package to mingw-libogg

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:36:04 UTC 2012


commit 491b6ba4e228c21923aadcac1902ca46543d9015
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 20:31:53 2012 +0100

    Renamed the source package to mingw-libogg

 mingw32-libogg.spec => mingw-libogg.spec |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-libogg.spec b/mingw-libogg.spec
similarity index 80%
rename from mingw32-libogg.spec
rename to mingw-libogg.spec
index 6f3f87b..1b29329 100644
--- a/mingw32-libogg.spec
+++ b/mingw-libogg.spec
@@ -5,9 +5,9 @@
 %define __find_provides %{_mingw32_findprovides}
 
 Summary:        The Ogg bitstream file format library
-Name:           mingw32-libogg
+Name:           mingw-libogg
 Version:        1.1.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://www.xiph.org/
@@ -17,7 +17,6 @@ BuildArch:      noarch
 BuildRequires:  mingw32-filesystem >= 49
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
-Requires:       pkgconfig
 
 %description
 Libogg is a library for manipulating Ogg bitstream file formats.
@@ -25,6 +24,16 @@ Libogg supports both making Ogg bitstreams and getting packets from
 Ogg bitstreams.
 
 
+%package -n mingw32-libogg
+Summary:        The Ogg bitstream file format library
+Requires:       pkgconfig
+
+%description -n mingw32-libogg
+Libogg is a library for manipulating Ogg bitstream file formats.
+Libogg supports both making Ogg bitstreams and getting packets from
+Ogg bitstreams.
+
+
 %prep
 %setup -q -n libogg-%{version}
 
@@ -39,7 +48,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 # zap docs, redundant with native package
 rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}
 
-%files
+%files -n mingw32-libogg
 %defattr(-,root,root)
 %doc AUTHORS CHANGES COPYING README
 %{_mingw32_bindir}/libogg*
@@ -52,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}
 %{_mingw32_datadir}/aclocal/ogg.m4
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.1.4-6
+- Renamed the source package to mingw-libogg (RHBZ #800918)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.1.4-5
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list