Author: qboosh Date: Fri Mar 4 21:12:58 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - -htpasswd: replaced usage with real desc; pl
---- Files affected: SPECS: mini_httpd.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/mini_httpd.spec diff -u SPECS/mini_httpd.spec:1.25 SPECS/mini_httpd.spec:1.26 --- SPECS/mini_httpd.spec:1.25 Fri Mar 4 20:35:30 2005 +++ SPECS/mini_httpd.spec Fri Mar 4 22:12:53 2005 @@ -1,7 +1,4 @@ # $Revision$, $Date$ -# TODO: -# - polish description and summary at package htpasswd -# Summary: Small, simple HTTP daemon, supports SSL Summary(pl): Mały, prosty serwer HTTP ze wsparciem dla SSL Name: mini_httpd @@ -9,11 +6,11 @@ Release: 3.1 License: freely distributable Group: Networking/Daemons -URL: http://www.acme.com/software/mini_httpd/ -Source0: http://www.acme.com/software/%{name}/%{name}-%{version}.tar.gz +Source0: http://www.acme.com/software/mini_httpd/%{name}-%{version}.tar.gz # Source0-md5: 792a529dfe974355aad8ba6c80e54e7a Source1: %{name}.init Source2: %{name}.config +URL: http://www.acme.com/software/mini_httpd/ BuildRequires: openssl-devel >= 0.9.7d BuildRequires: sed PreReq: rc-scripts @@ -31,16 +28,23 @@ Prosty i mały serwer HTTP ze wsparciem dla SSL. %package -n htpasswd-%{name} -Summary: mini_httpd htpasswd utility -Group: Networking/Utilities -Provides: htpasswd -Obsoletes: htpasswd +Summary: mini_httpd htpasswd utility +Summary(pl): Narzędzie htpasswd z mini_httpd +Group: Networking/Utilities +Provides: htpasswd +Obsoletes: htpasswd %description -n htpasswd-%{name} -htpasswd from mini_httpd +htpasswd is used to create and update the flat-files used to store +usernames and password for basic authentication of HTTP users. This +package contains htpasswd from mini_httpd; it supports only CRYPT +encryption algorithm. -Usage: htpasswd [-c] passwordfile username -The -c flag creates a new file. +%description -n htpasswd-%{name} +htpasswd służy do tworzenia i uaktualniania płaskich plików służących +do przechowywania nazw użytkowników i haseł do uwierzytelnienia basic +użytkowników HTTP. Ten pakiet zawiera htpasswd z mini_httpd; ta wersja +obsługuje wyłącznie hasła zaszyfrowane przez CRYPT. %prep %setup -q @@ -58,7 +62,6 @@ %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT/etc/rc.d/init.d install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}} install -d $RPM_BUILD_ROOT%{_mandir}/man{1,8} @@ -106,13 +109,15 @@ %{_sbindir}/htpasswd %{_mandir}/man1/htpasswd.1* - %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.26 2005/03/04 21:12:53 qboosh +- -htpasswd: replaced usage with real desc; pl + Revision 1.25 2005/03/04 19:35:30 djrzulf - glen is a genious, simplify obsoletes section at htpasswd, - Rel +0.1, ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mini_httpd.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
