summaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-01 16:05:16 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-01 16:05:16 +0000
commit085a4e40c375accd5098c7c66b3cef76c85a3414 (patch)
tree141a8347e053702c7e02ac3a38ee237fd98eda0f /dists
parent37692c084782eb601a05adf73472992de16f227e (diff)
Updating build script
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@784 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists')
-rw-r--r--dists/rpm/ledgersmb.spec4
-rw-r--r--dists/source/build.sh10
2 files changed, 11 insertions, 3 deletions
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec
index f7067fa5..68977f89 100644
--- a/dists/rpm/ledgersmb.spec
+++ b/dists/rpm/ledgersmb.spec
@@ -1,7 +1,7 @@
# RPM spec written for and tested on Fedora Core 6
Summary: LedgerSMB - Open Source accounting software
Name: ledger-smb
-Version: 1.2.0b3
+Version: 1.2.0b4
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
@@ -12,7 +12,7 @@ Source2: Config-Std-v0.0.4.tar.gz
Source3: Locale-Maketext-Lexicon-0.62.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch
-Requires: perl >= 5.8, httpd, postgresql-server >= 8.1, tetex-latex
+Requires: perl >= 5.8, httpd, postgresql >= 8.1, tetex-latex
Requires: perl-DBD-Pg, perl-DBI, perl-version, perl-Smart-Comments, perl-MIME-Lite
BuildRequires: perl
# avoid bogus autodetection of perl modules:
diff --git a/dists/source/build.sh b/dists/source/build.sh
index 6f7b3355..9aadeece 100644
--- a/dists/source/build.sh
+++ b/dists/source/build.sh
@@ -2,9 +2,17 @@
# Simple script to prepare for release
-version="1.2.0b3";
+version="1.2.0b4";
build_d="../release";
+if test -d blib; then
+ rm -rf blib
+fi
+
+if test -d _build; then
+ rm -rf _build
+fi
+
if test -d $build_d/ledger-smb; then
rm -rf $build_d/ledger-smb
fi