Просмотр исходного кода

upgrading package: dwdiff 1.3 -> 1.4

Ralf S. Engelschall 17 лет назад
Родитель
Сommit
eb2bb9704c
2 измененных файлов с 8 добавлено и 7 удалено
  1. 4 4
      dwdiff/dwdiff.patch
  2. 4 3
      dwdiff/dwdiff.spec

+ 4 - 4
dwdiff/dwdiff.patch

@@ -1,11 +1,11 @@
 Index: Makefile.in
---- Makefile.in.orig	2007-12-20 11:10:14 +0100
-+++ Makefile.in	2007-12-20 20:20:28 +0100
-@@ -49,8 +49,8 @@
+--- Makefile.in.orig	2008-07-05 17:38:26 +0200
++++ Makefile.in	2008-07-06 20:21:54 +0200
+@@ -57,8 +57,8 @@
  
  # Miscelaneous install paths
  bindir=$(prefix)/bin
--docdir=$(prefix)/share/doc/dwdiff-1.3
+-docdir=$(prefix)/share/doc/dwdiff-1.4
 -mandir=$(prefix)/share/man
 +docdir=$(prefix)/share/dwdiff
 +mandir=$(prefix)/man

+ 4 - 3
dwdiff/dwdiff.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Patching
 License:      GPL
-Version:      1.3
-Release:      20080101
+Version:      1.4
+Release:      20080706
 
 #   list of sources
 Source0:      http://os.ghalkes.nl/dist/dwdiff-%{version}.tgz
@@ -73,7 +73,8 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     ./configure \
         --prefix=%{l_prefix} \
-        --without-gettext
+        --without-gettext \
+        --without-unicode
     %{l_make} %{l_mflags -O}
 
 %install