SPECS: unalz.spec - updated to 0.61

qboosh qboosh at pld-linux.org
Sat Feb 17 16:02:50 CET 2007


Author: qboosh                       Date: Sat Feb 17 15:02:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.61

---- Files affected:
SPECS:
   unalz.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/unalz.spec
diff -u SPECS/unalz.spec:1.9 SPECS/unalz.spec:1.10
--- SPECS/unalz.spec:1.9	Mon Feb 12 23:09:18 2007
+++ SPECS/unalz.spec	Sat Feb 17 16:02:45 2007
@@ -2,12 +2,12 @@
 Summary:	Utility for decompressing alzip format files
 Summary(pl.UTF-8):	Narzędzie do dekompresji plików w formacie alzip
 Name:		unalz
-Version:	0.60
+Version:	0.61
 Release:	1
 License:	BSD
 Group:		Applications/Archiving
 Source0:	http://www.kipple.pe.kr/win/unalz/%{name}-%{version}.tgz
-# Source0-md5:	ccab4fa5686522b1d519724eef6f66cd
+# Source0-md5:	f3ee5bad439f10e06b089b8db38b7566
 URL:		http://www.kipple.pe.kr/win/unalz/
 BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -21,24 +21,6 @@
 %prep
 %setup -q -n %{name}
 
-# lacking functions
-cat >> UnAlz.h <<EOF
-extern "C" char *strlcpy(char *dst, const char *src, size_t dst_size);
-extern "C" char *strlcat(char *dst, const char *src, size_t dst_size);
-EOF
-cat >> UnAlz.cpp <<EOF
-char *strlcpy(char *dst, const char *src, size_t dst_size)
-{
-  strncpy(dst, src, dst_size - 1);
-  dst[dst_size - 1] = 0;
-}
-char *strlcat(char *dst, const char *src, size_t dst_size)
-{
-  strncat(dst, src, dst_size - 1);
-  dst[dst_size - 1] = 0;
-}
-EOF
-
 %build
 %{__make} linux-utf8 \
 	CC="%{__cc}" \
@@ -66,6 +48,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007/02/17 15:02:45  qboosh
+- updated to 0.61
+
 Revision 1.9  2007/02/12 22:09:18  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unalz.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list