SPECS: tla.spec - updated to 1.3.5, updated neon patch, removed ob...

qboosh qboosh at pld-linux.org
Sun Nov 5 12:25:49 CET 2006


Author: qboosh                       Date: Sun Nov  5 11:25:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.3.5, updated neon patch, removed obsolete debian patch

---- Files affected:
SPECS:
   tla.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/tla.spec
diff -u SPECS/tla.spec:1.25 SPECS/tla.spec:1.26
--- SPECS/tla.spec:1.25	Sun Nov  5 03:38:44 2006
+++ SPECS/tla.spec	Sun Nov  5 12:25:44 2006
@@ -2,17 +2,17 @@
 Summary:	tla arch - revision control system
 Summary(pl):	tla arch - system kontroli wersji
 Name:		tla
-Version:	1.3.3
-Release:	4
+Version:	1.3.5
+Release:	1
 Epoch:		1
 License:	GPL v2
 Group:		Development/Version Control
-Source0:	ftp://ftp.gnu.org/pub/gnu/gnu-arch/%{name}-%{version}.tar.gz
-# Source0-md5:	61d5dea41e071f78a8319401ee07ab0b
+Source0:	ftp://ftp.gnu.org/gnu/gnu-arch/%{name}-%{version}.tar.gz
+# Source0-md5:	db31ee89bc4788eef1eba1cee6c176ef
 Patch0:		%{name}-neon.patch
-Patch1:		%{name}-debian.patch
 URL:		http://www.gnu.org/software/gnu-arch/
 BuildRequires:	findutils
+BuildRequires:	libtool
 BuildRequires:	neon-devel
 Requires:	diffutils
 Requires:	patch
@@ -39,11 +39,10 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+
+rm -rf src/libneon src/expat
 
 %build
-rm -rf src/tla/libneon
-ln -s /usr/include/neon src/tla/libneon
 cd src
 mkdir =build
 cd =build
@@ -55,10 +54,10 @@
 
 # custom configure script
 ../configure \
-	--prefix=%{_prefix} \
 	--destdir=$RPM_BUILD_ROOT \
-	--with-ssh-is-openssh=1 \
-	--with-cc="%{__cc}"
+	--prefix=%{_prefix} \
+	--with-cc="%{__cc}" \
+	--with-ssh-type=openssh
 %{__make} -j1
 
 # ok, I tested already
@@ -92,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2006/11/05 11:25:44  qboosh
+- updated to 1.3.5, updated neon patch, removed obsolete debian patch
+
 Revision 1.25  2006/11/05 02:38:44  qboosh
 - unified
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tla.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list