added debug package and -tools subpackage [release 1.3.4-2mamba;Mon Feb 21 2022]
This commit is contained in:
parent
a15671ee02
commit
777a8b5af6
74
libflac.spec
74
libflac.spec
@ -1,14 +1,13 @@
|
|||||||
Name: libflac
|
Name: libflac
|
||||||
Version: 1.3.3
|
Version: 1.3.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Free Lossless Audio Codec (FLAC)
|
Summary: Free Lossless Audio Codec (FLAC)
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://flac.sourceforge.net/
|
URL: https://xiph.org/flac/
|
||||||
Source: http://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz
|
Source: http://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz
|
||||||
#Source: http://downloads.sourceforge.net/sourceforge/flac/flac-%{version}.tar.gz
|
|
||||||
Patch0: %{name}-1.1.2-xmms-plugin.patch
|
Patch0: %{name}-1.1.2-xmms-plugin.patch
|
||||||
Patch1: %{name}-1.1.2-libtool.patch
|
Patch1: %{name}-1.1.2-libtool.patch
|
||||||
Patch2: %{name}-1.2.1-gcc43.patch
|
Patch2: %{name}-1.2.1-gcc43.patch
|
||||||
@ -19,15 +18,8 @@ License: BSD, GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
%if "%{stage1}" != "1"
|
|
||||||
BuildRequires: libglib1-devel
|
|
||||||
BuildRequires: libgtk1-devel
|
|
||||||
BuildRequires: libogg-devel
|
BuildRequires: libogg-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libXext-devel
|
|
||||||
#BuildRequires: libxmms-devel
|
|
||||||
%endif
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libid3-devel >= 3.8.3
|
BuildRequires: libid3-devel >= 3.8.3
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
@ -36,8 +28,7 @@ BuildRequires: docbook2X >= 0.8.5
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
%endif
|
%endif
|
||||||
Provides: libflac11
|
Provides: libflac11
|
||||||
Obsoletes: libflac11
|
Obsoletes: libflac11 < 1.3.4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
||||||
@ -54,26 +45,35 @@ Summary: Development files for %{name}
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libflac11-devel
|
Provides: libflac11-devel
|
||||||
Obsoletes: libflac11-devel
|
Obsoletes: libflac11-devel < 1.3.4
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
FLAC stands for Free Lossless Audio Codec.
|
FLAC stands for Free Lossless Audio Codec.
|
||||||
Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
|
Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
|
||||||
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%package tools
|
||||||
|
Summary: Tools provided with %{name}
|
||||||
|
Group: Applications/Multimedia
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
FLAC stands for Free Lossless Audio Codec.
|
||||||
|
Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
|
||||||
|
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
||||||
|
This package contains the tools provided with %{name}.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Provides: libflac11-doc
|
Provides: libflac11-doc
|
||||||
Obsoletes: libflac11-doc
|
Obsoletes: libflac11-doc < 1.3.4
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
FLAC stands for Free Lossless Audio Codec.
|
FLAC stands for Free Lossless Audio Codec.
|
||||||
Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
|
Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
|
||||||
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
||||||
|
|
||||||
This package contains the documentation HTML pages for %{name}.
|
This package contains the documentation HTML pages for %{name}.
|
||||||
|
|
||||||
%package plugins-xmms
|
%package plugins-xmms
|
||||||
@ -81,15 +81,16 @@ Summary: Flac plugin for XMMS
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libflac11-plugins-xmms
|
Provides: libflac11-plugins-xmms
|
||||||
Obsoletes: libflac11-plugins-xmms
|
Obsoletes: libflac11-plugins-xmms < 1.3.4
|
||||||
|
|
||||||
%description plugins-xmms
|
%description plugins-xmms
|
||||||
FLAC stands for Free Lossless Audio Codec.
|
FLAC stands for Free Lossless Audio Codec.
|
||||||
Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
|
Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
|
||||||
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file.
|
||||||
|
|
||||||
This package contains the Flac plugin for XMMS.
|
This package contains the Flac plugin for XMMS.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n flac-%{version}
|
%setup -q -n flac-%{version}
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
@ -124,11 +125,8 @@ This package contains the Flac plugin for XMMS.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/flac
|
%{_libdir}/libFLAC.so.*
|
||||||
%{_bindir}/metaflac
|
%{_libdir}/libFLAC++.so.*
|
||||||
%{_libdir}/*.so.*
|
|
||||||
%{_mandir}/man1/flac.*
|
|
||||||
%{_mandir}/man1/metaflac.*
|
|
||||||
%doc AUTHORS COPYING.*
|
%doc AUTHORS COPYING.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -136,15 +134,12 @@ This package contains the Flac plugin for XMMS.
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
%dir %{_includedir}/FLAC++
|
%dir %{_includedir}/FLAC++
|
||||||
%dir %{_includedir}/FLAC
|
%dir %{_includedir}/FLAC
|
||||||
#%dir %{_includedir}/OggFLAC++
|
|
||||||
#%dir %{_includedir}/OggFLAC
|
|
||||||
%{_includedir}/FLAC++/*.h
|
%{_includedir}/FLAC++/*.h
|
||||||
%{_includedir}/FLAC/*.h
|
%{_includedir}/FLAC/*.h
|
||||||
#%{_includedir}/OggFLAC++/*.h
|
%{_libdir}/libFLAC.la
|
||||||
#%{_includedir}/OggFLAC/*.h
|
%{_libdir}/libFLAC.so
|
||||||
#%{_libdir}/*.a
|
%{_libdir}/libFLAC++.la
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libFLAC++.so
|
||||||
%{_libdir}/*.so
|
|
||||||
%{_libdir}/pkgconfig/flac++.pc
|
%{_libdir}/pkgconfig/flac++.pc
|
||||||
%{_libdir}/pkgconfig/flac.pc
|
%{_libdir}/pkgconfig/flac.pc
|
||||||
|
|
||||||
@ -153,6 +148,13 @@ This package contains the Flac plugin for XMMS.
|
|||||||
%dir %{_datadir}/doc/flac
|
%dir %{_datadir}/doc/flac
|
||||||
%{_datadir}/doc/flac/*
|
%{_datadir}/doc/flac/*
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/flac
|
||||||
|
%{_bindir}/metaflac
|
||||||
|
%{_mandir}/man1/flac.*
|
||||||
|
%{_mandir}/man1/metaflac.*
|
||||||
|
|
||||||
#%if "%{stage1}" != "1"
|
#%if "%{stage1}" != "1"
|
||||||
#%files plugins-xmms
|
#%files plugins-xmms
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -161,6 +163,12 @@ This package contains the Flac plugin for XMMS.
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.4-2mamba
|
||||||
|
- added debug package and -tools subpackage
|
||||||
|
|
||||||
|
* Mon Feb 21 2022 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
@ -186,7 +194,7 @@ This package contains the Flac plugin for XMMS.
|
|||||||
* Wed Jun 14 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.1.2-3qilnx
|
* Wed Jun 14 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.1.2-3qilnx
|
||||||
- added libtool patch
|
- added libtool patch
|
||||||
|
|
||||||
* Mon Sep 25 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-2qilnx
|
* Sun Sep 25 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-2qilnx
|
||||||
- rebuilt against libxmms
|
- rebuilt against libxmms
|
||||||
|
|
||||||
* Thu Jun 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.2-1qilnx
|
* Thu Jun 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.2-1qilnx
|
||||||
|
Loading…
Reference in New Issue
Block a user