Author: hawk                         Date: Mon May 29 13:56:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated from squirrelmail.spec

---- Files affected:
SPECS:
   squirrelmail-plugin-addgraphics.spec (NONE -> 1.1)  (NEW), 
squirrelmail-plugin-auto_cc.spec (NONE -> 1.1)  (NEW), 
squirrelmail-plugin-gzip.spec (NONE -> 1.1)  (NEW), 
squirrelmail-plugin-motd.spec (NONE -> 1.1)  (NEW), 
squirrelmail-plugin-password_forget.spec (NONE -> 1.1)  (NEW), 
squirrelmail-plugin-quicksave.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/squirrelmail-plugin-addgraphics.spec
diff -u /dev/null SPECS/squirrelmail-plugin-addgraphics.spec:1.1
--- /dev/null   Mon May 29 15:56:12 2006
+++ SPECS/squirrelmail-plugin-addgraphics.spec  Mon May 29 15:56:06 2006
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+%define                _plugin addgraphics
+%define                mversion        1.0.3
+Summary:       Plugin to allow custom graphic on the left-hand pane
+Summary(pl):   Wtyczka umożliwiająca dodanie własnej grafiki w lewym panelu
+Name:          squirrelmail-plugin-%{_plugin}
+Version:       2.3
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       
http://www.squirrelmail.org/plugins/%{_plugin}-%{version}-%{mversion}.tar.gz
+# Source0-md5: c9319e32149026372a0d515ddbc1d14b
+URL:           http://www.squirrelmail.org/
+Requires:      squirrelmail >= 1.4.6-2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _plugindir      
%{_datadir}/squirrelmail/plugins/%{_plugin}
+%define                _sysconfdir     /etc/webapps/squirrelmail
+
+%description
+This plugin allows the administrator to add a custom graphic to the
+top of the left-hand pane of the main Mailbox view. The graphic will
+be displayed immediately above the Folders list.
+
+The graphic may be different for each domain you are hosting. See
+config.php for more information and configuration instructions.
+
+The plugin supports resizing the width of the left-hand pane by the
+user.
+
+%description -l pl
+Wtyczka umożliwiająca administratorowi dodanie własnej grafiki w lewym
+panelu. Grafika będzie wyświetlana bezpośrednio nad listą folderów.
+
+Można użyć innej grafiki dla każdej obsługiwanej domeny. Informacje i
+szczególy dotyczące konfiguracji znajdują się w pliku config.php.
+
+Wtyczka wspiera zmianę szerokości lewego panelu przez użytkownika.
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir} $RPM_BUILD_ROOT%{_sysconfdir}
+
+install *.php $RPM_BUILD_ROOT%{_plugindir}
+cp config.php.typical.virtual.domain 
$RPM_BUILD_ROOT%{_sysconfdir}/%{_plugin}_config.php
+ln -s %{_sysconfdir}/%{_plugin}_config.php 
$RPM_BUILD_ROOT%{_plugindir}/config.php
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL README
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{_plugin}_config.php
+%dir %{_plugindir}
+%{_plugindir}/*.php
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/29 13:56:06  hawk
+- separated from squirrelmail.spec
+

================================================================
Index: SPECS/squirrelmail-plugin-auto_cc.spec
diff -u /dev/null SPECS/squirrelmail-plugin-auto_cc.spec:1.1
--- /dev/null   Mon May 29 15:56:12 2006
+++ SPECS/squirrelmail-plugin-auto_cc.spec      Mon May 29 15:56:06 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+%define                _plugin auto_cc
+%define                mversion        1.2
+Summary:       Auto CC/BCC plugin for squirrelmail
+Summary(pl):   Wtyczka pozwalająca ustawić automatczne wysyłanie CC/BCC
+Name:          squirrelmail-plugin-%{_plugin}
+Version:       2.0
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       
http://www.squirrelmail.org/plugins/%{_plugin}-%{version}-%{mversion}.tar.gz
+# Source0-md5: 259a001d964c7257be11bbb2b764ba52
+URL:           http://www.squirrelmail.org/
+Requires:      squirrelmail >= 1.4.6-2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _plugindir      
%{_datadir}/squirrelmail/plugins/%{_plugin}
+
+%description
+This plugin allows users to specify a default list of CC and/or BCC
+addresses that should be included on every email sent.
+
+%description -l pl
+Wtyczka pozwalająca użytkownikom na stworzenie listy adresów CC i/lub
+BCC, które będą automatycznie dołączane do każdego wysłanego maila.
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir}
+
+install *.php $RPM_BUILD_ROOT%{_plugindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL README
+%dir %{_plugindir}
+%{_plugindir}/*.php
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/29 13:56:06  hawk
+- separated from squirrelmail.spec
+

================================================================
Index: SPECS/squirrelmail-plugin-gzip.spec
diff -u /dev/null SPECS/squirrelmail-plugin-gzip.spec:1.1
--- /dev/null   Mon May 29 15:56:12 2006
+++ SPECS/squirrelmail-plugin-gzip.spec Mon May 29 15:56:06 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+%define                _plugin gzip
+%define                mversion        1.1.1
+Summary:       Plugin for compressed tranfer support
+Summary(pl):   Wtyczka pozwalająca kompresować transmisję
+Name:          squirrelmail-plugin-%{_plugin}
+Version:       2.02
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       
http://www.squirrelmail.org/plugins/%{_plugin}-%{version}-%{mversion}.tar.gz
+# Source0-md5: 2df7370e0dbdf3e48e888cef094ead8b
+URL:           http://www.squirrelmail.org/
+Requires:      php-zlib
+Requires:      squirrelmail >= 1.4.6-2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _plugindir      
%{_datadir}/squirrelmail/plugins/%{_plugin}
+%define                _sysconfdir     /etc/webapps/squirrelmail
+
+%description
+This plugin allows SquirrelMail to compress its output to the browser,
+saving precious bandwidth.
+
+%description -l pl
+Wtyczka pozwalająca na kompresję transmisji między Wiewiórczą Pocztą i
+przeglądarką użytkownika. Oszczędza cenną przepustowość łącza.
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir} $RPM_BUILD_ROOT%{_sysconfdir}
+
+install *.php $RPM_BUILD_ROOT%{_plugindir}
+mv locale $RPM_BUILD_ROOT%{_plugindir}
+mv config.php.sample $RPM_BUILD_ROOT%{_sysconfdir}/%{_plugin}_config.php
+ln -s %{_sysconfdir}/%{_plugin}_config.php 
$RPM_BUILD_ROOT%{_plugindir}/config.php
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL README
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{_plugin}_config.php
+%dir %{_plugindir}
+%{_plugindir}/*.php
+%dir %{_plugindir}/locale
+%lang(el) %{_plugindir}/locale/el_GR
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/29 13:56:06  hawk
+- separated from squirrelmail.spec
+

================================================================
Index: SPECS/squirrelmail-plugin-motd.spec
diff -u /dev/null SPECS/squirrelmail-plugin-motd.spec:1.1
--- /dev/null   Mon May 29 15:56:12 2006
+++ SPECS/squirrelmail-plugin-motd.spec Mon May 29 15:56:06 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+%define                _plugin motd
+%define                mversion        1.0.3
+Summary:       Plugin that allows MOTD on login page
+Summary(pl):   Wtyczka pozwalająca umieścić MOTD na stronie logowania
+Name:          squirrelmail-plugin-%{_plugin}
+Version:       1.2
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       
http://www.squirrelmail.org/plugins/%{_plugin}.%{version}-%{mversion}.tar.gz
+# Source0-md5: d76f2f5282dfc4a4c90dc28326d92b4b
+URL:           http://www.squirrelmail.org/
+Requires:      squirrelmail >= 1.4.6-2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _plugindir      
%{_datadir}/squirrelmail/plugins/%{_plugin}
+
+%description
+This plugin will allow you to place a "Message of the Day" on the
+loginscreen.
+
+%description -l pl
+Ta wtyczka pozwoli Ci zamieścić "Wiadomość Dnia" ("Message of the
+Day") na stronie logowania.
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir}
+
+install *.php $RPM_BUILD_ROOT%{_plugindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{_plugindir}
+%{_plugindir}/*.php
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/29 13:56:06  hawk
+- separated from squirrelmail.spec
+

================================================================
Index: SPECS/squirrelmail-plugin-password_forget.spec
diff -u /dev/null SPECS/squirrelmail-plugin-password_forget.spec:1.1
--- /dev/null   Mon May 29 15:56:12 2006
+++ SPECS/squirrelmail-plugin-password_forget.spec      Mon May 29 15:56:06 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+%define                _plugin password_forget
+%define                mversion        1.0.1
+Summary:       Plugin for login/password form names randomization
+Summary(pl):   Wtyczka generująca losowe nazwy pól login/hasło w formularzu
+Name:          squirrelmail-plugin-%{_plugin}
+Version:       2.1
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       
http://www.squirrelmail.org/plugins/%{_plugin}.%{version}-%{mversion}.tar.gz
+# Source0-md5: 33ffd387d5190b690d53358cb3b4e691
+URL:           http://www.squirrelmail.org/
+Requires:      php-zlib
+Requires:      squirrelmail >= 1.4.6-2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _plugindir      
%{_datadir}/squirrelmail/plugins/%{_plugin}
+%define                _sysconfdir     /etc/webapps/squirrelmail
+
+%description
+This plugin will generate random names for login/password form fields
+to prevent browsers for remembering users passwords.
+
+%description -l pl
+Ta wtyczka będzie generować losowe nazwy pól formularza dla loginu i
+hasła aby uniemożliwić przeglądarkom zapamiętywanie haseł
+użytkowników.
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir} $RPM_BUILD_ROOT%{_sysconfdir}
+
+install *.php $RPM_BUILD_ROOT%{_plugindir}
+mv config.php.sample $RPM_BUILD_ROOT%{_sysconfdir}/%{_plugin}_config.php
+ln -s %{_sysconfdir}/%{_plugin}_config.php 
$RPM_BUILD_ROOT%{_plugindir}/config.php
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL README
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{_plugin}_config.php
+%dir %{_plugindir}
+%{_plugindir}/*.php
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/29 13:56:06  hawk
+- separated from squirrelmail.spec
+

================================================================
Index: SPECS/squirrelmail-plugin-quicksave.spec
diff -u /dev/null SPECS/squirrelmail-plugin-quicksave.spec:1.1
--- /dev/null   Mon May 29 15:56:12 2006
+++ SPECS/squirrelmail-plugin-quicksave.spec    Mon May 29 15:56:06 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+%define                _plugin quicksave
+%define                mversion        1.1.0
+Summary:       Plugin that protects messages during composition
+Summary(pl):   Wtyczka chroniąca wiadomości w czasie ich tworzenia
+Name:          squirrelmail-plugin-%{_plugin}
+Version:       2.3
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       
http://www.squirrelmail.org/plugins/%{_plugin}-%{version}-%{mversion}.tar.gz
+# Source0-md5: c60c68aace4eb67ccba4282327b13fdc
+URL:           http://www.squirrelmail.org/
+Requires:      php-zlib
+Requires:      squirrelmail >= 1.4.6-2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _plugindir      
%{_datadir}/squirrelmail/plugins/%{_plugin}
+
+%description
+This plugin automatically saves the email message being composed from
+accidental wipe out by refreshing the right frame or otherwise leaving
+the Compose page.
+
+It's all javascript on the Compose page, plus a form that we're using
+for storage in the left_main frame. User won't ever know that it's
+installed unless he have lost a message and it can be recovered.
+
+%description -l pl
+Wtyczka automatycznie zapisująca treść wiadomości w czasie jej
+tworzenia. Chroni przed utratą tworzonej wiadomości na skutek
+przypadkowego odświeżenia lub przeładowania strony.
+
+Na wtyczkę składa się javascript na stronie tworzenia wiadomości oraz
+formularz używany do zapisywania w lewym panelu. Użytkownik nie będzie
+nawet wiedział o istnieniu wtyczki do czasu aż straci wiadomość i
+będzie w stanie ją odzyskać
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir} $RPM_BUILD_ROOT%{_sysconfdir}
+
+install *.php $RPM_BUILD_ROOT%{_plugindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL README
+%dir %{_plugindir}
+%{_plugindir}/*.php
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/29 13:56:06  hawk
+- separated from squirrelmail.spec
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to