Author: undefine Date: Sat Mar 24 00:36:09 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: sitemap_gen.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/sitemap_gen.spec diff -u /dev/null SPECS/sitemap_gen.spec:1.1 --- /dev/null Sat Mar 24 01:36:09 2007 +++ SPECS/sitemap_gen.spec Sat Mar 24 01:36:03 2007 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: Google Sitemap Generator +Summary(pl.UTF-8): Generator Sitemap z google +Name: sitemap_gen +Version: 1.4 +Release: 1 +License: BSD +Group: Applications +Source0: http://dl.sourceforge.net/goog-sitemapgen/%{name}-%{version}.tar.gz +# Source0-md5: 0cd37e1295631b5b1ac484cfac321297 +URL: https://www.google.com/webmasters/tools/docs/pl/sitemap-generator.html +Requires: python +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Google Sitemap Generator is a Python script that creates a Sitemap +for your site using the Sitemap Protocol. This script can create +Sitemaps from URL lists, web server directories, or from access logs. + +%description -l pl.UTF-8 +Skrypt Google Sitemap Generator to skrypt w języku Python, służący +do tworzenia mapy witryny przy użyciu protokołu Sitemap Protocol. +Skrypt umożliwia tworzenie map witryn z list adresów URL, katalogów +serwerów internetowych lub dzienników dostępu. + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version}} + +install sitemap_gen.py $RPM_BUILD_ROOT%{_bindir} +install example* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/* +%{_examplesdir}/%{name}-%{version} + +%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 2007/03/24 00:36:03 undefine +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
