diff --git a/.gitignore b/.gitignore index 9934569..529f894 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -xbitmaps-1.1.0.tar.bz2 -/xbitmaps-1.1.1.tar.bz2 +/xbitmaps-*.tar.bz2 diff --git a/sources b/sources index 6c6de8f..6bd1e67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7444bbbd999b53bec6a60608a5301f4c xbitmaps-1.1.1.tar.bz2 +SHA512 (xbitmaps-1.1.2.tar.bz2) = eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d diff --git a/xorg-x11-xbitmaps.spec b/xorg-x11-xbitmaps.spec index 5c637e9..844b290 100644 --- a/xorg-x11-xbitmaps.spec +++ b/xorg-x11-xbitmaps.spec @@ -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 - 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 - 1.1.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild