]> git.pld-linux.org Git - packages/diveintopython.git/commitdiff
- new
authorwitekfl <witekfl@pld-linux.org>
Sun, 30 Jul 2006 16:40:51 +0000 (16:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    diveintopython.spec -> 1.1

diveintopython.spec [new file with mode: 0644]

diff --git a/diveintopython.spec b/diveintopython.spec
new file mode 100644 (file)
index 0000000..a4151ce
--- /dev/null
@@ -0,0 +1,37 @@
+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}
This page took 0.109188 seconds and 4 git commands to generate.