Related: rhbz#1671392/rhbz#1671621 unwanted soname bump
This commit is contained in:
parent
8653aa340f
commit
663c08d421
11
libwmf.spec
11
libwmf.spec
@ -1,7 +1,7 @@
|
||||
Summary: Windows MetaFile Library
|
||||
Name: libwmf
|
||||
Version: 0.2.11
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.12
|
||||
Release: 1%{?dist}
|
||||
#libwmf is under the LGPLv2+, however...
|
||||
#1. The tarball contains an old version of the urw-fonts under GPL+.
|
||||
# Those fonts are not installed
|
||||
@ -63,7 +63,7 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/
|
||||
%ldconfig_scriptlets lite
|
||||
|
||||
%files
|
||||
%{_libdir}/libwmf-0.2.so.8*
|
||||
%{_libdir}/libwmf-0.2.so.7*
|
||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
|
||||
%{_bindir}/wmf2svg
|
||||
%{_bindir}/wmf2gd
|
||||
@ -76,7 +76,7 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/
|
||||
%files lite
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%{_libdir}/libwmflite-0.2.so.8*
|
||||
%{_libdir}/libwmflite-0.2.so.7*
|
||||
|
||||
%files devel
|
||||
%doc doc/*.html
|
||||
@ -91,6 +91,9 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 01 2019 Caolán McNamara <caolanm@redhat.com> - 0.2.12-1
|
||||
- Related: rhbz#1671392/rhbz#1671621 unwanted soname bump
|
||||
|
||||
* Fri Feb 01 2019 Rex Dieter <rdieter@fedoraproject.org> - 0.2.11-2
|
||||
- track library sonames so bumps aren't a surprise
|
||||
- use %%make_build %%make_install macros
|
||||
|
||||
Loading…
Reference in New Issue
Block a user