summaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
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