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:
commit
05795c6487
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user