Compare commits

..

No commits in common. 'i10cs' and 'c9' have entirely different histories.
i10cs ... c9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/twolame-0.4.0.tar.gz SOURCES/twolame-0.3.13.tar.gz

@ -1 +1 @@
6ec05fdaf555ef4157746ac3c91e8cdd20d4a3bc SOURCES/twolame-0.4.0.tar.gz 3ca460472c2f6eeedad70291d8e37da88b64eb8b SOURCES/twolame-0.3.13.tar.gz

@ -1,74 +1,79 @@
Name: twolame Name: twolame
Version: 0.4.0 Version: 0.3.13
Release: 6%{?dist} Release: 19%{?dist}
Summary: Optimized MPEG Audio Layer 2 encoding library based on tooLAME Summary: Optimized MPEG Audio Layer 2 encoding library based on tooLAME
# build-scripts/install-sh is MIT/X11, build-scripts/{libtool.m4, ltmain.sh} are GPLv2+ # build-scripts/install-sh is MIT/X11, build-scripts/{libtool.m4, ltmain.sh} are GPLv2+
License: LGPL-2.1-or-later License: LGPLv2+
URL: http://www.twolame.org/ URL: http://www.twolame.org/
Source: http://downloads.sourceforge.net/twolame/%{name}-%{version}.tar.gz Source: http://downloads.sourceforge.net/twolame/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: make BuildRequires: make
BuildRequires: gcc BuildRequires: gcc
BuildRequires: libtool BuildRequires: libsndfile-devel
BuildRequires: pkgconfig(sndfile) >= 1.0.0 #BuildRequires: libtool
%description %description
TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder. It should be able to TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME,
be used as a drop-in replacement for LAME (a MPEG Layer 3 encoder). The frontend which in turn is based heavily on
takes very similar command line options to LAME, and the backend library has a - the ISO dist10 code
very similar API to LAME. - improvement to algorithms as part of the LAME project (www.sulaco.org/mp3)
This package contains the command line frontend. This package contains the command line frontend.
%package libs %package libs
Summary: TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME Summary: TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME
%description libs %description libs
TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder. It should be able to TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME,
be used as a drop-in replacement for LAME (a MPEG Layer 3 encoder). The frontend which in turn is based heavily on
takes very similar command line options to LAME, and the backend library has a - the ISO dist10 code
very similar API to LAME. - improvement to algorithms as part of the LAME project (www.sulaco.org/mp3)
This package contains the shared library. This package contains the shared library.
%package devel %package devel
Summary: Development tools for TwoLAME applications Summary: Development tools for TwoLAME applications
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: pkgconfig
%description devel %description devel
This package contains the header files and documentation needed to develop This package contains the header files and documentation
applications with TwoLAME. needed to develop applications with TwoLAME.
%prep %prep
%autosetup %autosetup
# convert manpage to UTF8
pushd doc
iconv -f iso8859-1 -t utf8 %{name}.1 > %{name}.1.utf && mv %{name}.1.utf %{name}.1
# fix HTML docs line endings
for file in html/*.html ; do
tr -d '\r' <$file >$file.unix && mv $file.unix $file
done
popd
%build %build
autoreconf -vif #autoreconf -f -i
%configure \ %configure --disable-static
--disable-static \
--enable-sndfile # remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make_build %make_build
%install %install
%make_install %make_install
rm %{buildroot}%{_libdir}/*.la rm %{buildroot}%{_libdir}/*.la
# Let RPM pick up the docs in the files section
rm -rf %{buildroot}%{_docdir} rm -rf %{buildroot}%{_docdir}
%if 0%{?rhel} == 7
%ldconfig_scriptlets libs %ldconfig_scriptlets libs
%endif
%files %files
%doc AUTHORS ChangeLog NEWS README %doc AUTHORS ChangeLog README TODO
%license COPYING
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%files libs %files libs
%license COPYING
%{_libdir}/lib%{name}.so.* %{_libdir}/lib%{name}.so.*
%files devel %files devel
@ -78,40 +83,98 @@ rm -rf %{buildroot}%{_docdir}
%{_includedir}/%{name}.h %{_includedir}/%{name}.h
%changelog %changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.4.0-6 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-19
- Bump release for October 2024 mass rebuild: - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Resolves: RHEL-64018 Related: rhbz#1991688
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.4.0-5 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-18
- Rebuilt for MSVSphere 10 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.4.0-5 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-17
- Bump release for June 2024 mass rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3 * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2 * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Aug 19 2022 Simone Caronni <negativo17@gmail.com> - 0.4.0-1 * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-13
- Update to 0.4.0. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Aug 19 2022 Simone Caronni <negativo17@gmail.com> - 0.3.13-21 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-12
- Clean up SPEC file. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Trim changelog.
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-20 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-19 * Mon Feb 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.13-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - Switch to %%ldconfig_scriptlets
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-18 * Tue Jan 16 2018 Zamir SUN <sztsian@gmail.com> - 0.3.13-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Build for Fedora
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-17 * Fri Jan 12 2018 Zamir SUN <sztsian@gmail.com> - 0.3.13-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Prepare for push into Fedora repo
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.3.13-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.3.13-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Thu Aug 18 2016 Sérgio Basto <sergio@serjux.com> - 0.3.13-5
- Clean spec, Vascom patches series, rfbz #4202, add license tag
* Sun Aug 31 2014 Sérgio Basto <sergio@serjux.com> - 0.3.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Mar 03 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.3.13-3
- Mass rebuilt for Fedora 19 Features
* Wed Jan 25 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.3.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Jul 11 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.3.13-1
- Update to 0.3.13
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.3.12-4
- rebuild for new F11 features
* Mon Aug 04 2008 kwizart < kwizart at gmail.com > - 0.3.12-3
- Remove rpath with the "patch libtool" method instead of autoreconf
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.12-2
- rebuild
* Sun Jan 13 2008 Dominik Mierzejewski <rpm@greysector.net> 0.3.12-1
- updated to 0.3.12
- updated source URL
- split off libs to avoid multilib conflicts
- move docs processing to prep to avoid problems with shortcut builds
- update license tag
* Thu May 03 2007 Dominik Mierzejewski <rpm@greysector.net> 0.3.10-1
- updated to 0.3.10
- removed redundant BRs
* Wed Nov 01 2006 Dominik Mierzejewski <rpm@greysector.net> 0.3.8-1
- updated to 0.3.8
- rebuild autofiles to get rid of rpath
- disable static library build
- fix manpage encoding
- fix HTML docs line endings
* Sun Mar 12 2006 Dominik Mierzejewski <rpm@greysector.net> 0.3.6-1
- updated to 0.3.6
* Tue Jan 24 2006 Dominik Mierzejewski <rpm@greysector.net> 0.3.5-1
- updated to 0.3.5
- simplified package layout
- FE/livna compliance
* Sun Aug 21 2005 Dominik Mierzejewski <rpm@greysector.net>
- initial package

Loading…
Cancel
Save