Update to 0.4.0

This commit is contained in:
Simone Caronni 2022-08-19 18:39:47 +02:00
parent 2c9fb803ef
commit 342ac2f0ef
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/twolame-0.3.13.tar.gz /twolame-0.3.13.tar.gz
/twolame-0.4.0.tar.gz

View File

@ -1 +1 @@
SHA512 (twolame-0.3.13.tar.gz) = 241ae5faebf05cb919959bb0545cb89e9b71cfb07f92a7118d864499ea4f0065ddaa646ab1482ffbcbca427d52c2436764074bd67fd19a1eb9979987f23163f7 SHA512 (twolame-0.4.0.tar.gz) = cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03

View File

@ -1,12 +1,12 @@
Name: twolame Name: twolame
Version: 0.3.13 Version: 0.4.0
Release: 21%{?dist} Release: 1%{?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: LGPLv2+ License: LGPLv2+
URL: http://www.twolame.org/ URL: http://www.twolame.org/
Source: https://github.com/njh/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: http://downloads.sourceforge.net/twolame/%{name}-%{version}.tar.gz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -46,7 +46,9 @@ applications with TwoLAME.
%build %build
autoreconf -vif autoreconf -vif
%configure --disable-static %configure \
--disable-static \
--enable-sndfile
%make_build %make_build
%install %install
@ -61,12 +63,12 @@ rm -rf %{buildroot}%{_docdir}
%endif %endif
%files %files
%doc AUTHORS ChangeLog README TODO %doc AUTHORS ChangeLog NEWS README
%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
@ -76,6 +78,9 @@ rm -rf %{buildroot}%{_docdir}
%{_includedir}/%{name}.h %{_includedir}/%{name}.h
%changelog %changelog
* Fri Aug 19 2022 Simone Caronni <negativo17@gmail.com> - 0.4.0-1
- Update to 0.4.0.
* Fri Aug 19 2022 Simone Caronni <negativo17@gmail.com> - 0.3.13-21 * Fri Aug 19 2022 Simone Caronni <negativo17@gmail.com> - 0.3.13-21
- Clean up SPEC file. - Clean up SPEC file.
- Trim changelog. - Trim changelog.