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

4a9b22
# Component versions
4a9b22
%global setxkbmap 1.3.1
4a9b22
%global xkbcomp 1.4.2
4a9b22
%global xkbevd 1.1.4
4a9b22
%global xkbprint 1.0.4
4a9b22
%global xkbutils 1.0.4
4a9b22
4a9b22
Summary:    X.Org X11 xkb utilities
4a9b22
Name:       xorg-x11-xkb-utils
4a9b22
Version:    7.7
4a9b22
Release:    27%{?dist}
4a9b22
License:    MIT
4a9b22
URL:        https://www.x.org
4a9b22
4a9b22
Source0:    https://www.x.org/pub/individual/app/setxkbmap-%{setxkbmap}.tar.bz2
4a9b22
Source1:    https://www.x.org/pub/individual/app/xkbcomp-%{xkbcomp}.tar.bz2
4a9b22
Source2:    https://www.x.org/pub/individual/app/xkbevd-%{xkbevd}.tar.bz2
4a9b22
Source3:    https://www.x.org/pub/individual/app/xkbprint-%{xkbprint}.tar.bz2
4a9b22
Source4:    https://www.x.org/pub/individual/app/xkbutils-%{xkbutils}.tar.bz2
4a9b22
4a9b22
Patch0: 0001-Suppress-high-keycode-warnings-at-the-default-warnin.patch
4a9b22
4a9b22
BuildRequires:  byacc
4a9b22
BuildRequires:  pkgconfig(x11)
4a9b22
BuildRequires:  pkgconfig(xaw7)
4a9b22
BuildRequires:  pkgconfig(xkbfile)
4a9b22
BuildRequires:  pkgconfig(xorg-macros) >= 1.8
4a9b22
BuildRequires:  pkgconfig(xt)
4a9b22
4a9b22
Provides:   setxkbmap = %{setxkbmap}
4a9b22
Provides:   xkbcomp = %{xkbcomp}
4a9b22
4a9b22
%description
4a9b22
X.Org X11 xkb core utilities.
4a9b22
4a9b22
%package devel
4a9b22
Summary:    X.Org X11 xkb utilities development package
4a9b22
Requires:   pkgconfig
4a9b22
Requires:   xkbcomp
4a9b22
4a9b22
%description devel
4a9b22
X.Org X11 xkb utilities development files.
4a9b22
4a9b22
%package -n xorg-x11-xkb-extras
4a9b22
Summary:    X.Org X11 xkb gadgets
4a9b22
Provides:   xkbevd = %{xkbevd}
4a9b22
Provides:   xkbprint = %{xkbprint}
4a9b22
Provides:   xkbutils = %{xkbutils}
4a9b22
4a9b22
%description -n xorg-x11-xkb-extras
4a9b22
X.Org X11 xkb gadgets.
4a9b22
4a9b22
%prep
4a9b22
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4
4a9b22
pushd xkbcomp-*
4a9b22
%patch0 -p1
4a9b22
popd
4a9b22
4a9b22
%build
4a9b22
# Build all apps
4a9b22
{
4a9b22
    for app in * ; do
4a9b22
        pushd $app
4a9b22
            case $app in
4a9b22
                xkbcomp-*)
4a9b22
                    rm xkbparse.c # force regen
4a9b22
                    ;;
4a9b22
                *)
4a9b22
                    ;;
4a9b22
            esac
4a9b22
            %configure
4a9b22
            make %{?_smp_mflags}
4a9b22
        popd
4a9b22
    done
