[mingw-flac] Added tools subpackage, comment licensing breakdown.

František Dvořák valtri at fedoraproject.org
Sun Feb 16 22:40:56 UTC 2014


commit 53a79f370dcfd1e7574744b798b8705f4a545795
Author: František Dvořák <valtri at civ.zcu.cz>
Date:   Sun Feb 16 21:56:09 2014 +0100

    Added tools subpackage, comment licensing breakdown.

 mingw-flac.spec |   44 +++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 41 insertions(+), 3 deletions(-)
---
diff --git a/mingw-flac.spec b/mingw-flac.spec
index 84493d3..ad9d2f8 100644
--- a/mingw-flac.spec
+++ b/mingw-flac.spec
@@ -2,9 +2,10 @@
 
 Name:           mingw-flac
 Version:        1.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Encoder/decoder for the Free Lossless Audio Codec
 
+# BSD: libraries, GPLv2+: tools and examples
 License:        BSD and GPLv2+
 URL:            http://xiph.org/flac/
 Source0:        http://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz
@@ -53,6 +54,21 @@ various music players.
 This package is MinGW compiled flac library for the Win32 target.
 
 
+%package -n mingw32-flac-tools
+Summary:        Tools for Free Lossless Audio Codec
+Requires:       mingw32-flac = %{version}-%{release}
+
+%description -n mingw32-flac-tools
+FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
+is similar to Ogg Vorbis, but lossless. The FLAC project consists of
+the stream format, reference encoders and decoders in library form,
+flac, a command-line program to encode and decode FLAC files, metaflac,
+a command-line metadata editor for FLAC files and input plugins for
+various music players.
+
+This package is MinGW compiled flac tools for the Win32 target.
+
+
 %package -n mingw64-flac
 Summary:        %{summary}
 
@@ -67,6 +83,21 @@ various music players.
 This package is MinGW compiled flac library for the Win64 target.
 
 
+%package -n mingw64-flac-tools
+Summary:        Tools for Free Lossless Audio Codec
+Requires:       mingw64-flac = %{version}-%{release}
+
+%description -n mingw64-flac-tools
+FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
+is similar to Ogg Vorbis, but lossless. The FLAC project consists of
+the stream format, reference encoders and decoders in library form,
+flac, a command-line program to encode and decode FLAC files, metaflac,
+a command-line metadata editor for FLAC files and input plugins for
+various music players.
+
+This package is MinGW compiled flac tools for the Win64 target.
+
+
 %{?mingw_debug_package}
 
 
@@ -99,8 +130,6 @@ rm -rf %{buildroot}%{mingw64_docdir}/flac*
 rm -rf %{buildroot}%{mingw32_mandir}
 rm -rf %{buildroot}%{mingw64_mandir}
 
-rm %{buildroot}%{mingw32_bindir}/*.exe
-rm %{buildroot}%{mingw64_bindir}/*.exe
 rm %{buildroot}%{mingw32_libdir}/*.la
 rm %{buildroot}%{mingw64_libdir}/*.la
 
@@ -117,6 +146,8 @@ rm %{buildroot}%{mingw64_libdir}/*.la
 %{mingw32_datadir}/aclocal/libFLAC.m4
 %{mingw32_datadir}/aclocal/libFLAC++.m4
 
+%files -n mingw32-flac-tools
+%{mingw32_bindir}/*.exe
 
 %files -n mingw64-flac
 %doc AUTHORS COPYING* README
@@ -130,7 +161,14 @@ rm %{buildroot}%{mingw64_libdir}/*.la
 %{mingw64_datadir}/aclocal/libFLAC.m4
 %{mingw64_datadir}/aclocal/libFLAC++.m4
 
+%files -n mingw64-flac-tools
+%{mingw64_bindir}/*.exe
+
 
 %changelog
+* Sun Feb 16 2014 František Dvořák <valtri at civ.zcu.cz> - 1.3.0-2
+- Added tools subpackage
+- Comment licensing breakdown
+
 * Sat Jan 11 2014 František Dvořák <valtri at civ.zcu.cz> - 1.3.0-1
 - Initial package, based on the native flac


More information about the scm-commits mailing list