xorg-x11-xbitmaps/xorg-x11-xbitmaps.spec
2022-01-12 10:26:33 +08:00

38 lines
813 B
RPMSpec

%global debug_package %{nil}
Name: xorg-x11-xbitmaps
Version: 1.1.2
Release: 1
Summary: X11 application bitmaps of X.Org
License: MIT
URL: http://www.x.org
Source0: http://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/individual/data/xbitmaps-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: gcc automake
Requires: pkgconfig
%description
X11 application bitmaps of X.Org project.
%prep
%autosetup -n xbitmaps-%{version} -p1
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING ChangeLog
%{_includedir}/X11
%{_datadir}/pkgconfig/xbitmaps.pc
%changelog
* Wed Jan 12 2022 liyanan <liyanan32@huawei.com> - 1.1.2-1
- update to 1.1.2
* Tue Dec 3 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.1-16
- Package init