- 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorgproto?expand=0&rev=5
This commit is contained in:
Stefan Dirsch 2019-06-24 14:49:28 +00:00 committed by Git OBS Bridge
parent 08ed56cf6a
commit 757d2ef041
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 24 14:28:53 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>

View File

@ -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)