[svn] r4610 - in trunk/rpms: . liferea python-psycopg qwtplot3d
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Thu Aug 3 19:53:19 CEST 2006
Author: dries
Date: 2006-08-03 19:53:18 +0200 (Thu, 03 Aug 2006)
New Revision: 4610
Added:
trunk/rpms/qwtplot3d/
trunk/rpms/qwtplot3d/qwtplot3d.spec
Modified:
trunk/rpms/liferea/liferea.spec
trunk/rpms/python-psycopg/python-psycopg.spec
Log:
updates, qwtplot3d added for qtiplot
Modified: trunk/rpms/liferea/liferea.spec
===================================================================
--- trunk/rpms/liferea/liferea.spec 2006-08-03 14:15:48 UTC (rev 4609)
+++ trunk/rpms/liferea/liferea.spec 2006-08-03 17:53:18 UTC (rev 4610)
@@ -7,7 +7,7 @@
Summary: RSS/RDF feed reader
Name: liferea
-Version: 1.0.18
+Version: 1.0.19
Release: 1
License: GPL
Group: Applications/Internet
@@ -72,6 +72,9 @@
%{_libdir}/liferea/*.so*
%changelog
+* Thu Aug 03 2006 Dries Verachtert <dries at ulyssis.org> - 1.0.19-1
+- Updated to release 1.0.19.
+
* Tue Jul 25 2006 Dag Wieers <dag at wieers.com> - 1.0.18-1
- Updated to release 1.0.18.
Modified: trunk/rpms/python-psycopg/python-psycopg.spec
===================================================================
--- trunk/rpms/python-psycopg/python-psycopg.spec 2006-08-03 14:15:48 UTC (rev 4609)
+++ trunk/rpms/python-psycopg/python-psycopg.spec 2006-08-03 17:53:18 UTC (rev 4610)
@@ -3,17 +3,17 @@
%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
-%define real_name psycopg
+%define real_name psycopg2
Summary: PostgreSQL database adapter for Python
Name: python-psycopg
-Version: 1.1.21
-Release: 1.2
+Version: 2.0.4
+Release: 1
License: GPL/ZPL
Group: Development/Libraries
-URL: http://initd.org/projects/psycopg1
+URL: http://initd.org/tracker/psycopg
-Source: http://initd.org/pub/software/psycopg/psycopg-%{version}.tar.gz
+Source: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python >= 2.2, python-devel, postgresql-devel, mx
@@ -30,23 +30,31 @@
%setup -n %{real_name}-%{version}
%build
-%configure --with-postgres-includes="%{_includedir}/pgsql/"
-%{__make}
+CFLAGS="%{optflags}" %{__python} setup.py build
+#configure --with-postgres-includes="%{_includedir}/pgsql/"
+#{__make}
%install
%{__rm} -rf %{buildroot}
-%{__install} -d %{buildroot}%{python_sitearch}
-%makeinstall
+%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
+#{__install} -d %{buildroot}%{python_sitearch}
+#makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING CREDITS FAQ INSTALL NEWS README RELEASE* SUCCESS TODO VERSION* doc/examples doc/python*.txt
+%doc AUTHORS ChangeLog INSTALL README doc/*
%{python_sitearch}/psycopg*
%changelog
+* Thu Aug 03 2006 Dries Verachtert <dries at ulyssis.org> - 2.0.4-1
+- Updated to release 2.0.4.
+
+* Mon Jul 31 2006 Dries Verachtert <dries at ulyssis.org> - 2.0.3-1
+- Updated to release 2.0.3.
+
* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.1.21-1.2
- Rebuild for Fedora Core 5.
Added: trunk/rpms/qwtplot3d/qwtplot3d.spec
===================================================================
--- trunk/rpms/qwtplot3d/qwtplot3d.spec 2006-08-03 14:15:48 UTC (rev 4609)
+++ trunk/rpms/qwtplot3d/qwtplot3d.spec 2006-08-03 17:53:18 UTC (rev 4610)
@@ -0,0 +1,68 @@
+# $Id$
+# Authority: dries
+
+Summary: 3D plotting widget for scientific data and mathematical expressions
+Name: qwtplot3d
+Version: 0.2.6
+Release: 1
+License: GPL
+Group: Development/Libraries
+URL: http://qwtplot3d.sourceforge.net/
+
+Source: http://dl.sf.net/qwtplot3d/qwtplot3d-%{version}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: qt-devel
+
+%description
+qwtplot3d is a graphics extension to the Qt GUI application framework that
+provides a 3D plotting widget for scientific data and mathematical
+expressions.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
+
+%prep
+%setup -n %{name}
+
+%build
+qmake -d qwtplot3d.pro
+#configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -d %{buildroot}%{_includedir} %{buildroot}%{_libdir}
+%{__install} include/* %{buildroot}%{_includedir}/
+%{__install} lib/* %{buildroot}%{_libdir}/
+%makeinstall
+
+%post
+/sbin/ldconfig 2>/dev/null
+
+%postun
+/sbin/ldconfig 2>/dev/null
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc examples
+%{_libdir}/libqwtplot3d.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/qwt3d_*.h
+%{_libdir}/libqwtplot3d.so
+
+%changelog
+* Thu Aug 03 2006 Dries Verachtert <dries at ulyssis.org> - 0.2.6-1
+- Initial package.
Property changes on: trunk/rpms/qwtplot3d/qwtplot3d.spec
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list