SPECS: horde-chora.spec, horde-dimp.spec, horde-forwards.spec, horde-gollem...

baggins baggins at pld-linux.org
Fri Oct 10 00:45:06 CEST 2008


Author: baggins                      Date: Thu Oct  9 22:45:06 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use correct dir name in setup

---- Files affected:
SPECS:
   horde-chora.spec (1.65 -> 1.66) , horde-dimp.spec (1.5 -> 1.6) , horde-forwards.spec (1.12 -> 1.13) , horde-gollem.spec (1.40 -> 1.41) , horde-hermes.spec (1.3 -> 1.4) , horde-imp.spec (1.129 -> 1.130) , horde-ingo.spec (1.43 -> 1.44) , horde-jeta.spec (1.12 -> 1.13) , horde-kronolith.spec (1.59 -> 1.60) , horde-mimp.spec (1.36 -> 1.37) , horde-mnemo.spec (1.37 -> 1.38) , horde-nag.spec (1.41 -> 1.42) , horde-passwd.spec (1.60 -> 1.61) , horde-turba.spec (1.94 -> 1.95) , horde-vacation.spec (1.20 -> 1.21) , horde-whups.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/horde-chora.spec
diff -u SPECS/horde-chora.spec:1.65 SPECS/horde-chora.spec:1.66
--- SPECS/horde-chora.spec:1.65	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-chora.spec	Fri Oct 10 00:44:56 2008
@@ -51,7 +51,7 @@
 do IMP-a) zajrzyj na stronę <http://www.horde.org/>.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 %patch0 -p1
 
 rm {,*/}.htaccess
@@ -148,6 +148,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.65  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-dimp.spec
diff -u SPECS/horde-dimp.spec:1.5 SPECS/horde-dimp.spec:1.6
--- SPECS/horde-dimp.spec:1.5	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-dimp.spec	Fri Oct 10 00:44:56 2008
@@ -53,7 +53,7 @@
 DIMP) można znaleźć na stronie <http://www.horde.org/>.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 rm -f {,*/}.htaccess
 for i in config/*.dist; do
@@ -123,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.5  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-forwards.spec
diff -u SPECS/horde-forwards.spec:1.12 SPECS/horde-forwards.spec:1.13
--- SPECS/horde-forwards.spec:1.12	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-forwards.spec	Fri Oct 10 00:44:56 2008
@@ -51,7 +51,7 @@
 SQL, Exim LDAP, Custom SQL i SOAP.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 rm -f {,*/}.htaccess
 # considered harmful (horde/docs/SECURITY)
@@ -126,6 +126,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.12  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-gollem.spec
diff -u SPECS/horde-gollem.spec:1.40 SPECS/horde-gollem.spec:1.41
--- SPECS/horde-gollem.spec:1.40	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-gollem.spec	Fri Oct 10 00:44:56 2008
@@ -53,7 +53,7 @@
 Gollema) można znaleźć na stronie <http://www.horde.org/>.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 %patch0 -p1
 
 for i in config/*.dist; do
@@ -150,6 +150,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.40  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-hermes.spec
diff -u SPECS/horde-hermes.spec:1.3 SPECS/horde-hermes.spec:1.4
--- SPECS/horde-hermes.spec:1.3	Fri Oct 10 00:21:16 2008
+++ SPECS/horde-hermes.spec	Fri Oct 10 00:44:56 2008
@@ -43,7 +43,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 rm {,*/}.htaccess
 for i in config/*.dist; do
@@ -123,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.3  2008/10/09 22:21:16  baggins
 - proper license
 

================================================================
Index: SPECS/horde-imp.spec
diff -u SPECS/horde-imp.spec:1.129 SPECS/horde-imp.spec:1.130
--- SPECS/horde-imp.spec:1.129	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-imp.spec	Fri Oct 10 00:44:56 2008
@@ -59,7 +59,7 @@
 Programa de Mail via Web baseado no IMAP.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 %patch0 -p1
 %patch1 -p1
 
@@ -180,6 +180,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.130  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.129  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-ingo.spec
diff -u SPECS/horde-ingo.spec:1.43 SPECS/horde-ingo.spec:1.44
--- SPECS/horde-ingo.spec:1.43	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-ingo.spec	Fri Oct 10 00:44:56 2008
@@ -59,7 +59,7 @@
 <http://www.horde.org/>.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 %patch0 -p1
 
 rm */.htaccess
