2018-01-16 14:57:07 +00:00
|
|
|
Name: twolame
|
|
|
|
Version: 0.3.13
|
2022-07-23 11:10:30 +00:00
|
|
|
Release: 20%{?dist}
|
2018-01-16 14:57:07 +00:00
|
|
|
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+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.twolame.org/
|
|
|
|
Source: http://downloads.sourceforge.net/twolame/%{name}-%{version}.tar.gz
|
|
|
|
|
2021-01-09 00:15:23 +00:00
|
|
|
BuildRequires: make
|
2018-07-09 17:06:52 +00:00
|
|
|
BuildRequires: gcc
|
2018-01-16 14:57:07 +00:00
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
#BuildRequires: libtool
|
|
|
|
|
|
|
|
%description
|
|
|
|
TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME,
|
|
|
|
which in turn is based heavily on
|
|
|
|
- the ISO dist10 code
|
|
|
|
- improvement to algorithms as part of the LAME project (www.sulaco.org/mp3)
|
|
|
|
|
|
|
|
This package contains the command line frontend.
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
Summary: TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME
|
|
|
|
%description libs
|
|
|
|
TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME,
|
|
|
|
which in turn is based heavily on
|
|
|
|
- the ISO dist10 code
|
|
|
|
- improvement to algorithms as part of the LAME project (www.sulaco.org/mp3)
|
|
|
|
|
|
|
|
This package contains the shared library.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development tools for TwoLAME applications
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the header files and documentation
|
|
|
|
needed to develop applications with TwoLAME.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%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
|
|
|
|
#autoreconf -f -i
|
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
rm %{buildroot}%{_libdir}/*.la
|
|
|
|
rm -rf %{buildroot}%{_docdir}
|
|
|
|
|
2018-02-05 12:29:21 +00:00
|
|
|
%ldconfig_scriptlets libs
|
2018-01-16 14:57:07 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS ChangeLog README TODO
|
|
|
|
%license COPYING
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%{_libdir}/lib%{name}.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc doc/api.txt doc/html doc/psycho.txt doc/vbr.txt
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_includedir}/%{name}.h
|
|
|
|
|
|
|
|
%changelog
|
2022-07-23 11:10:30 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-22 03:19:33 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 19:50:32 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 22:29:26 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 13:05:41 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-31 02:20:23 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-27 02:13:09 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 10:34:12 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 08:04:43 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 19:46:35 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-05 12:29:21 +00:00
|
|
|
* Mon Feb 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.13-10
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2018-01-16 14:57:07 +00:00
|
|
|
* Tue Jan 16 2018 Zamir SUN <sztsian@gmail.com> - 0.3.13-9
|
|
|
|
- Build for Fedora
|
|
|
|
|
|
|
|
* Fri Jan 12 2018 Zamir SUN <sztsian@gmail.com> - 0.3.13-8
|
|
|
|
- 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
|