SPECS: roundcubemail.spec - add FAQ page support from templates
glen
glen at pld-linux.org
Thu Apr 12 18:32:33 CEST 2007
Author: glen Date: Thu Apr 12 16:32:33 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add FAQ page support from templates
---- Files affected:
SPECS:
roundcubemail.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/roundcubemail.spec
diff -u SPECS/roundcubemail.spec:1.26 SPECS/roundcubemail.spec:1.27
--- SPECS/roundcubemail.spec:1.26 Thu Apr 12 17:21:35 2007
+++ SPECS/roundcubemail.spec Thu Apr 12 18:32:28 2007
@@ -10,7 +10,7 @@
#define _svn svn445
%define _snap 20070318
#define _beta beta2
-%define _rel 0.11
+%define _rel 0.13
Summary: RoundCube Webmail
Summary(pl.UTF-8): RoundCube Webmail - poczta przez WWW
Name: roundcubemail
@@ -24,6 +24,7 @@
# Source0-md5: 3e4dc0f840e51a76524f55914ed644e5
Source1: %{name}.config
Patch0: %{name}-config.patch
+Patch1: %{name}-faq-page.patch
URL: http://www.roundcube.net/
BuildRequires: rpmbuild(macros) >= 1.268
BuildRequires: sed >= 4.0
@@ -74,11 +75,12 @@
%prep
%setup -q -n %{name}-%{?_snap:nightly-%{_snap}}%{!?_snap:%{version}%{?_svn}%{?_beta}}
%patch0 -p1
+%patch1 -p1
find -name .svn | xargs -r rm -rf
# undos the source
-find '(' -name '*.php' -o -name '*.inc' -o -name '*.js' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+find '(' -name '*.php' -o -name '*.inc' -o -name '*.js' -o -name '*.css' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
%install
rm -rf $RPM_BUILD_ROOT
@@ -219,6 +221,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2007/04/12 16:32:28 glen
+- add FAQ page support from templates
+
Revision 1.26 2007/04/12 15:21:35 qboosh
- pl for -skin-default
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/roundcubemail.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list