@@ -130,6 +130,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.43  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-jeta.spec
diff -u SPECS/horde-jeta.spec:1.12 SPECS/horde-jeta.spec:1.13
--- SPECS/horde-jeta.spec:1.12	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-jeta.spec	Fri Oct 10 00:44:56 2008
@@ -43,7 +43,7 @@
 programu przekazującego).
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 rm config/.htaccess lib/.htaccess
 for i in config/*.dist; do
@@ -115,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.12  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-kronolith.spec
diff -u SPECS/horde-kronolith.spec:1.59 SPECS/horde-kronolith.spec:1.60
--- SPECS/horde-kronolith.spec:1.59	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-kronolith.spec	Fri Oct 10 00:44:56 2008
@@ -65,7 +65,7 @@
 PostgreSQL, Oracle i MS SQL poprzez PEAR DB), MCAL i Kolab.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 for i in config/*.dist; do
 	mv $i config/$(basename $i .dist)
@@ -142,6 +142,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.59  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-mimp.spec
diff -u SPECS/horde-mimp.spec:1.36 SPECS/horde-mimp.spec:1.37
--- SPECS/horde-mimp.spec:1.36	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-mimp.spec	Fri Oct 10 00:44:56 2008
@@ -54,7 +54,7 @@
 MIMP-a) można znaleźć na stronie <http://www.horde.org/>.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 %patch0 -p1
 
 for i in config/*.dist; do
@@ -148,6 +148,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.36  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-mnemo.spec
diff -u SPECS/horde-mnemo.spec:1.37 SPECS/horde-mnemo.spec:1.38
--- SPECS/horde-mnemo.spec:1.37	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-mnemo.spec	Fri Oct 10 00:44:56 2008
@@ -53,7 +53,7 @@
 Mnemo) można znaleźć na stronie <http://www.horde.org/>.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 %patch0 -p1
 
 rm */.htaccess
@@ -131,6 +131,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.37  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-nag.spec
diff -u SPECS/horde-nag.spec:1.41 SPECS/horde-nag.spec:1.42
--- SPECS/horde-nag.spec:1.41	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-nag.spec	Fri Oct 10 00:44:56 2008
@@ -50,7 +50,7 @@
 można znaleźć na stronie <http://www.horde.org/>.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 for i in config/*.dist; do
 	mv $i config/$(basename $i .dist)
@@ -127,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2008/10/09 22:44:56  baggins
+- use correct dir name in setup
+
 Revision 1.41  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-passwd.spec
diff -u SPECS/horde-passwd.spec:1.60 SPECS/horde-passwd.spec:1.61
--- SPECS/horde-passwd.spec:1.60	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-passwd.spec	Fri Oct 10 00:44:57 2008
@@ -45,7 +45,7 @@
 moduł.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 rm -f {,*/}.htaccess
 for i in config/*.dist; do
@@ -157,6 +157,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.61  2008/10/09 22:44:57  baggins
+- use correct dir name in setup
+
 Revision 1.60  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-turba.spec
diff -u SPECS/horde-turba.spec:1.94 SPECS/horde-turba.spec:1.95
--- SPECS/horde-turba.spec:1.94	Fri Oct 10 00:17:02 2008
+++ SPECS/horde-turba.spec	Fri Oct 10 00:44:57 2008
@@ -76,7 +76,7 @@
 schemat rfc2739.schema z <http://www.whitemiceconsulting.com/node/42>.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 rm */.htaccess
 for i in config/*.dist; do
@@ -180,6 +180,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.95  2008/10/09 22:44:57  baggins
+- use correct dir name in setup
+
 Revision 1.94  2008/10/09 22:17:02  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-vacation.spec
diff -u SPECS/horde-vacation.spec:1.20 SPECS/horde-vacation.spec:1.21
--- SPECS/horde-vacation.spec:1.20	Fri Oct 10 00:17:03 2008
+++ SPECS/horde-vacation.spec	Fri Oct 10 00:44:57 2008
@@ -56,7 +56,7 @@
 ulepszenia modułu.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 %patch0 -p1
 
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -158,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2008/10/09 22:44:57  baggins
+- use correct dir name in setup
+
 Revision 1.20  2008/10/09 22:17:03  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)

================================================================
Index: SPECS/horde-whups.spec
diff -u SPECS/horde-whups.spec:1.30 SPECS/horde-whups.spec:1.31
--- SPECS/horde-whups.spec:1.30	Fri Oct 10 00:17:03 2008
+++ SPECS/horde-whups.spec	Fri Oct 10 00:44:57 2008
@@ -51,7 +51,7 @@
 zaimplementowana.
 
 %prep
-%setup -q
+%setup -q -n %{_hordeapp}-h3-%{version}
 
 rm -f {,*/}.htaccess
 for i in config/*.dist; do
@@ -157,6 +157,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2008/10/09 22:44:57  baggins
+- use correct dir name in setup
+
 Revision 1.30  2008/10/09 22:17:03  baggins
 - just copy CREDITS where horde wants it, instead of making a symlink
   (possibly pointing to nothingnes if package is installed with --excludedocs)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-chora.spec?r1=1.65&r2=1.66&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-dimp.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-forwards.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-gollem.spec?r1=1.40&r2=1.41&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-hermes.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-imp.spec?r1=1.129&r2=1.130&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-ingo.spec?r1=1.43&r2=1.44&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-jeta.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-kronolith.spec?r1=1.59&r2=1.60&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-mimp.spec?r1=1.36&r2=1.37&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-mnemo.spec?r1=1.37&r2=1.38&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-nag.spec?r1=1.41&r2=1.42&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-passwd.spec?r1=1.60&r2=1.61&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-turba.spec?r1=1.94&r2=1.95&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-vacation.spec?r1=1.20&r2=1.21&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-whups.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list