[packages/zzuf] - updated to 0.15

qboosh qboosh at pld-linux.org
Sun Sep 10 12:01:55 CEST 2023


commit 5f3a6daab5b2cb04013613351125fe32a6acc8d0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 10 12:03:22 2023 +0200

    - updated to 0.15

 zzuf.spec | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/zzuf.spec b/zzuf.spec
index 2b2352f..3ee3ca4 100644
--- a/zzuf.spec
+++ b/zzuf.spec
@@ -1,12 +1,13 @@
 Summary:	Multi-purpose fuzzer
 Summary(pl.UTF-8):	Narzędzie zniekształcające o wielu zastosowaniach
 Name:		zzuf
-Version:	0.13
-Release:	3
+Version:	0.15
+Release:	1
 License:	WTFPL v2
 Group:		Development/Tools
-Source0:	http://caca.zoy.org/files/zzuf/%{name}-%{version}.tar.gz
-# Source0-md5:	74579c429f9691f641a14f408997d42d
+#Source0Download: https://github.com/samhocevar/zzuf/releases
+Source0:	https://github.com/samhocevar/zzuf/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	a6cd6caabd8e803857783f83bc4e29bd
 URL:		http://caca.zoy.org/wiki/zzuf
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,9 +29,6 @@ deterministyczne, dzięki czemu reprodukcja błędów jest łatwa.
 %prep
 %setup -q
 
-# rename due to conflict with zziplib
-%{__sed} -i -e 's/zzcat/zzufcat/' doc/zzcat.1.in doc/zzuf.1.in
-
 %build
 %configure \
 	--disable-static
@@ -45,20 +43,16 @@ rm -rf $RPM_BUILD_ROOT
 # preloadable library
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/zzuf/libzzuf.la
 
-# rename due to conflict with zziplib
-%{__mv} $RPM_BUILD_ROOT%{_bindir}/{zzcat,zzufcat}
-%{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/{zzcat,zzufcat}.1
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING TODO
+%attr(755,root,root) %{_bindir}/zzat
 %attr(755,root,root) %{_bindir}/zzuf
-%attr(755,root,root) %{_bindir}/zzufcat
 %dir %{_libdir}/zzuf
 %attr(755,root,root) %{_libdir}/zzuf/libzzuf.so
+%{_mandir}/man1/zzat.1*
 %{_mandir}/man1/zzuf.1*
-%{_mandir}/man1/zzufcat.1*
 %{_mandir}/man3/libzzuf.3*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zzuf.git/commitdiff/5f3a6daab5b2cb04013613351125fe32a6acc8d0



More information about the pld-cvs-commit mailing list