rpms/python-cpio/devel python-cpio.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Mon Mar 13 04:56:00 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/python-cpio/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8082/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-cpio.spec 
Log Message:
auto-import python-cpio-0.1-1 on branch devel from python-cpio-0.1-1.src.rpm


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

Name:           python-cpio
Version:        0.1
Release:        1%{?dist}
Summary:        A Python module for accessing cpio archives

Group:          Development/Languages
License:        LGPL
URL:            http://developer.berlios.de/projects/python-cpio/
Source0:        http://download.berlios.de/python-cpio/python-cpio-0.1.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")

%description
This is a Python module for accessing cpio archives.

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

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

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING.lib README TODO
%{python_sitelib}/cpioarchive.py
%{python_sitelib}/cpioarchive.py[co]

%changelog
* Tue Jan  3 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.1-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-cpio/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Mar 2006 04:55:23 -0000	1.1
+++ .cvsignore	13 Mar 2006 04:56:00 -0000	1.2
@@ -0,0 +1 @@
+python-cpio-0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-cpio/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Mar 2006 04:55:23 -0000	1.1
+++ sources	13 Mar 2006 04:56:00 -0000	1.2
@@ -0,0 +1 @@
+277934c8aa149dfa2714d70a68fe363d  python-cpio-0.1.tar.bz2




More information about the fedora-extras-commits mailing list