rpms/lash/devel lash-0.5.3-no-static-lib.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 lash.spec, 1.13, 1.14 sources, 1.2, 1.3 lash-0.5.1-no-rpath.patch, 1.1, NONE lash-0.5.1-service.patch, 1.1, NONE lash-0.5.1-texi-dir.patch, 1.2, NONE

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


Author: green

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

Modified Files:
	.cvsignore lash.spec sources 
Added Files:
	lash-0.5.3-no-static-lib.patch 
Removed Files:
	lash-0.5.1-no-rpath.patch lash-0.5.1-service.patch 
	lash-0.5.1-texi-dir.patch 
Log Message:
Upgrade to 0.5.3


lash-0.5.3-no-static-lib.patch:

--- NEW FILE lash-0.5.3-no-static-lib.patch ---
--- lash-1.0.pc.in~	2007-10-07 06:33:27.000000000 -0700
+++ lash-1.0.pc.in	2007-10-07 06:35:00.000000000 -0700
@@ -7,6 +7,5 @@
 Description: Audio session management
 Requires: @PC_REQUIRES@
 Version: @PACKAGE_VERSION@
-Libs: -llash
-Libs.static: -lpthread -luuid
+Libs: -llash -lpthread -luuid
 Cflags: -I${includedir}/lash-1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lash/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Jun 2006 18:28:06 -0000	1.2
+++ .cvsignore	8 Oct 2007 17:13:49 -0000	1.3
@@ -1 +1 @@
-lash-0.5.1.tar.gz
+lash-0.5.3.tar.gz


Index: lash.spec
===================================================================
RCS file: /cvs/extras/rpms/lash/devel/lash.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- lash.spec	29 Aug 2007 04:14:32 -0000	1.13
+++ lash.spec	8 Oct 2007 17:13:49 -0000	1.14
@@ -1,19 +1,18 @@
 Summary:      LASH Audio Session Handler
 Name:         lash
-Version:      0.5.1
-Release:      15%{?dist}
+Version:      0.5.3
+Release:      1%{?dist}
 License:      GPL
 Group:        System Environment/Libraries
 URL:          http://www.nongnu.org/lash/
 Source0:      http://download.savannah.gnu.org/releases/lash/lash-%{version}.tar.gz
-Patch0:       lash-0.5.1-service.patch
-Patch1:       lash-0.5.1-no-rpath.patch
-Patch2:       lash-0.5.1-texi-dir.patch
+Patch0:       lash-0.5.3-no-static-lib.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: alsa-lib-devel, e2fsprogs-devel, gtk2-devel 
 BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: libxml2-devel, readline-devel, texi2html
+BuildRequires: python-devel swig
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -34,11 +33,20 @@
 %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.
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p0
-%patch2 -p0
+%patch0 -p0
 
 %build
 %configure --disable-static --disable-serv-inst
@@ -92,8 +100,6 @@
 rm -rf %{buildroot}
 
 %post
-/sbin/install-info %{_infodir}/%{name}-manual.info.gz %{_infodir}/dir \
-        --entry="* lash-manual: (lash-manual).        LASH Audio Session Handler."
 /sbin/ldconfig
 # update icon themes
 touch %{_datadir}/icons/hicolor
@@ -110,20 +116,12 @@
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
-%preun
-if [ "$1" = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/%{name}-manual.info.gz %{_infodir}/dir \
-        --entry="* lash-manual: (lash-manual).        LASH Audio Session Handler."
-fi
-exit 0
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README docs/lash-manual-html-split/lash-manual icons/lash.xcf
 %{_bindir}/lash*
-%{_libdir}/liblash.so.2
-%{_libdir}/liblash.so.2.*
-%{_infodir}/lash*
+%{_libdir}/liblash.so.1
+%{_libdir}/liblash.so.1.*
 %{_datadir}/icons/hicolor/16x16/apps/lash.png
 %{_datadir}/icons/hicolor/24x24/apps/lash.png
 %{_datadir}/icons/hicolor/48x48/apps/lash.png
@@ -138,7 +136,16 @@
 %{_includedir}/lash-1.0
 %{_libdir}/pkgconfig/lash*
 
+%files python
+%defattr(-,root,root,0755)
+%{_libdir}/python2.5/site-packages/*
+
 %changelog
+* Sun Oct 07 2007 Anthony Green <green at redhat.com> 0.5.3-1
+- Upgrade sources.
+- Don't install info files (no longer built).
+- Add python package.
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.5.1-15
 - Rebuild for selinux ppc32 issue.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lash/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Jun 2006 18:28:06 -0000	1.2
+++ sources	8 Oct 2007 17:13:49 -0000	1.3
@@ -1 +1 @@
-926c87cf7da8e5077ffe29208fec34e7  lash-0.5.1.tar.gz
+a9ed9f839a191ba7fd4b376b9cb24f31  lash-0.5.3.tar.gz


--- lash-0.5.1-no-rpath.patch DELETED ---


--- lash-0.5.1-service.patch DELETED ---


--- lash-0.5.1-texi-dir.patch DELETED ---




More information about the fedora-extras-commits mailing list