[python-argparse/el6] Include LICENSE.txt file

Toshio くらとみ toshio at fedoraproject.org
Wed Jun 29 16:18:48 UTC 2011


commit 288274292ff809340b6c43447a15b1ce51ad8588
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Jun 29 09:18:33 2011 -0700

    Include LICENSE.txt file

 python-argparse.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-argparse.spec b/python-argparse.spec
index 6578142..2f2352d 100644
--- a/python-argparse.spec
+++ b/python-argparse.spec
@@ -31,7 +31,7 @@ optparse API.
 
 %prep
 %setup -q -n %{oname}-%{version}
-dos2unix -k README.txt
+dos2unix -k README.txt NEWS.txt
 %{__rm} -rf doc/source
 
 %build
@@ -50,7 +50,7 @@ PYTHONPATH=../ %{__python} test_%{oname}.py
 
 %files
 %defattr(-, root, root, -)
-%doc README.txt LICENSE.txt doc/*
+%doc README.txt LICENSE.txt NEWS.txt doc/*
 %{python_sitelib}/*
 
 %changelog


More information about the scm-commits mailing list