We don't maintain changelog in spec file, we maintain it in .changes file
We need a BMC# talked about in .changes file
hope this is just used for debugging or development, we don't want python in 
run time image

Peter

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Christophe
> Dumez
> Sent: Wednesday, June 08, 2011 3:21 AM
> To: [email protected]
> Cc: Dumez, Christophe
> Subject: [meego-commits] 20227: New package
> MeeGo:1.2:oss:Testing/python-argparse
> 
> Hi,
> Adding new package python-argparse in project MeeGo:1.2:oss:Testing. Please
> review and accept ASAP.
> 
> Justification for this new package:
> 
> Dependency for evolution-data-server
> 
> Thank You,
> Christophe Dumez
> 
> [This message was auto-generated]
> 
> ---
> 
> Request #20227:
> 
>   submit:   eds/python-argparse(r1) ->
> MeeGo:1.2:oss:Testing/python-argparse
> 
> 
> Message:
>     Dependency for evolution-data-server
> 
> State:   new          2011-06-08T03:20:43 christophed
> Comment: None
> 
> 
> This is a NEW package in MeeGo:1.2:oss:Testing project.
> The files in the new package:
> python-argparse/
>   |__  argparse-1.1.zip
>   |__  python-argparse.changes
>   |__  python-argparse.spec
> 
> The content of the spec file, python-argparse.spec:
> ================================================================
> ===
> %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
> distutils.sysconfig import get_python_lib; print get_python_lib()")}
> %{!?pyver: %global pyver %(%{__python} -c "import sys ; print 
> sys.version[:3]")}
> %global oname  argparse
> 
> Summary:       Optparse inspired command line parser for Python
> Name:          python-argparse
> Version:       1.1
> Release:       1%{?dist}
> License:       ASL 2.0
> Group:         Development/Languages
> URL:           http://code.google.com/p/argparse/
> Source0:
> http://argparse.googlecode.com/files/argparse-%{version}.zip
> BuildRequires: python-setuptools-devel dos2unix
> BuildArch:     noarch
> BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}
> -n)
> 
> %description
> 
> The argparse module is an optparse-inspired command line parser that
> improves on optparse by:
>  * handling both optional and positional arguments
>  * supporting parsers that dispatch to sub-parsers
>  * producing more informative usage messages
>  * supporting actions that consume any number of command-line args
>  * allowing types and actions to be specified with simple callables
>     instead of hacking class attributes like STORE_ACTIONS or
> CHECK_METHODS
> 
> as well as including a number of other more minor improvements on the
> optparse API.
> 
> %prep
> %setup -q -n %{oname}-%{version}
> dos2unix -k README.txt doc/_static/pygments.css
> %{__rm} -rf doc/source
> 
> %build
> %{__python} setup.py build
> 
> %install
> %{__rm} -rf %{buildroot}
> %{__python} setup.py install -O1 --skip-build --root %{buildroot}
> 
> %check
> pushd test
> PYTHONPATH=../ %{__python} test_%{oname}.py
> 
> %clean
> %{__rm} -rf %{buildroot}
> 
> %files
> %defattr(-, root, root, -)
> %doc README.txt doc/*
> %{python_sitelib}/%{oname}.py*
> %{python_sitelib}/%{oname}-%{version}-py%{pyver}.egg-info/
> 
> %changelog
> * Fri Jun 18 2010 Terje Rosten <[email protected]> - 1.1-1
> - 1.1
> 
> * Sun Dec 06 2009 Terje Rosten <[email protected]> - 1.0.1-1
> - 1.0.1
> - Ship more docs
> - Project has moved
> - Disable test for now
> - Change license to Apache 2.0
> 
> * Sun Jul 26 2009 Fedora Release Engineering <[email protected]>
> - 0.8.0-4
> - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
> 
> * Thu Feb 26 2009 Fedora Release Engineering
> <[email protected]> - 0.8.0-3
> - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
> 
> * Wed Feb 11 2009 Terje Rosten <[email protected]> - 0.8.0-2
> - fixes from review, thanks Jussi!
> 
> * Sat Jan 17 2009 Terje Rosten <[email protected]> - 0.8.0-1
> - initial build
> 
> 
> ================================================================
> ===
> 
> _______________________________________________
> MeeGo-commits mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-commits
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to