diff --git a/xorgproto.changes b/xorgproto.changes index 9279364..d0b6d39 100644 --- a/xorgproto.changes +++ b/xorgproto.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 24 14:28:53 UTC 2019 - Stefan Dirsch + +- use --enable-legacy configure option on existing products in order + not to break package builds, which still requires any of these + extensions: + * trapproto + * xf86miscproto + * xproxymngproto + deleterequests for the affected packaages have been done for factory/TW + ------------------------------------------------------------------- Fri Jun 21 10:08:56 UTC 2019 - Stefan Dirsch diff --git a/xorgproto.spec b/xorgproto.spec index b0449f9..45a68ba 100644 --- a/xorgproto.spec +++ b/xorgproto.spec @@ -93,11 +93,19 @@ xproto and xproxymngproto. %build #autoreconf -fi +%if (0%{?suse_version} < 1550) +%configure --enable-legacy +%else %configure +%endif make %{?_smp_mflags} %install make install DESTDIR="%buildroot" +%if (0%{?suse_version} < 1550) +# we seriously don't want to package that again ... +rm %{buildroot}%{_mandir}/man7/Xprint.7 +%endif %files devel %defattr(-,root,root)