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

Tadej Janež tadej at fedoraproject.org
Fri Jan 30 19:00:47 UTC 2009


Author: tadej

Update of /cvs/pkgs/rpms/PyQwt/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32742/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	PyQwt.spec import.log 
Log Message:
Initial import.



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

Name:           PyQwt
Version:        5.1.0
Release:        3%{?dist}
Summary:        Python bindings for Qwt

Group:          Development/Languages
# GPLv2+ exceptions (see COPYING.PyQwt)
License:        GPLv2+ with exceptions
URL:            http://pyqwt.sourceforge.net/
Source0:        http://downloads.sourceforge.net/pyqwt/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  sip-devel
BuildRequires:  PyQt4-devel
BuildRequires:  numpy
BuildRequires:  qwt-devel

Requires:       PyQt4
Requires:       numpy

%description
PyQwt is a set of Python bindings for the Qwt C++ class library which extends
the Qt framework with widgets for scientific and engineering applications. It
provides a widget to plot 2-dimensional data and various widgets to display and
control bounded or unbounded floating point values.

%package devel
Summary: Files needed to build other bindings on PyQwt
Group:   Development/Languages
Requires: %{name} = %{version}-%{release}
Requires: PyQt4-devel
Requires: qwt-devel
%description devel
Files needed to build other bindings for Qwt C++ classes that inherit from
any of the PyQwt classes.

%prep
%setup -q

# mark examples non-executable
find qt4examples/ -name "*.py" | xargs chmod a-x

%build
QWTDIR=%{_includedir}/qwt
cd configure
%{__python} configure.py -I$QWTDIR -lqwt --disable-numarray --disable-numeric
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
cd configure
make DESTDIR=%{buildroot} install

# non-executable script
chmod 755 %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/grace.py
 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc ANNOUNCEMENT-%{version} README
%doc COPYING*
%{python_sitearch}/PyQt4/Qwt5/

%files devel
%defattr(-,root,root,-)
%doc Doc/*
%doc qt4examples/ 
%{_datadir}/sip/PyQt4/Qwt5/

%changelog
* Sat Jan 24 2009 Tadej Janež <tadej.janez at tadej.hicsalta.si> 5.1.0-3
- made grace.py executable again

* Fri Jan 09 2009 Tadej Janež <tadej.janez at tadej.hicsalta.si> 5.1.0-2
- disabled support for Numeric and Numarray
- incorporated fixes from package review in BZ472229

* Tue Nov 18 2008 Tadej Janež <tadej.janez at tadej.hicsalta.si> 5.1.0-1
- initial package


--- NEW FILE import.log ---
PyQwt-5_1_0-3_fc10:F-9:PyQwt-5.1.0-3.fc10.src.rpm:1233341936


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PyQwt/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jan 2009 05:37:50 -0000	1.1
+++ .cvsignore	30 Jan 2009 19:00:16 -0000	1.2
@@ -0,0 +1 @@
+PyQwt-5.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyQwt/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jan 2009 05:37:50 -0000	1.1
+++ sources	30 Jan 2009 19:00:16 -0000	1.2
@@ -0,0 +1 @@
+c9d662a0d4fc95cec75d3c526e4e748a  PyQwt-5.1.0.tar.gz




More information about the fedora-extras-commits mailing list