]> git.pld-linux.org Git - packages/tla.git/commitdiff
- updated to 1.3.5, updated neon patch, removed obsolete debian patch AC-STABLE auto/ac/tla-1_3_5-1 auto/th/tla-1_3_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Nov 2006 11:25:44 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tla.spec -> 1.26

tla.spec

index 13172b9e80b516fd90e7ad864663987f1113e7c2..e226b842f1a78c3b2fc4c576a4021c2dd93882ce 100644 (file)
--- a/tla.spec
+++ b/tla.spec
@@ -1,17 +1,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
@@ -38,11 +38,10 @@ arch w wersji tla to wersja w C wzorcowych idei arch.
 %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
@@ -54,10 +53,10 @@ export CFLAGS CXXFLAGS FFLAGS
 
 # 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
This page took 0.045157 seconds and 4 git commands to generate.