[svn] r5056 - in trunk/rpms: . fmod omcmd osh
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Jan 8 23:21:54 CET 2007
Author: dries
Date: 2007-01-08 23:21:49 +0100 (Mon, 08 Jan 2007)
New Revision: 5056
Added:
trunk/rpms/osh/
trunk/rpms/osh/osh.spec
Modified:
trunk/rpms/fmod/fmod.spec
trunk/rpms/omcmd/omcmd.spec
Log:
fmod,omcmd updates, osh added
Modified: trunk/rpms/fmod/fmod.spec
===================================================================
--- trunk/rpms/fmod/fmod.spec 2007-01-08 22:21:39 UTC (rev 5055)
+++ trunk/rpms/fmod/fmod.spec 2007-01-08 22:21:49 UTC (rev 5056)
@@ -3,8 +3,8 @@
Summary: Fast, powerful, easy to use sound system
Name: fmod
-Version: 3.74.1
-%define real_version 3741
+Version: 3.75
+%define real_version 375
Release: 1
License: FMOD Licence (free for non-commercial use)
Group: Development/Libraries
@@ -38,7 +38,7 @@
%install
%{__rm} -rf %{buildroot}
-%{__install} -Dp -m0755 api/libfmod-3.74.1.so %{buildroot}%{_libdir}/libfmod-3.74.1.so
+%{__install} -Dp -m0755 api/libfmod-%{version}.so %{buildroot}%{_libdir}/libfmod-%{version}.so
%{__install} -d %{buildroot}%{_includedir}/fmod/
%{__cp} -auvx api/inc/*.h %{buildroot}%{_includedir}/fmod/
@@ -57,6 +57,9 @@
%{_includedir}/fmod/
%changelog
+* Mon Jan 08 2007 Dries Verachtert <dries at ulyssis.org> - 3.75-1
+- Updated to release 3.75.
+
* Wed Oct 05 2005 Dag Wieers <dag at wieers.com> - 3.74.1-1
- Mostly cosmetic changes.
Modified: trunk/rpms/omcmd/omcmd.spec
===================================================================
--- trunk/rpms/omcmd/omcmd.spec 2007-01-08 22:21:39 UTC (rev 5055)
+++ trunk/rpms/omcmd/omcmd.spec 2007-01-08 22:21:49 UTC (rev 5056)
@@ -4,13 +4,13 @@
Summary: Dhcp/omapi tool for operating on a running dhcp server
Name: omcmd
-Version: 0.4.6
-Release: 1.2
+Version: 0.4.7
+Release: 1
License: GPL
Group: Applications/Internet
URL: ftp://dist.taolinux.org/pub/projects/omcmd
-Source: ftp://dist.taolinux.org/pub/projects/omcmd/omcmd-%{version}.tar.gz
+Source: http://freshmeat.net/redir/omcmd/60926/url_tgz/omcmd-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: dhcp-devel
@@ -39,6 +39,9 @@
%{_bindir}/*
%changelog
+* Mon Jan 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.4.7-1
+- Updated to release 0.4.7.
+
* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.4.6-1.2
- Rebuild for Fedora Core 5.
Added: trunk/rpms/osh/osh.spec
===================================================================
--- trunk/rpms/osh/osh.spec (rev 0)
+++ trunk/rpms/osh/osh.spec 2007-01-08 22:21:49 UTC (rev 5056)
@@ -0,0 +1,65 @@
+# $Id$
+# Authority: dries
+
+%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
+
+Summary: Object shell
+Name: osh
+Version: 0.8.0
+Release: 1
+License: GPL
+Group: System Environment/Shells
+URL: http://geophile.com/osh/index.html
+
+Source: http://geophile.com/osh/osh-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: python
+
+%description
+Object Shell (osh) is the interpreter for a Python-like language that
+supports the composition of commands through piping, similar to pipes
+in a Unix shell. However, the key difference is that objects are
+passed through the pipes in osh instead of streams of text. The objects
+passed between commands can be Python built-ins or complex objects such
+as dates and times, database rows, or OS resources. Objects can be
+automatically converted to strings for integration with the conventional
+Unix environment.
+
+%prep
+%setup
+# it tries to install ../osh-0.8.0.tar.gz in the datadir
+%{__perl} -pi -e "s|, .\.\.\/osh-0.8.0.tar.gz.||g;" setup.py
+
+%build
+CFLAGS="%{optflags}" %{__python} setup.py build
+
+%install
+%{__rm} -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
+%{__mv} %{buildroot}%{_datadir}/doc/osh rpm-docs
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc rpm-docs/*
+%{_bindir}/osh
+%{_bindir}/oshtestssh
+%{_bindir}/remoteosh
+%{python_sitearch}/osh/
+%{_datadir}/osh/
+
+%changelog
+* Mon Jan 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.8.0-1
+- Updated to release 0.8.0.
+
+* Fri Apr 28 2006 Dries Verachtert <dries at ulyssis.org> - 0.7-1
+- Updated to release 0.7.
+
+* Fri Feb 17 2006 Dries Verachtert <dries at ulyssis.org> - 0.6.3-1
+- Updated to release 0.6.3.
+
+* Fri Dec 16 2005 Dries Verachtert <dries at ulyssis.org> - 0.6.2-1
+- Initial package.
More information about the svn-commits
mailing list