]> git.pld-linux.org Git - packages/xerces-c.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 10 Feb 2006 14:57:14 +0000 (14:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix x8664 install

Changed files:
    xerces-c.spec -> 1.30

xerces-c.spec

index e14384a0b77eae896e2affaf682edede821e1b7e..6b6e89d8e715c7695352238db70e7abae438c736 100644 (file)
@@ -3,13 +3,14 @@ Summary(pl):  Analizator sk
 Name:          xerces-c
 Version:       2.7.0
 %define        ver     %(echo %{version} | tr . _)
-Release:       1
+Release:       2
 License:       Apache
 Group:         Applications/Publishing/XML
 Source0:       http://www.apache.org/dist/xml/xerces-c/source/%{name}-src_%{ver}.tar.gz
 # Source0-md5: 04169609449a8846bc1e6891c04cadf4
 Patch0:                %{name}-iso88592.patch
 Patch1:                %{name}-link.patch
+Patch2:                %{name}-lib64.patch
 URL:           http://xml.apache.org/
 BuildRequires: autoconf
 BuildRequires: libstdc++-devel
@@ -49,6 +50,9 @@ Obszerna dokumentacja oraz przyk
 %setup -q -n xerces-c-src_%{ver}
 %patch0 -p1
 %patch1 -p1
+%ifarch %{x8664}
+%patch2 -p1
+%endif
 
 %build
 ## What a shit!!!
This page took 0.16744 seconds and 4 git commands to generate.