Blame SPECS/xorg-x11-server-utils.spec

dbc595
# doesn't work yet, needs more nickle bindings
dbc595
%define with_xkeystone 0
dbc595
b8198f
# Component versions
b8198f
%define iceauth 1.0.7
b8198f
%define rgb 1.0.6
b8198f
%define sessreg 1.1.0
dde078
%define xgamma 1.0.6
dde078
%define xhost 1.0.7
dde078
%define xinput 1.6.2
b8198f
%define xkill 1.0.4
dde078
%define xmodmap 1.0.9
dde078
%define xrandr 1.5.0
b8198f
%define xrdb 1.1.0
b8198f
%define xrefresh 1.0.5
b8198f
%define xset 1.2.3
b8198f
%define xsetmode 1.0.0
b8198f
%define xsetpointer 1.0.1
b8198f
%define xsetroot 1.1.1
b8198f
%define xstdcmap 1.0.3
b8198f
b8198f
Summary:    X.Org X11 X server utilities
b8198f
Name:       xorg-x11-server-utils
b8198f
Version:    7.7
dde078
Release:    20%{?dist}
b8198f
License:    MIT
b8198f
URL:        http://www.x.org
b8198f
b8198f
Source0:    http://www.x.org/pub/individual/app/iceauth-%{iceauth}.tar.bz2
b8198f
Source1:    http://www.x.org/pub/individual/app/rgb-%{rgb}.tar.bz2
b8198f
Source2:    http://www.x.org/pub/individual/app/sessreg-%{sessreg}.tar.bz2
b8198f
Source3:    http://www.x.org/pub/individual/app/xgamma-%{xgamma}.tar.bz2
b8198f
Source4:    http://www.x.org/pub/individual/app/xhost-%{xhost}.tar.bz2
b8198f
Source5:    http://www.x.org/pub/individual/app/xinput-%{xinput}.tar.bz2
b8198f
Source6:    http://www.x.org/pub/individual/app/xkill-%{xkill}.tar.bz2
b8198f
Source7:    http://www.x.org/pub/individual/app/xmodmap-%{xmodmap}.tar.bz2
b8198f
Source8:    http://www.x.org/pub/individual/app/xrandr-%{xrandr}.tar.bz2
b8198f
Source9:    http://www.x.org/pub/individual/app/xrdb-%{xrdb}.tar.bz2
b8198f
Source10:   http://www.x.org/pub/individual/app/xrefresh-%{xrefresh}.tar.bz2
b8198f
Source11:   http://www.x.org/pub/individual/app/xset-%{xset}.tar.bz2
b8198f
Source12:   http://www.x.org/pub/individual/app/xsetmode-%{xsetmode}.tar.bz2
b8198f
Source13:   http://www.x.org/pub/individual/app/xsetpointer-%{xsetpointer}.tar.bz2
b8198f
Source14:   http://www.x.org/pub/individual/app/xsetroot-%{xsetroot}.tar.bz2
b8198f
Source15:   http://www.x.org/pub/individual/app/xstdcmap-%{xstdcmap}.tar.bz2
b8198f
b8198f
Patch2: 0001-Default-to-nocpp-add-cpp-default.patch
b8198f
b8198f
BuildRequires:  xorg-x11-util-macros
b8198f
b8198f
BuildRequires:  pkgconfig(xbitmaps)
b8198f
BuildRequires:  pkgconfig(xcursor)
b8198f
BuildRequires:  pkgconfig(xext)
b8198f
BuildRequires:  pkgconfig(xi)
b8198f
BuildRequires:  pkgconfig(xinerama)
b8198f
BuildRequires:  pkgconfig(xmu)
b8198f
BuildRequires:  pkgconfig(xpm)
dde078
BuildRequires:  pkgconfig(xrandr) >= 1.5.0
b8198f
BuildRequires:  pkgconfig(xrender)
b8198f
BuildRequires:  pkgconfig(xt)
b8198f
BuildRequires:  pkgconfig(xtrans)
b8198f
BuildRequires:  pkgconfig(xxf86misc)
b8198f
BuildRequires:  pkgconfig(xxf86vm)
b8198f
b8198f
BuildRequires:  libtool
b8198f
b8198f
Provides:   iceauth = %{iceauth}
b8198f
Provides:   rgb = %{rgb}
b8198f
Provides:   sessreg = %{sessreg}
b8198f
Provides:   xgamma = %{xgamma}
b8198f
Provides:   xhost = %{xhost}
b8198f
Provides:   xinput = %{xinput}
b8198f
Provides:   xkill = %{xkill}
b8198f
Provides:   xmodmap = %{xmodmap}
b8198f
Provides:   xrandr = %{xrandr}
b8198f
Provides:   xrdb = %{xrdb}
b8198f
Provides:   xrefresh = %{xrefresh}
b8198f
Provides:   xset = %{xset}
b8198f
Provides:   xsetmode = %{xsetmode}
b8198f
Provides:   xsetpointer = %{xsetpointer}
b8198f
Provides:   xsetroot = %{xsetroot}
b8198f
Provides:   xstdcmap = %{xstdcmap}
dbc595
dbc595
%description
b8198f
A collection of utilities used to tweak and query the runtime configuration of
b8198f
the X server.
dbc595
dbc595
%if %{with_xkeystone}
dbc595
%package -n xkeystone
b8198f
Summary:    X display keystone correction
b8198f
Requires:   nickle
dbc595
dbc595
%description -n xkeystone
dbc595
Utility to perform keystone adjustments on X screens.
dbc595
%endif
dbc595
dbc595
%prep
b8198f
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15
dbc595
dbc595
pushd xrdb-*
dbc595
%patch2 -p1 -b .nocpp
dbc595
popd
dbc595
dbc595
%build
dbc595
dbc595
# Build all apps
dbc595
{
dbc595
   for app in * ; do
dbc595
      pushd $app
b8198f
      autoreconf -vif
b8198f
      %configure
b8198f
      make %{?_smp_mflags}
dbc595
      popd
dbc595
   done
dbc595
}
dbc595
dbc595
%install
dbc595
# Install all apps
dbc595
{
dbc595
   for app in * ; do
dbc595
      pushd $app
dbc595
      case $app in
dbc595
         *)
