rpms/lash/devel lash.spec,1.15,1.16

Anthony Green (green) fedora-extras-commits at redhat.com
Mon Oct 8 18:22:12 UTC 2007


Author: green

Update of /cvs/extras/rpms/lash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7208

Modified Files:
	lash.spec 
Log Message:
Rev -3.  Disable pylash.



Index: lash.spec
===================================================================
RCS file: /cvs/extras/rpms/lash/devel/lash.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- lash.spec	8 Oct 2007 17:55:13 -0000	1.15
+++ lash.spec	8 Oct 2007 18:21:40 -0000	1.16
@@ -1,10 +1,10 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+# %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary:      LASH Audio Session Handler
 Name:         lash
 Version:      0.5.3
-Release:      2%{?dist}
-License:      GPL
+Release:      3%{?dist}
+License:      GPLv2+
 Group:        System Environment/Libraries
 URL:          http://www.nongnu.org/lash/
 Source0:      http://download.savannah.gnu.org/releases/lash/lash-%{version}.tar.gz
@@ -14,7 +14,7 @@
 BuildRequires: alsa-lib-devel, e2fsprogs-devel, gtk2-devel 
 BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: libxml2-devel, readline-devel, texi2html
-BuildRequires: python-devel swig
+# BuildRequires: python-devel swig
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -35,23 +35,23 @@
 %description devel
 Development files for the LASH library.
 
-%package python
-Summary:      Python wrapper for LASH
-Group: 	      Development/Libraries
-Requires:     %{name} = %{version}-%{release}
-Requires:     jack-audio-connection-kit-devel alsa-lib-devel e2fsprogs-devel
-Requires:     python
-
-%description python
-Contains Python language bindings for developing Python applications that
-use LASH.
+# %package python
+# Summary:      Python wrapper for LASH
+# Group: 	      Development/Libraries
+# Requires:     %{name} = %{version}-%{release}
+# Requires:     jack-audio-connection-kit-devel alsa-lib-devel e2fsprogs-devel
+# Requires:     python
+
+# %description python
+# Contains Python language bindings for developing Python applications that
+# use LASH.
 
 %prep
 %setup -q
 %patch0 -p0
 
 %build
-%configure --disable-static --disable-serv-inst
+%configure --disable-static --disable-serv-inst --disable-pylash
 make %{?_smp_mflags}
 
 %install
@@ -60,7 +60,7 @@
 make DESTDIR=%{buildroot} install
 rm -f %{buildroot}%{_infodir}/dir
 rm -f %{buildroot}%{_libdir}/liblash.la
-rm -f %{buildroot}%{python_sitearch}/_lash.la
+# rm -f %{buildroot}%{python_sitearch}/_lash.la
 
 # Move icons to the right place
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/16x16/apps
@@ -139,14 +139,17 @@
 %{_includedir}/lash-1.0
 %{_libdir}/pkgconfig/lash*
 
-%files python
-%defattr(-,root,root,0755)
-%{python_sitearch}/*lash*.so
-%{python_sitearch}/*lash*.py
-%{python_sitearch}/*lash*.pyc
-%{python_sitearch}/*lash*.pyo
+# %files python
+# %defattr(-,root,root,0755)
+# %{python_sitearch}/*lash*.so
+# %{python_sitearch}/*lash*.py
+# %{python_sitearch}/*lash*.pyc
+# %{python_sitearch}/*lash*.pyo
 
 %changelog
+* Mon Oct 08 2007 Anthony Green <green at redhat.com> 0.5.3-3
+- Disable pylash until we can figure out how to install it properly.
+
 * Mon Oct 08 2007 Anthony Green <green at redhat.com> 0.5.3-2
 - Fixed python installation for 64-bit systems.
 




More information about the fedora-extras-commits mailing list