SPECS: squirrelmail-plugin-change_mysqlpass.spec (NEW) - forgotten...

qboosh qboosh at pld-linux.org
Sun Aug 27 22:37:10 CEST 2006


Author: qboosh                       Date: Sun Aug 27 20:37:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- forgotten spec from Krzysztof Moscicki <stivi at elomza.pl>

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

---- Diffs:

================================================================
Index: SPECS/squirrelmail-plugin-change_mysqlpass.spec
diff -u /dev/null SPECS/squirrelmail-plugin-change_mysqlpass.spec:1.1
--- /dev/null	Sun Aug 27 22:37:10 2006
+++ SPECS/squirrelmail-plugin-change_mysqlpass.spec	Sun Aug 27 22:37:05 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+%define		_plugin	change_mysqlpass
+%define		mversion	1.2.8
+Summary:	Change_mysqlpass plugin for SquirrelMail
+Summary(pl):	Wtyczka do zmiany haseł w bazie MySQL
+Name:		squirrelmail-plugin-%{_plugin}
+Version:	3.2
+Release:	%{mversion}.0.1
+License:	GPL
+Group:		Applications/Mail
+Source0:	http://www.squirrelmail.org/plugins/%{_plugin}-%{version}-%{mversion}.tar.gz
+# Source0-md5:	fe62211cae50bf460feec643211d7308
+URL:		http://www.squirrelmail.org/
+Requires:	squirrelmail >= 1.4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_plugindir	%{_datadir}/squirrelmail/plugins/%{_plugin}
+
+%description
+Change MySQL Password allows users to change their passwords when they
+are stored in a MySQL database. Supports both crypted (MD5, SASL,
+UNIX) and plaintext passwords as well as allowing the administrator to
+force password changes. If you have SSL support in your web server,
+you may also force the connection to SSL when the user is changing her
+password.
+
+%description -l pl
+Change MySQL Password pozwala użytkownikom na zmianę ich haseł jeśli
+są przechowywane w mazie MySQL. Obsługuje szyfrowanie (MD5, SASL,
+UNIX) oraz hasła czystym tekstem w zalezności jak pozwala na to
+administrator. Jeśli twój serwer WWW obsługuje SSL, możesz także
+wymusić połączenie przez SSL w przypadku zmiany hasła przez
+użytkownika.
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir}
+
+install *.php $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
+%config(noreplace) %verify(not size mtime md5) %{_plugindir}/config.php
+%dir %{_plugindir}
+%{_plugindir}/*.php
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/08/27 20:37:05  qboosh
+- forgotten spec from Krzysztof Moscicki <stivi at elomza.pl>
================================================================


More information about the pld-cvs-commit mailing list