From 321d27ce107b943790a425d7401b8cc9278035cf Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:53:21 +0100 Subject: [PATCH] update to 1.0.7 [release 1.0.7-1mamba;Wed Nov 02 2022] --- makedepend.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/makedepend.spec b/makedepend.spec index a712a20..bfd62ef 100644 --- a/makedepend.spec +++ b/makedepend.spec @@ -1,23 +1,23 @@ -%define xorg_ver 7.3 Name: makedepend -Version: 1.0.6 +Version: 1.0.7 Release: 1mamba Summary: X.Org makedepend utility Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://x.org -Source: ftp://x.org/pub/individual/util/makedepend-%{version}.tar.bz2 +URL: https://www.x.org/wiki/ +Source: https://x.org/pub/individual/util/makedepend-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description X.Org makedepend utility. +%debug_package + %prep %setup -q -n %{name}-%{version} @@ -35,10 +35,13 @@ X.Org makedepend utility. %files %defattr(-,root,root) %{_bindir}/makedepend -%{_mandir}/man1/makedepend.1.gz -%doc AUTHORS COPYING ChangeLog +%{_mandir}/man1/makedepend.1* +%doc AUTHORS COPYING %changelog +* Wed Nov 02 2022 Silvan Calarco 1.0.7-1mamba +- update to 1.0.7 + * Mon Jul 08 2019 Automatic Build System 1.0.6-1mamba - automatic update by autodist