Accepting request 819604 from home:fstrba:branches:multimedia:libs

Fix pkg-config file generation

OBS-URL: https://build.opensuse.org/request/show/819604
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=13
This commit is contained in:
Dave Plater 2020-07-09 05:43:35 +00:00 committed by Git OBS Bridge
parent eb0d1c3638
commit d4b433eed3
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