Author: pawelz Date: Sun Feb 22 21:44:38 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed License string - generate text doc - rel 1
---- Files affected: SPECS: gen-auth.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/gen-auth.spec diff -u SPECS/gen-auth.spec:1.1 SPECS/gen-auth.spec:1.2 --- SPECS/gen-auth.spec:1.1 Sun Feb 22 22:36:11 2009 +++ SPECS/gen-auth.spec Sun Feb 22 22:44:33 2009 @@ -5,9 +5,10 @@ Summary(pl.UTF-8): Narzędzie do uwierzytelniania SMTP Name: gen-auth Version: 20060620.0 -Release: 0.1 -License: GPL v2_ +Release: 1 +License: GPL v2+ Group: Applications +# based on http://jetmore.org/john/code/gen-auth Source0: %{name}.pl URL: http://jetmore.org/john/code/#gen-auth BuildRequires: perl-tools-pod @@ -29,6 +30,7 @@ %build pod2man %SOURCE0 > gen-auth.1 +pod2text %SOURCE0 > gen-auth.txt %install rm -rf $RPM_BUILD_ROOT @@ -44,6 +46,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/%{name} %{_mandir}/man1/gen-auth.1* +%doc gen-auth.txt %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -51,6 +54,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/02/22 21:44:33 pawelz +- fixed License string +- generate text doc +- rel 1 + Revision 1.1 2009/02/22 21:36:11 pawelz - initial PLD release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gen-auth.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
