xorg-x11-xbitmaps/xorg-x11-xbitmaps.spec
2023-09-01 15:26:28 +08:00

41 lines
886 B
RPMSpec

%global debug_package %{nil}
Name: xorg-x11-xbitmaps
Version: 1.1.3
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.xz
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
* Fri Sep 01 2023 Ge Wang <wang__ge@126.com> - 1.1.3-1
- Update to 1.1.3
* 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