Author: goetz
Date: Sun Feb 18 15:09:10 2007
New Revision: 122366
Modified:
packages/cooker/jokosher/current/SPECS/jokosher.spec
Log:
- replace deps by package names that exist on Mandriva and not Debian
- make it a noarch package
- change the executable name to match the menu entry
- this is still unusable, stay tuned
Modified: packages/cooker/jokosher/current/SPECS/jokosher.spec
==============================================================================
--- packages/cooker/jokosher/current/SPECS/jokosher.spec (original)
+++ packages/cooker/jokosher/current/SPECS/jokosher.spec Sun Feb 18
15:09:10 2007
@@ -1,23 +1,23 @@
Summary: Jokosher is a simple yet powerful multi-track
studio
Name: jokosher
Version: 0.2
-Release: %mkrel 1
+Release: %mkrel 2
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Sound
URL: http://www.jokosher.org/
+BuildArch: noarch
BuildRequires: python
BuildRequires: desktop-file-utils
-Requires: dbus-1-python
+Requires: dbus-python
Requires: gnonlin >= 0.10.6
-Requires: gstreamer010 >= 0.10.11
-Requires: gstreamer010-plugins-base >= 0.10.11
-Requires: gstreamer010-plugins-base-oil >= 0.10.11
-Requires: gstreamer010-plugins-good >= 0.10.4
-Requires: python-alsaaudio >= 0.2
-Requires: python-gstreamer010 >= 0.10.6
-Requires: python-gnome
-Requires: python-setuptools
+Requires: gstreamer0.10-plugins-base >= 0.10.11
+Requires: gstreamer0.10-plugins-good >= 0.10.4
+Requires: gstreamer0.10-python
+Requires: gnome-python
+Requires: pygtk2.0-libglade
+Requires: python-setuptools
+Requires: python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
@@ -36,11 +36,11 @@
%install
%__install -dm 755 %{buildroot}%{_bindir}
-%__cat > %{name}.sh <<EOF
+%__cat > %{name} <<EOF
#! /bin/bash
python %{_libdir}/%{name}/Jokosher/JokosherApp.py
EOF
-%__install -m 755 %{name}.sh \
+%__install -m 755 %{name} \
%{buildroot}%{_bindir}
for i in Jokosher extensions images; do
@@ -80,7 +80,7 @@
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
-%{_bindir}/%{name}.sh
+%{_bindir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/Jokosher/*
%{_libdir}/%{name}/extensions/*