SPECS: diveintopython.spec (NEW) - new
witekfl
witekfl at pld-linux.org
Sun Jul 30 18:40:56 CEST 2006
Author: witekfl Date: Sun Jul 30 16:40:56 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
diveintopython.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/diveintopython.spec
diff -u /dev/null SPECS/diveintopython.spec:1.1
--- /dev/null Sun Jul 30 18:40:56 2006
+++ SPECS/diveintopython.spec Sun Jul 30 18:40:51 2006
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary: A Python book
+Summary(pl): Książka o Pythonie
+Name: diveintopython
+Version: 5.4
+Release: 1
+License: FDL
+Group: Documentation
+Source0: http://www.diveintopython.org/download/%{name}-html-%{version}.zip
+# Source0-md5: 09247597b21c6253b810f081053e56b5
+URL: http://diveintopython.org/
+BuildRequires: unzip
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dive Into Python is a Python book for experienced programmers.
+
+%description -l pl
+Dive Into Python (Zagłębiając się w Pythona) jest książką o Pythonie
+dla doświadczonych programistów.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+cp -a py/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc html
+%{_examplesdir}/%{name}-%{version}
+
+%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/07/30 16:40:51 witekfl
+- new
+
+
================================================================
More information about the pld-cvs-commit
mailing list