b8198f
            %make_install
dbc595
            ;;
dbc595
      esac
dbc595
      popd
dbc595
   done
dbc595
}
dbc595
%if !%{with_xkeystone}
b8198f
rm -f $RPM_BUILD_ROOT%{_bindir}/xkeystone
dbc595
%endif
dbc595
dbc595
%files
dbc595
%doc
dbc595
%{_bindir}/iceauth
dbc595
%{_bindir}/sessreg
dbc595
%{_bindir}/showrgb
dbc595
%{_bindir}/xgamma
dbc595
%{_bindir}/xhost
dbc595
%{_bindir}/xinput
dbc595
%{_bindir}/xkill
dbc595
%{_bindir}/xmodmap
dbc595
%{_bindir}/xrandr
dbc595
%{_bindir}/xrdb
dbc595
%{_bindir}/xrefresh
dbc595
%{_bindir}/xset
dbc595
%{_bindir}/xsetmode
dbc595
%{_bindir}/xsetpointer
dbc595
%{_bindir}/xsetroot
dbc595
%{_bindir}/xstdcmap
dbc595
%{_datadir}/X11/rgb.txt
dbc595
%{_mandir}/man1/iceauth.1*
dbc595
%{_mandir}/man1/sessreg.1*
dbc595
%{_mandir}/man1/showrgb.1*
dbc595
%{_mandir}/man1/xgamma.1*
dbc595
%{_mandir}/man1/xhost.1*
dbc595
%{_mandir}/man1/xinput.1*
dbc595
%{_mandir}/man1/xkill.1*
dbc595
%{_mandir}/man1/xmodmap.1*
dbc595
%{_mandir}/man1/xrandr.1*
dbc595
%{_mandir}/man1/xrdb.1*
dbc595
%{_mandir}/man1/xrefresh.1*
dbc595
%{_mandir}/man1/xset.1*
dbc595
%{_mandir}/man1/xsetmode.1*
dbc595
%{_mandir}/man1/xsetpointer.1*
dbc595
%{_mandir}/man1/xsetroot.1*
dbc595
%{_mandir}/man1/xstdcmap.1*
dbc595
dbc595
%if %{with_xkeystone}
dbc595
%files -n xkeystone
dbc595
%{_bindir}/xkeystone
dbc595
%endif
dbc595
dbc595
%changelog
dde078
* Wed Feb 01 2017 Adam Jackson <ajax@redhat.com> - 7.7-20
dde078
- Sync with Fedora 25: xgamma 1.0.6, xhost 1.0.7, xinput 1.6.2, xmodmap 1.0.9,
dde078
  xrandr 1.5.0
