Author: undefine                     Date: Thu Feb 24 12:14:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   squirrelmail-plugin-check_quota.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/squirrelmail-plugin-check_quota.spec
diff -u /dev/null SPECS/squirrelmail-plugin-check_quota.spec:1.1
--- /dev/null   Thu Feb 24 13:14:39 2005
+++ SPECS/squirrelmail-plugin-check_quota.spec  Thu Feb 24 13:14:31 2005
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+# TODO:
+# - check dir
+# - separate locales
+# - better pl description
+%define                _plugin check_quota
+%define                mversion        1.2.7
+Summary:       Check Quota plugin for SquirrelMail
+Summary(pl):   Wtyczka do sprawdzania limitów dyskowych
+Name:          squirrelmail-plugin-%{_plugin}
+Version:       1.3
+Release:       %{mversion}.0.1
+License:       GPL
+Group:         Applications/Mail
+Source0:       
http://www.squirrelmail.org/plugins/%{_plugin}-%{version}-%{mversion}.tar.gz
+# Source0-md5: 66c62595cbbae224cf352089ae68923e
+URL:           http://www.squirrelmail.org/
+Requires:      squirrelmail >= 1.4
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _plugindir      
/home/services/httpd/html/squirrel/plugins/%{_plugin}
+
+%description
+This plugin includes the functionality of two plugins, which
+are Quota Usage plugin and Disk Quota plugin.
+
+It can retrieve the current quota usage from the IMAP
+server using the IMAP4 QUOTA extension.  It displays size-
+based quotas and/or message-count quotas, as given by the IMAP
+server. This function comes from Quota Usage plugin.
+
+Also it can retrieve the current quota usage from UNIX quota
+command for UNIX-quota based systems. It displays size-based
+quotas and/or file-count quotas, as retreived from the quota
+command. This function comes from Disk Quota plugin.
+
+%description -l pl
+Wtyczka łączy funkcjonalność dwóch innych wtyczek - Quota Usage i Disk Quota.
+
+Możesz pobrać aktualne użycie przestrzeni dyskowej pobieranej przez
+rozszerzenia IMAP4 QUOTA.
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir}
+
+install *.php $RPM_BUILD_ROOT%{_plugindir}
+cp -r images swf locale $RPM_BUILD_ROOT%{_plugindir}
+install config.php.sample $RPM_BUILD_ROOT%{_plugindir}/config.php
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL README FAQ TRANSLATING OLDCHANGELOG
+%config(noreplace) %verify(not size mtime md5) %{_plugindir}/config.php
+%dir %{_plugindir}
+%{_plugindir}/*.php
+%{_plugindir}/swf
+%{_plugindir}/locale
+%{_plugindir}/images
+
+%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  2005/02/24 12:14:31  undefine
+- initial
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to