xbitmaps 1.1.2

Use make macros, see
  https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
Peter Hutterer 2022-03-25 13:48:28 +10:00
parent 2b6f3c289b
commit 0af034770a
3 changed files with 12 additions and 8 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
xbitmaps-1.1.0.tar.bz2
/xbitmaps-1.1.1.tar.bz2
/xbitmaps-*.tar.bz2

View File

@ -1 +1 @@
7444bbbd999b53bec6a60608a5301f4c xbitmaps-1.1.1.tar.bz2
SHA512 (xbitmaps-1.1.2.tar.bz2) = eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d

View File

@ -4,13 +4,13 @@
Summary: X.Org X11 application bitmaps
Name: xorg-x11-%{pkgname}
Version: 1.1.1
Release: 23%{?dist}
Version: 1.1.2
Release: 1%{?dist}
License: MIT
URL: http://www.x.org
BuildArch: noarch
Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
Source0: https://www.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
BuildRequires: make
BuildRequires: automake gcc
@ -24,10 +24,10 @@ X.Org X11 application bitmaps
%build
%configure
make %{?_smp_mflags}
%make_build
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%make_install
%files
%doc COPYING
@ -35,6 +35,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%{_datadir}/pkgconfig/xbitmaps.pc
%changelog
* Fri Mar 25 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.2-1
- xbitmaps 1.1.2
- Use make macros, see
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild