]> granicus.if.org Git - zziplib/commitdiff
0.13.50 fixes
authorGuido Draheim <guidod@gmx.de>
Thu, 25 Dec 2008 00:05:59 +0000 (00:05 +0000)
committerGuido Draheim <guidod@gmx.de>
Thu, 25 Dec 2008 00:05:59 +0000 (00:05 +0000)
ChangeLog
zziplib.spec

index 98d0aa35a335fe422132143dde9df01e84f9ae35..33e5ca5dff1ee401d38b312cb0f47306e8c8550e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
        * add the dir-zzip-* to the cvs repo (as used on some webs)
        * move "make rpm" to *.am (instead of *.mk)
        * amd64 should be in libdir=$prefix/lib64 (in the spec file)
+       * release 0.13.50
 
 2008-11-24 guidod <guidod@pc3>
        * BuildRequires: python (for %package doc)
index 97f2d92e4dd5d32f8b9d88522964c1cdaf3a01eb..77da84cf173dfe5bd1ac1ea7c89658a2c60db1f2 100644 (file)
@@ -37,6 +37,7 @@ Provides:     libzzip-0.so.10
 Summary:      ZZipLib - Documentation Files
 Group:        Development/Libraries
 BuildRequires: python
+BuildRequires: xmlto
 
 %package devel
 Summary:      ZZipLib - Development Files
@@ -73,7 +74,9 @@ Requires:     zziplib-%lib = %version
 #'
 %setup
 # fixing relink problems during install too
-LDFLAGS="-L%buildroot%_libdir" \
+# LDFLAGS="-L%buildroot%_libdir" \
+#
+
 CFLAGS="$RPM_OPT_FLAGS" \
 sh configure --prefix=%{_prefix} \
              --with-docdir=%{_docdir} \