Accepting request 819630 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/819630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lame?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-07-15 09:12:25 +00:00 committed by Git OBS Bridge
commit 05795c6487
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 8 20:03:47 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Escape the "$" character in spec file, so that the non-existing
variable does not get replaced by empty string
-------------------------------------------------------------------
Sun Jun 28 13:58:25 UTC 2020 - Dave Plater <davejplater@gmail.com>

View File

@ -124,8 +124,8 @@ includedir=%{_includedir}/lame
Name: lame
Description: encoder that converts audio to the MP3 file format.
Version: %{version}
Libs: -L${libdir} -lmp3lame
Cflags: -I${includedir}
Libs: -L\${libdir} -lmp3lame
Cflags: -I\${includedir}
EOF
pushd %{buildroot}%{_libdir}/pkgconfig/
ln -s lame.pc libmp3lame.pc