rpms/pywbxml/devel pywbxml.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sat Jan 12 23:46:22 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/pywbxml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9945/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pywbxml.spec 
Log Message:
- initial import



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

Name:           pywbxml
Version:        0.1
Release:        1%{?dist}
Summary:        Python wrapper for wbxml2

Group:          Development/Languages
License:        MIT
URL:            http://www.synce.org
Source0:        http://downloads.sourceforge.net/synce/pywbxml-0.1.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel Pyrex
BuildRequires:  wbxml2-devel >= 0.9.2

%description
%{summary}

%prep
%setup -q

%build
%configure --disable-dependency-tracking  --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{python_sitearch}/*.so

%changelog
* Mon Jan 07 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.1-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pywbxml/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jan 2008 20:41:46 -0000	1.1
+++ .cvsignore	12 Jan 2008 23:45:49 -0000	1.2
@@ -0,0 +1 @@
+pywbxml-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pywbxml/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jan 2008 20:41:46 -0000	1.1
+++ sources	12 Jan 2008 23:45:49 -0000	1.2
@@ -0,0 +1 @@
+6a1181b7be09ba69fe6768a0f6156416  pywbxml-0.1.tar.gz




More information about the fedora-extras-commits mailing list