$ git show --format=fuller --patch-with-stat --summary b2b0886332261400520d55a8e88c0085ac974c58
commit b2b0886332261400520d55a8e88c0085ac974c58
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Wed Sep 28 13:11:30 2022 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Wed Sep 28 13:11:30 2022 +0200
Fix autoupdate
---
.abf.yml | 2 +-
tidyp.spec | 23 ++++++++---------------
2 files changed, 9 insertions(+), 16 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 8956abb..574d6ef 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- "tidyp-1.04.tar.gz": 5d9050512259c3a67a2f48469555932e3a7b8bd0
+ 1.04.tar.gz: 32c8cc6d78acdc49665c5216910d239d64701292
diff --git a/tidyp.spec b/tidyp.spec
index 0a6dacb..69f6179 100644
--- a/tidyp.spec
+++ b/tidyp.spec
@@ -1,14 +1,14 @@
-%define libname %mklibname %{name} 1.04
+%define libname %mklibname %{name}
%define develname %mklibname %name -d
Summary: Program for tidying up messy HTML
Name: tidyp
Version: 1.04
-Release: 12
+Release: 13
Group: Text tools
License: W3C License
-URL: http://tidyp.com/
-Source0: http://github.com/downloads/petdance/tidyp/tidyp-%{version}.tar.gz
+URL: http://petdance/tidyp
+Source0: https://github.com/petdance/tidyp/archive/refs/tags/%{version}.tar.gz
Patch0: tidy-20081224cvs-fix-format-errors.patch
%description
@@ -40,15 +40,14 @@ This package contains the headers that programmers will need to develop
applications which will use %{name}.
%prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
+%configure
%build
-%configure2_5x --disable-static
-%make
+%make_build
%install
-%makeinstall_std
+%make_install
%files
%doc README ChangeLog
@@ -60,9 +59,3 @@ applications which will use %{name}.
%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
-
-%changelog
-* Mon Nov 29 2010 Guillaume Rousse <guillomovitch@mandriva.org> 1.04-1mdv2011.0
-+ Revision: 603003
-- import tidyp
-