Remove previous version ABI compat hack
This commit is contained in:
parent
2370ce7e94
commit
7a7d53729a
@ -1,6 +1,6 @@
|
||||
Name: libmypaint
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for making brush strokes
|
||||
|
||||
# Compute some version related macros.
|
||||
@ -23,8 +23,6 @@ BuildRequires: intltool
|
||||
BuildRequires: json-c-devel
|
||||
BuildRequires: python3-breathe
|
||||
BuildRequires: python3-sphinx
|
||||
# For temporary ABI compat
|
||||
BuildRequires: libmypaint
|
||||
|
||||
Conflicts: mypaint < 1.3.0
|
||||
|
||||
@ -50,9 +48,6 @@ This package contains files needed for development with libmypaint.
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
|
||||
# For temporary ABI compat
|
||||
cp -a %{_libdir}/libmypaint-1.3.so.0* %{buildroot}%{_libdir}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -73,6 +68,9 @@ cp -a %{_libdir}/libmypaint-1.3.so.0* %{buildroot}%{_libdir}
|
||||
%{_datadir}/gir-1.0/MyPaint-%{major}.%{minor}.gir
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 1.4.0-2
|
||||
- Remove previous version ABI compat hack
|
||||
|
||||
* Tue Nov 12 2019 Kalev Lember <klember@redhat.com> - 1.4.0-1
|
||||
- Update to 1.4.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user