39 lines
822 B
RPMSpec
39 lines
822 B
RPMSpec
Name: xorg-x11-proto-devel
|
|
Version: 2020.1
|
|
Release: 1
|
|
License: MIT
|
|
Summary: X.Org X11 Protocol headers
|
|
URL: https://www.x.org
|
|
Source0: https://www.x.org/pub/individual/proto/xorgproto-%{version}.tar.bz2
|
|
Source1: make-git-snapshot.sh
|
|
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros >= 1.0.2-1
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
X.Org X11 Protocol headers
|
|
|
|
%prep
|
|
%autosetup -n xorgproto-%{version}
|
|
|
|
%build
|
|
autoreconf -fiv
|
|
%configure --without-xmlto
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%license COPYING-*
|
|
%doc *.txt
|
|
%{_includedir}/*
|
|
%{_datadir}/*
|
|
%{_docdir}/*
|
|
|
|
%changelog
|
|
* Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 2020.1-1
|
|
- Upgrade to 2020.1-1
|
|
|
|
* Thu Nov 28 2019 wangyiru <wangyiru1@huawei.com> - 2018.4-3
|
|
- Package init
|