4a9b22
}
4a9b22
4a9b22
%install
4a9b22
# Install all apps
4a9b22
{
4a9b22
    for app in * ; do
4a9b22
        pushd $app
4a9b22
            %make_install
4a9b22
        popd
4a9b22
    done
4a9b22
}
4a9b22
4a9b22
%files
4a9b22
%{_bindir}/setxkbmap
4a9b22
%{_bindir}/xkbcomp
4a9b22
%{_mandir}/man1/setxkbmap.1*
4a9b22
%{_mandir}/man1/xkbcomp.1*
4a9b22
4a9b22
%files -n xorg-x11-xkb-extras
4a9b22
%doc xkbutils-%{xkbutils}/COPYING
4a9b22
%doc xkbutils-%{xkbutils}/README
4a9b22
%{_bindir}/xkbbell
4a9b22
%{_bindir}/xkbevd
4a9b22
%{_bindir}/xkbprint
4a9b22
%{_bindir}/xkbvleds
4a9b22
%{_bindir}/xkbwatch
4a9b22
%{_mandir}/man1/xkbbell.1*
4a9b22
%{_mandir}/man1/xkbevd.1*
4a9b22
%{_mandir}/man1/xkbprint.1*
4a9b22
%{_mandir}/man1/xkbvleds.*
4a9b22
%{_mandir}/man1/xkbwatch.*
4a9b22
4a9b22
%files devel
4a9b22
%{_libdir}/pkgconfig/xkbcomp.pc
4a9b22
4a9b22
%changelog
4a9b22
* Wed Oct 17 2018 Adam Jackson <ajax@redhat.com> - 7.7-27
4a9b22
- Suppress high-keycode warnings from xkbcomp
4a9b22
4a9b22
* Fri Jun 22 2018 Peter Hutterer <peter.hutterer@redhat.com> 7.7-26
4a9b22
- xkbcomp 1.4.2
4a9b22
4a9b22
* Thu Jun 07 2018 Peter Hutterer <peter.hutterer@redhat.com> 7.7-25
4a9b22
- Ignore maximum keycode range greater than 255 (#1587998)
4a9b22
4a9b22
* Tue Mar 13 2018 Adam Jackson <ajax@redhat.com> - 7.7-24
4a9b22
- Make -devel Require the base package, so the pc file will point to an
4a9b22
  xkbcomp that actually exists.
4a9b22
4a9b22
* Thu Mar 01 2018 Adam Jackson <ajax@redhat.com> - 7.7-23
4a9b22
- xkbcomp 1.4.1
4a9b22
- https URLs
4a9b22
4a9b22
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-22
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4a9b22
4a9b22
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-21
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4a9b22
4a9b22
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-20
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4a9b22
4a9b22
* Thu Jun 22 2017 Peter Hutterer <peter.hutterer@redhat.com> 7.7-19
4a9b22
- xkbcomp 1.4.0 (#1463366)
4a9b22
4a9b22
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-18
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4a9b22
4a9b22
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-17
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4a9b22
4a9b22
* Wed Jan 20 2016 Peter Hutterer <peter.hutterer@redhat.com>
4a9b22
- s/define/global/
4a9b22
4a9b22
* Thu Nov 05 2015 Peter Hutterer <peter.hutterer@redhat.com> 7.7-16
4a9b22
- xkbcomp 1.3.1 (#1010592)
4a9b22
4a9b22
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-15
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4a9b22
4a9b22
* Thu Apr 30 2015 Simone Caronni <negativo17@gmail.com> - 7.7-14
4a9b22
- setxkbmap 1.3.1
4a9b22
- xkbevd 1.1.4
4a9b22
- xkbprint 1.0.4
4a9b22
4a9b22
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 7.7-13
4a9b22
- Rebuilt for Fedora 23 Change
4a9b22
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
4a9b22
4a9b22
* Fri Nov 21 2014 Peter Hutterer <peter.hutterer@redhat.com> 7.7-12
4a9b22
- xkbcomp 1.3.0
4a9b22
4a9b22
* Fri Nov 07 2014 Simone Caronni <negativo17@gmail.com> - 7.7-11
4a9b22
- Clean up SPEC file, build all components like other x11 packages.
4a9b22
4a9b22
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-10
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4a9b22
4a9b22
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-9
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4a9b22
4a9b22
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-8
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4a9b22
4a9b22
* Tue May 21 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-7
4a9b22
- Apply the patch this time...
4a9b22
4a9b22
* Tue May 21 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-6
4a9b22
- Add missing options to xkbcomp man page (#948842)
4a9b22
4a9b22
* Mon Feb 11 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-5
4a9b22
- xkbutils 1.0.4
4a9b22
4a9b22
* Tue Nov 13 2012 Peter Hutterer <peter.hutterer@redhat.com> 7.7-4
4a9b22
- xkbcomp: Fix generation of XKB directory listing, missing reset on file
4a9b22
  handler caused parse errors and incomplete directory listings
4a9b22
4a9b22
* Tue Aug 28 2012 Peter Hutterer <peter.hutterer@redhat.com> 7.7-2
4a9b22
- Remove duplicate sources
4a9b22
4a9b22
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-2
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4a9b22
4a9b22
* Wed Jun 20 2012 Peter Hutterer <peter.hutterer@redhat.com> 7.7-1
4a9b22
- X11R7.7 updates:
4a9b22
- xkbcomp 1.2.4
4a9b22
- setxkbmap 1.3.0
4a9b22
- xkbevd 1.1.3
4a9b22
4a9b22
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.5-6
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4a9b22
4a9b22
* Wed Jun 22 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.5-5
4a9b22
- xkbcomp 1.2.3
4a9b22
4a9b22
* Fri Feb 11 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.5-4
4a9b22
- xkbcomp 1.2.1
4a9b22
4a9b22
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.5-3
4a9b22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4a9b22
4a9b22
* Mon Jan 10 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.5-2
4a9b22
- xkbprint-1.0.3
4a9b22
4a9b22
* Mon Nov 01 2010 Peter Hutterer <peter.hutterer@redhat.com> 7.5-1
4a9b22
- setxkbmap 1.2.0
4a9b22
- xkbcomp 1.2.0
4a9b22
- xkbutils 1.0.3
4a9b22
- xkbevd 1.1.1
4a9b22
4a9b22
* Mon Oct 11 2010 Peter Hutterer <peter.hutterer@redhat.com> 7.4-9
4a9b22
- xkbcomp-hex-parsing.patch: fix up parsing of hex-code symbols (#638244)
4a9b22
4a9b22
* Thu Jul 08 2010 Adam Jackson <ajax@redhat.com> 7.4-8
4a9b22
- xkbcomp-speed.patch: Backport performance changes from git master.