OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Jul-2005 19:42:56
Branch: HEAD Handle: 2005071318425600
Modified files:
openpkg-src/squirrelmail
squirrelmail.spec
Log:
modifying package: squirrelmail-1.4.4 20050706 -> 20050713
Summary:
Revision Changes Path
1.30 +7 -7 openpkg-src/squirrelmail/squirrelmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squirrelmail/squirrelmail.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 squirrelmail.spec
--- openpkg-src/squirrelmail/squirrelmail.spec 6 Jul 2005 17:47:06
-0000 1.29
+++ openpkg-src/squirrelmail/squirrelmail.spec 13 Jul 2005 17:42:56
-0000 1.30
@@ -24,7 +24,7 @@
# package version
%define V_sqmail 1.4.4
-%define V_locale 20050308
+%define V_locale 1.4.5-20050713
%define V_plugin_compat 2.0
%define V_plugin_logger 1.4.0-1.0.6
%define V_plugin_addgraphics 2.3-1.0.3
@@ -50,14 +50,14 @@
Group: Mail
License: GPL
Version: %{V_sqmail}
-Release: 20050706
+Release: 20050713
# package options
%option with_plugins no
# list of sources
Source0:
http://osdn.dl.sourceforge.net/squirrelmail/squirrelmail-%{version}.tar.bz2
-Source1:
http://osdn.dl.sourceforge.net/squirrelmail/all_locales-%{V_sqmail}-%{V_locale}.tar.bz2
+Source1:
http://osdn.dl.sourceforge.net/squirrelmail/all_locales-%{V_locale}.tar.bz2
Source2:
http://www.squirrelmail.org/plugins/compatibility-%{V_plugin_compat}.tar.gz
Source3:
http://www.squeaksoft.com/products/SquirrelLogger/squirrel_logger.%{V_plugin_logger}.tar.gz
Source4:
http://www.squirrelmail.org/plugins/addgraphics-%{V_plugin_addgraphics}.tar.gz
@@ -100,12 +100,12 @@
%track
prog squirrelmail = {
- version = %{version}
+ version = %{V_sqmail}
url = http://prdownloads.sourceforge.net/squirrelmail/
regex = squirrelmail-(\d+\.[02468]\.\d+)\.tar\.bz2
}
prog squirrelmail:locales = {
- version = %{V_sqmail}-%{V_locale}
+ version = %{V_locale}
url = http://prdownloads.sourceforge.net/squirrelmail/
regex = all_locales-(\d+\.[02468]\.\d+-\d+)\.tar\.bz2
}
@@ -177,7 +177,7 @@
%prep
%setup -q -c -n squirrelmail
- %setup -q -D -T -a 1 -c -n
squirrelmail/all_locales-%{V_sqmail}-%{V_locale}
+ %setup -q -D -T -a 1 -c -n squirrelmail/all_locales-%{V_locale}
%setup -q -D -T -a 2 -n squirrelmail
%setup -q -D -T -a 3 -n squirrelmail
mv compatibility squirrelmail-%{V_sqmail}/plugins
@@ -251,7 +251,7 @@
$RPM_BUILD_ROOT%{l_prefix}/var/squirrelmail/log
# install locales
- ( cd %{l_tmpdir}/squirrelmail/all_locales-%{V_sqmail}-%{V_locale}
+ ( cd %{l_tmpdir}/squirrelmail/all_locales-%{V_locale}
cp -rpf help images locale
$RPM_BUILD_ROOT%{l_prefix}/share/squirrelmail/
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]