dde078
b8198f
* Mon Sep 07 2015 Olivier Fourdan <ofourdan@redhat.com> 7.7-14
b8198f
- Fix regression introduced by the nocpp patch if no cpp is installed.
b8198f
b8198f
* Tue Jul 21 2015 Adam Jackson <ajax@redhat.com> 7.7-13
b8198f
- Merge F22, rebase nocpp patch
b8198f
b8198f
* Tue Jan 20 2015 Simone Caronni <negativo17@gmail.com> - 7.7-12
b8198f
- Update sessreg to 1.1.0.
b8198f
b8198f
* Sat Jan 17 2015 Simone Caronni <negativo17@gmail.com> - 7.7-11
b8198f
- Update iceauth to 1.0.7.
b8198f
b8198f
* Mon Nov 10 2014 Simone Caronni <negativo17@gmail.com> - 7.7-10
b8198f
- rgb 1.0.6
b8198f
b8198f
* Thu Oct 23 2014 Simone Caronni <negativo17@gmail.com> - 7.7-9
b8198f
- Clean up SPEC file, fix rpmlint warnings.
b8198f
b8198f
* Wed Oct 01 2014 Adam Jackson <ajax@redhat.com> 7.7-8
b8198f
- xrandr 1.4.3
b8198f
b8198f
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-7
b8198f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b8198f
b8198f
* Thu Jun 12 2014 Simone Caronni <negativo17@gmail.com> 7.7-6
b8198f
- iceauth 1.0.6
b8198f
- xhost 1.0.6
b8198f
- xrandr 1.4.2
b8198f
- xrefresh 1.0.5
b8198f
- xset 1.2.3
b8198f
b8198f
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-5
b8198f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b8198f
b8198f
* Thu Feb 13 2014 Adam Jackson <ajax@redhat.com> 7.7-4.el7
ca156b
- Fix configure to not point to mcpp either
ca156b
b8198f
* Mon Sep 16 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-4
b8198f
- xinput 1.6.1
b8198f
b8198f
* Mon Sep 09 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-3
b8198f
- xmodmap 1.0.8
b8198f
- xkill 1.0.4
b8198f
- xrdb 1.1.0
ca156b
b8198f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-2
b8198f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
dbc595
dbc595
* Wed Mar 27 2013 Adam Jackson <ajax@redhat.com> 7.7-1
dbc595
- rgb 1.0.5
dbc595
- xsessreg 1.0.8
dbc595
- xgamma 1.0.5
dbc595
- xhost 1.0.5
dbc595
- xmodmap 1.0.7
dbc595
- xsetroot 1.1.1
dbc595
- xstdcmap 1.0.3
dbc595
dbc595
* Thu Mar 07 2013 Dave Airlie <airlied@redhat.com> 7.5-17
dbc595
- autoconf for aarch64
dbc595
dbc595
* Wed Feb 13 2013 Benjamin Tissoires <benjamin.tissoires@redhat.com> 7.5-16
dbc595
- xrandr 1.4.0
dbc595
dbc595
* Wed Jan 30 2013 Adam Jackson <ajax@redhat.com> 7.5-15
dbc595
- Print primary output in xrandr
dbc595
dbc595
* Wed Nov 14 2012 Adam Jackson <ajax@redhat.com> 7.5-14
dbc595
- xinput 1.6.0
dbc595
dbc595
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.5-13
dbc595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
dbc595
dbc595
* Tue Apr 17 2012 Peter Hutterer <peter.hutterer@redhat.com> 7.5-12
dbc595
- Add libXinerama-devel requires for new xinput
dbc595
dbc595
* Tue Apr 17 2012 Peter Hutterer <peter.hutterer@redhat.com> 7.5-11
dbc595
- xinput 1.5.99.901
dbc595
dbc595
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.5-10
dbc595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
dbc595
dbc595
* Thu Dec 22 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.5-9
dbc595
- xinput 1.5.4
dbc595
dbc595
* Thu Nov 10 2011 Adam Jackson <ajax@redhat.com> 7.5-8
dbc595
- Move xinput and xkill here from xorg-x11-apps
dbc595
dbc595
* Mon Oct 10 2011 Matěj Cepl <mcepl@redhat.com> - 7.5-7
dbc595
- Fix BuildRequires ... xbitmaps-devel does not exist anymore (RHBZ #744751)
dbc595
- Upgrade to the latest upstream iceauth, rgb, sessreg, and xrandr