]> git.pld-linux.org Git - packages/apr-compat.git/commitdiff
- fix pld layaout (./configure: ./config.pld[8]: no closing quote)
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 21 May 2008 12:49:37 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't run buildconf. it's req. only for svn snapshots.
  for released tarballs we should use only configure/make stuff.
- release 2 for rebuild with new ltmain.sh location (pointed by /usr/share/apr/build/ltmain.sh symlink).

Changed files:
    apr-compat.spec -> 1.60

apr-compat.spec

index 3de8e443ff705db9572846f50683b1359754c77c..5039d53b1f386b659cd461efa809d37e8c774d08 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Apache Portable Runtime
 Summary(pl.UTF-8):     Apache Portable Runtime - przenośna biblioteka uruchomieniowa
 Name:          apr
 Version:       1.2.12
-Release:       1
+Release:       2
 Epoch:         1
 License:       Apache v2.0
 Group:         Libraries
@@ -89,12 +89,12 @@ installbuilddir: ${datadir}/build-${APR_MAJOR_VERSION}
 localstatedir: /var/run
 runtimedir:    /var/run
 libsuffix:     -${APR_MAJOR_VERSION}
-</Layout PLD>
+</Layout>
 EOF
 
 %build
 install /usr/share/automake/config.* build
-./buildconf
+
 %configure \
        --enable-layout=PLD \
 %ifarch %{ix86} %{i8664}
This page took 0.07611 seconds and 4 git commands to generate.