2005-08-26 21:47:46 +00:00
|
|
|
Summary: X.Org X11 libxkbfile runtime library
|
2005-09-30 11:24:37 +00:00
|
|
|
Name: libxkbfile
|
2015-05-01 14:07:34 +00:00
|
|
|
Version: 1.0.9
|
2018-07-05 15:51:05 +00:00
|
|
|
Release: 9%{?dist}
|
2008-01-16 05:40:22 +00:00
|
|
|
License: MIT
|
2005-08-26 21:47:46 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.x.org
|
|
|
|
|
2018-07-05 15:51:05 +00:00
|
|
|
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
2006-06-09 13:43:08 +00:00
|
|
|
|
2009-10-07 19:51:54 +00:00
|
|
|
BuildRequires: pkgconfig(xproto) pkgconfig(x11)
|
2005-08-26 21:47:46 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org X11 libxkbfile runtime library
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: X.Org X11 libxkbfile development package
|
|
|
|
Group: Development/Libraries
|
2006-06-09 13:43:08 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2005-08-26 21:47:46 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
X.Org X11 libxkbfile development package
|
|
|
|
|
|
|
|
%prep
|
2005-09-30 11:24:37 +00:00
|
|
|
%setup -q
|
|
|
|
|
2005-08-26 21:47:46 +00:00
|
|
|
%build
|
2005-10-28 03:22:10 +00:00
|
|
|
# FIXME: We use -fno-strict-aliasing, to work around the following bug:
|
|
|
|
# maprules.c:1373: warning: dereferencing type-punned pointer will break strict-aliasing rules)
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
2009-10-07 19:51:54 +00:00
|
|
|
%configure --disable-static
|
2008-01-16 05:40:22 +00:00
|
|
|
make %{?_smp_mflags}
|
2005-08-26 21:47:46 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-06-06 05:02:02 +00:00
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2005-08-26 21:47:46 +00:00
|
|
|
|
|
|
|
# We intentionally don't ship *.la files
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
2018-06-29 21:34:50 +00:00
|
|
|
%ldconfig_post
|
|
|
|
%ldconfig_postun
|
2005-08-26 21:47:46 +00:00
|
|
|
|
|
|
|
%files
|
2008-01-16 05:40:22 +00:00
|
|
|
%doc COPYING ChangeLog
|
2005-08-26 21:47:46 +00:00
|
|
|
%{_libdir}/libxkbfile.so.1
|
2006-03-02 15:30:09 +00:00
|
|
|
%{_libdir}/libxkbfile.so.1.0.2
|
2005-08-26 21:47:46 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/X11/extensions/XKBbells.h
|
|
|
|
%{_includedir}/X11/extensions/XKBconfig.h
|
|
|
|
%{_includedir}/X11/extensions/XKBfile.h
|
|
|
|
%{_includedir}/X11/extensions/XKBrules.h
|
|
|
|
%{_includedir}/X11/extensions/XKM.h
|
|
|
|
%{_includedir}/X11/extensions/XKMformat.h
|
|
|
|
%{_libdir}/libxkbfile.so
|
|
|
|
%{_libdir}/pkgconfig/xkbfile.pc
|
|
|
|
|
|
|
|
%changelog
|
2018-07-05 15:51:05 +00:00
|
|
|
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.0.9-9
|
|
|
|
- Drop useless %%defattr
|
|
|
|
|
2018-06-29 21:34:50 +00:00
|
|
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.0.9-8
|
|
|
|
- Use ldconfig scriptlet macros
|
|
|
|
|
2018-02-07 23:46:01 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 02:33:26 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 20:01:38 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 19:44:17 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-07 09:25:33 +00:00
|
|
|
* Tue Feb 07 2017 Benjamin Tissoires <benjamin.tissoires@redhat.com>
|
|
|
|
- Fixed changelog entry
|
|
|
|
|
2016-02-04 04:11:21 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 18:00:53 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-01 14:07:34 +00:00
|
|
|
* Fri May 01 2015 Adam Jackson <ajax@redhat.com> 1.0.9-1
|
|
|
|
- libxkbfile 1.0.9
|