import xcb-util-keysyms-0.4.0-7.el8
This commit is contained in:
commit
8ff264005b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/xcb-util-keysyms-0.4.0.tar.bz2
|
1
.xcb-util-keysyms.metadata
Normal file
1
.xcb-util-keysyms.metadata
Normal file
@ -0,0 +1 @@
|
||||
ff02ee8ac22c53848af50c0a6a6b00feb002c1cb SOURCES/xcb-util-keysyms-0.4.0.tar.bz2
|
111
SPECS/xcb-util-keysyms.spec
Normal file
111
SPECS/xcb-util-keysyms.spec
Normal file
@ -0,0 +1,111 @@
|
||||
Name: xcb-util-keysyms
|
||||
Version: 0.4.0
|
||||
Release: 7%{?dist}
|
||||
Summary: Standard X key constants and keycodes conversion on top of libxcb
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
URL: http://xcb.freedesktop.org
|
||||
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: pkgconfig(xcb-util) >= 0.3.8
|
||||
BuildRequires: m4
|
||||
|
||||
%description
|
||||
XCB util-keysyms module provides the following library:
|
||||
|
||||
- keysyms: Standard X key constants and conversion to/from keycodes.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development and header files for xcb-util-keysyms
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development files for xcb-util-keysyms.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure --with-pic --disable-static --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
|
||||
%files devel
|
||||
%doc NEWS
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/xcb/*.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Oct 11 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-1
|
||||
- Update to 0.4.0.
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Aug 20 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.9-1
|
||||
- Update to 0.3.9.
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Apr 6 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-3
|
||||
- Fix explicit requires.
|
||||
|
||||
* Tue Mar 13 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2
|
||||
- Specfile cleanups suggested in the review.
|
||||
|
||||
* Mon Dec 5 2011 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-1
|
||||
- New package.
|
||||
|
Loading…
Reference in New Issue
Block a user