[PATCH] squirrelmail

Michal Kochanowicz michal w michal.waw.pl
Nie, 13 Cze 2004, 20:29:39 CEST


Hej,

załączony patch dodaje kilka pluginów.
-- 
--= Michal Kochanowicz =--==--==BOFH==--==--= michal w michal.waw.pl =--
--= finger me for PGP public key or visit http://michal.waw.pl/PGP =--
--==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==--
A chodzenie po górach SSIE!!!
-------------- następna część ---------
Index: squirrelmail.spec
===================================================================
RCS file: /cvsroot/SPECS/squirrelmail.spec,v
retrieving revision 1.82
diff -u -r1.82 squirrelmail.spec
--- squirrelmail.spec	8 Jun 2004 09:33:47 -0000	1.82
+++ squirrelmail.spec	13 Jun 2004 18:29:16 -0000
@@ -20,6 +20,18 @@
 %define		_change_passwd_version	4.0
 Source3:	http://www.squirrelmail.org/plugins/change_passwd-%{_change_passwd_version}-1.2.8.tar.gz
 # Source3-md5:	22b5ee1698b2e59a88f2150a96ec17f3
+Source4:	http://www.squirrelmail.org/plugins/download_all.0.1-1.5.0.tar.gz
+# Source4-md5:	15dd4c4a21f2cb1f7e09a83cdeb59761
+Source5:	http://www.squirrelmail.org/plugins/extract.0.1-1.4.0.tar.gz
+# Source5-md5:	a35dd91f109c99107cbe97a7b22fead4
+Source6:	http://www.squirrelmail.org/plugins/archive_mail.0.6-1.2.8.tar.gz
+# Source6-md5:	b8e5c7a70d1433c7c95a17817511b38a
+Source7:	http://www.squirrelmail.org/plugins/folder_sizes.1.4-1.4.tar.gz
+# Source7-md5:	8d752c45aefe9fea98d5a274398c81df
+Source8:	http://www.squirrelmail.org/plugins/abook_import_export-0.7-1.4.0.tar.gz
+# Source8-md5:	8cedf2275f973e6848db222c5e7beaf5
+Source9:	http://www.squirrelmail.org/plugins/address_add.1.9-1.2.8.tar.gz
+# Source9-md5:	8fe5832904b94d6ca2c06551df5290e1
 Patch0:		%{name}-ri_once.patch
 Patch1:		%{name}-abook_take.patch
 Patch2:		%{name}-addgraphics.patch
@@ -144,6 +156,84 @@
 %description newmail -l pl
 Wiewiórcza wtyczka informująca o nowej poczcie.
 
+# TODO: requires 1.5 CVS 2003.07.30+
+#%package download_all
+#Summary:	Downloads all attachements as one ZIP
+#Summary(pl):	Ściąga wszystkie załączniki jako jeden ZIP
+#Group:		Applications/Mail
+#Requires:	%{name} = %{version}
+#
+#%description download_all
+#If multiple attachments are presented for download, it shows a "Download
+#All" link right below the attachments download link and will zip all the
+#attachments and allow you to download them.
+#
+#%description download_all -l pl
+#Jeśli email zawiera wiele załączników, ten plugin dodaje link "Download
+#All" który pozwala ściągnąć wszystkie załączniki jaki jedno archiwum
+#ZIP.
+
+%package extract
+Summary:	Download of single files from ZIP/gz/tar attachements
+Summary(pl):	Pozwala ściągnąć pojedyncze pliki z załącznika ZIP/gz/tar
+Group:		Applications/Mail
+Requires:	%{name} = %{version}
+
+%description extract
+Download of single files from ZIP/gz/tar attachements.
+
+%description extract -l pl
+Pozwala ściągnąć pojedyncze pliki z załącznika ZIP/gz/tar.
+
+%package archive_mail
+Summary:	Downloads entire mail folder in ZIP file
+Summary(pl):	Ściąga cały folder poczty jako plik ZIP
+Group:		Applications/Mail
+Requires:	%{name} = %{version}
+Requires:	php-zlib
+
+%description archive_mail
+Downloads entire mail folder in ZIP file.
+
+%description archive_mail -l pl
+Ściąga cały folder poczty jako plik ZIP.
+
+%package folder_sizes
+Summary:	Shows folder sizes and message counts
+Summary(pl):	Pokazuje rozmiary folderów i liczbę wiadomości
+Group:		Applications/Mail
+Requires:	%{name} = %{version}
+
+%description folder_sizes
+Shows folder sizes and message counts.
+
+%description folder_sizes -l pl
+Pokazuje rozmiary folderów i liczbę wiadomości.
+
+%package abook_import_export
+Summary:	Import / export of address book
+Summary(pl):	Import / eksport książki adresowej
+Group:		Applications/Mail
+Requires:	%{name} = %{version}
+
+%description abook_import_export
+Import / export of address book.
+
+%description abook_import_export -l pl
+Import / eksport książki adresowej.
+
+%package address_add
+Summary:	Allows adding of message sender to address book
+Summary(pl):	Pozwala dodawać nadawcę listu do książki adresowej
+Group:		Applications/Mail
+Requires:	%{name} = %{version}
+
+%description address_add
+Allows adding of message sender to address book.
+
+%description address_add -l pl
+Pozwala dodawać nadawcę listu do książki adresowej.
+
 %prep
 %setup -q -a1
 
@@ -157,6 +247,12 @@
 
 tar -zxvf %{SOURCE2} -C plugins
 tar -zxvf %{SOURCE3} -C plugins
+tar -zxvf %{SOURCE4} -C plugins
+tar -zxvf %{SOURCE5} -C plugins
+tar -zxvf %{SOURCE6} -C plugins
+tar -zxvf %{SOURCE7} -C plugins
+tar -zxvf %{SOURCE8} -C plugins
+tar -zxvf %{SOURCE9} -C plugins
 
 # use poppassd from separate package; don't include x86 binaries!!!
 rm -rf plugins/change_pass/{courierpassd,poppassd}*
@@ -346,6 +442,31 @@
 %files newmail
 %defattr(644,root,root,755)
 %{_squirreldir}/plugins/newmail
+
+# See note above.
+#%files download_all
+#%defattr(644,root,root,755)
+#%{_squirreldir}/plugins/download_all
+
+%files extract
+%defattr(644,root,root,755)
+%{_squirreldir}/plugins/extract
+
+%files archive_mail
+%defattr(644,root,root,755)
+%{_squirreldir}/plugins/archive_mail
+
+%files folder_sizes
+%defattr(644,root,root,755)
+%{_squirreldir}/plugins/folder_sizes
+
+%files abook_import_export
+%defattr(644,root,root,755)
+%{_squirreldir}/plugins/abook_import_export
+
+%files address_add
+%defattr(644,root,root,755)
+%{_squirreldir}/plugins/address_add
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog


Więcej informacji o liście dyskusyjnej pld-devel-pl