rpms/python-dotconf/F-9 import.log, NONE, 1.1 python-dotconf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hemant Goyal (hemantg) fedora-extras-commits at redhat.com
Fri Aug 1 09:22:58 UTC 2008


Author: hemantg

Update of /cvs/pkgs/rpms/python-dotconf/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21747/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-dotconf.spec 
Log Message:
Initial Package Commit



--- NEW FILE import.log ---
python-dotconf-0_2_1-7_fc7:F-9:python-dotconf-0.2.1-7.fc7.src.rpm:1217582458


--- NEW FILE python-dotconf.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-dotconf
Version:        0.2.1
Release:        7%{?dist}
Summary:        Parser for the dot.conf configuration file

Group:          Development/Libraries
License:        GPLv3+
URL:            http://code.google.com/p/python-dotconf/
Source0:        http://python-dotconf.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArchitectures: noarch

%if 0%{?fedora}
BuildRequires: python-setuptools-devel
%else
BuildRequires: python-setuptools
%endif      

%description
Parser for the dot.conf configuration file

%prep
%setup -q

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{python_sitelib}/*

%changelog



* Wed Jul 23 2008    Hemant Goyal <goyal.hemant at gmail.com> 0.2-7
- packaging new upstream release

* Fri Jul 18 2008    Hemant Goyal <goyal.hemant at gmail.com> 0.2-5
- detecting OLPC branch instead of >F-8 for inclusion of python-setuptools-devel
- included python-eggs for F-9
- Modified license to GPLv3+.

* Thu Jul 17 2008    Hemant Goyal <goyal.hemant at gmail.com> 0.2-4
- Added %%BuildArchitectures: noarch to fix rpmlint E:No Binary

* Wed Jul 16 2008    Hemant Goyal <goyal.hemant at gmail.com> 0.2-3
- Changed URL and location of package

* Sat Jul 11 2008    Hemant Goyal <goyal.hemant at gmail.com> 0.2-2
- New version with single file dotconf.py

* Fri Jul 10 2008    Hemant Goyal <goyal.hemant at gmail.com> 0.1-1
- Initial Commit


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-dotconf/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jul 2008 18:12:09 -0000	1.1
+++ .cvsignore	1 Aug 2008 09:22:28 -0000	1.2
@@ -0,0 +1 @@
+python-dotconf-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-dotconf/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jul 2008 18:12:09 -0000	1.1
+++ sources	1 Aug 2008 09:22:28 -0000	1.2
@@ -0,0 +1 @@
+95620750d74dd95315dd181e64855065  python-dotconf-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list