[svn] r5120 - in trunk/rpms: . guichan libuninum msort
python-sqlalchemy
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Jan 28 12:39:34 CET 2007
Author: dries
Date: 2007-01-28 12:39:32 +0100 (Sun, 28 Jan 2007)
New Revision: 5120
Added:
trunk/rpms/python-sqlalchemy/
trunk/rpms/python-sqlalchemy/python-sqlalchemy.spec
Modified:
trunk/rpms/guichan/guichan.spec
trunk/rpms/libuninum/libuninum.spec
trunk/rpms/msort/msort.spec
Log:
updates and sqlalchemy added
Modified: trunk/rpms/guichan/guichan.spec
===================================================================
--- trunk/rpms/guichan/guichan.spec 2007-01-26 23:37:15 UTC (rev 5119)
+++ trunk/rpms/guichan/guichan.spec 2007-01-28 11:39:32 UTC (rev 5120)
@@ -6,13 +6,13 @@
Summary: Small efficient C++ GUI library
Name: guichan
-Version: 0.6.0
+Version: 0.6.1
Release: 1
License: BSD
Group: Development/Libraries
URL: http://guichan.sourceforge.net
-Source: http://dl.sf.net/guichan/guichan-%{version}-src.tar.gz
+Source: http://dl.sf.net/guichan/guichan-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, autoconf, automake, allegro-devel, SDL-devel
@@ -34,7 +34,7 @@
you will need to install %{name}-devel.
%prep
-%setup -n guichan-%{version}-src
+%setup
%{__perl} -pi -e 's|-Werror||g;' configure*
%build
@@ -80,6 +80,9 @@
%exclude %{_libdir}/*.la
%changelog
+* Sat Jan 27 2007 Dries Verachtert <dries at ulyssis.org> - 0.6.1-1
+- Updated to release 0.6.1.
+
* Sun Jan 14 2007 Dries Verachtert <dries at ulyssis.org> - 0.6.0-1
- Updated to release 0.6.0.
Modified: trunk/rpms/libuninum/libuninum.spec
===================================================================
--- trunk/rpms/libuninum/libuninum.spec 2007-01-26 23:37:15 UTC (rev 5119)
+++ trunk/rpms/libuninum/libuninum.spec 2007-01-28 11:39:32 UTC (rev 5120)
@@ -4,14 +4,14 @@
Summary: Library for converting unicode strings to numbers
Name: libuninum
-%define real_version 1.2
-Version: 1.2.2
+%define real_version 2.0.3
+Version: 2.0.3
Release: 1
License: LGPL
Group: Development/Libraries
URL: http://billposer.org/Software/libuninum.html
-Source: http://billposer.org/Software/Downloads/libuninum-%{real_version}.tgz
+Source: http://billposer.org/Software/Downloads/libuninum-%{real_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gmp-devel
@@ -71,6 +71,9 @@
%exclude %{_libdir}/*.la
%changelog
+* Sat Jan 27 2007 Dries Verachtert <dries at ulyssis.org> - 2.0.3-1
+- Updated to release 2.0.3.
+
* Tue Jan 09 2007 Dag Wieers <dag at wieers.com> - 1.2.2-1
- Updated to release 1.2.2.
Modified: trunk/rpms/msort/msort.spec
===================================================================
--- trunk/rpms/msort/msort.spec 2007-01-26 23:37:15 UTC (rev 5119)
+++ trunk/rpms/msort/msort.spec 2007-01-28 11:39:32 UTC (rev 5120)
@@ -4,14 +4,14 @@
Summary: Sort files in sophisticated ways
Name: msort
-%define real_version 8.35
-Version: 8.35
+%define real_version 8.36.1
+Version: 8.36.1
Release: 1
License: GPL
Group: Applications/Publishing
URL: http://billposer.org/Software/msort.html
-Source: http://billposer.org/Software/Downloads/msort-%{version}.tgz
+Source: http://billposer.org/Software/Downloads/msort-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: tre-devel, libuninum-devel
@@ -48,6 +48,9 @@
%{_bindir}/msort
%changelog
+* Sat Jan 27 2007 Dries Verachtert <dries at ulyssis.org> - 8.36.1-1
+- Updated to release 8.36.1.
+
* Sun Jan 14 2007 Dries Verachtert <dries at ulyssis.org> - 8.35-1
- Updated to release 8.35.
Added: trunk/rpms/python-sqlalchemy/python-sqlalchemy.spec
===================================================================
--- trunk/rpms/python-sqlalchemy/python-sqlalchemy.spec (rev 0)
+++ trunk/rpms/python-sqlalchemy/python-sqlalchemy.spec 2007-01-28 11:39:32 UTC (rev 5120)
@@ -0,0 +1,50 @@
+# $Id$
+# Authority: dries
+# Upstream: <mike$zzzcomputing,com>
+
+%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
+
+Summary: SQL toolkit and object relational mapper for Python
+Name: python-sqlalchemy
+Version: 0.3.4
+Release: 1
+License: MIT/X Consortium License
+Group: Development/Libraries
+URL: http://www.sqlalchemy.org/
+
+Source: http://dl.sf.net/sqlalchemy/SQLAlchemy-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+Buildarch: noarch
+#BuildRequires:
+#Requires:
+
+%description
+SQLAlchemy is a SQL toolkit and object relational mapper for Python. It
+encourages "relational mapping" as opposed to "table mapping" and includes
+enterprise-level features such as eager loading, unit-of-work object commits,
+topological dependency sorting, and full usage of bind parameters. It
+supports MySQL, Postgres, Oracle, and SQLite.
+
+%prep
+%setup -n SQLAlchemy-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__rm} -rf %{buildroot}
+%{__python} setup.py install --skip-build --root %{buildroot}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc LICENSE README doc/*
+%{python_sitelib}/sqlalchemy/
+%{python_sitelib}/SQLAlchemy-%{version}-py*.egg-info/
+
+%changelog
+* Sat Jan 27 2007 Dries Verachtert <dries at ulyssis.org> - 0.3.4-1
+- Initial package.
More information about the svn-commits
mailing list