SPECS: gen-auth.spec (NEW) - initial PLD release
pawelz
pawelz at pld-linux.org
Sun Feb 22 22:36:16 CET 2009
Author: pawelz Date: Sun Feb 22 21:36:16 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
gen-auth.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gen-auth.spec
diff -u /dev/null SPECS/gen-auth.spec:1.1
--- /dev/null Sun Feb 22 22:36:16 2009
+++ SPECS/gen-auth.spec Sun Feb 22 22:36:11 2009
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+#
+%include /usr/lib/rpm/macros.perl
+Summary: SMTP authentication tool
+Summary(pl.UTF-8): Narzędzie do uwierzytelniania SMTP
+Name: gen-auth
+Version: 20060620.0
+Release: 0.1
+License: GPL v2_
+Group: Applications
+Source0: %{name}.pl
+URL: http://jetmore.org/john/code/#gen-auth
+BuildRequires: perl-tools-pod
+BuildRequires: rpm-perlprov
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gen-auth is a tool that generates and decodes SMTP authentication
+strings (PLAIN, LOGIN, CRAM-MD5, SPA).
+
+%description -l pl.UTF-8
+Narzędzie służące do generowania i dekodowania łancuchów
+uwierzytelniania SMTP. Obsługiwane standardy to PLAIN, LOGIN, CRAM-MD5
+i SPA.
+
+%prep
+%setup -q -c -T
+
+%build
+pod2man %SOURCE0 > gen-auth.1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install %SOURCE0 $RPM_BUILD_ROOT%{_bindir}/%{name}
+install gen-auth.1 $RPM_BUILD_ROOT%{_mandir}/man1/gen-auth.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/gen-auth.1*
+
+%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 2009/02/22 21:36:11 pawelz
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list