forked from pool/x3270
Accepting request 304094 from home:elvigia:branches:Base:System
- Only BuildRequire the needed packages, not legacy metapackage xorg-x11-devel. OBS-URL: https://build.opensuse.org/request/show/304094 OBS-URL: https://build.opensuse.org/package/show/Base:System/x3270?expand=0&rev=34
This commit is contained in:
parent
194b28c379
commit
92920e5512
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 19:23:56 UTC 2015 - crrodriguez@opensuse.org
|
||||
|
||||
- Only BuildRequire the needed packages, not legacy
|
||||
metapackage xorg-x11-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:32:51 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
10
x3270.spec
10
x3270.spec
@ -36,11 +36,16 @@ BuildRequires: bdftopcf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: freetype2
|
||||
BuildRequires: imake
|
||||
BuildRequires: mkfontdir
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: tcl-devel
|
||||
BuildRequires: xorg-x11
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(xpm)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -222,6 +227,7 @@ cp -pr --parents tcl3270-3.3/{Examples,html} %{buildroot}%{_docdir}/%{name}
|
||||
%{_bindir}/x3270if
|
||||
# x3270
|
||||
%{_bindir}/x3270
|
||||
%dir %{_datadir}/X11/app-defaults
|
||||
%{_datadir}/X11/app-defaults/X3270
|
||||
%dir %{_miscfontsdir}
|
||||
%{_miscfontsdir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user