Mailinglist Archive: opensuse-commit (1262 mails)
| < Previous | Next > |
commit FA_clalsadrv
- From: root@xxxxxxx (h_root)
- Date: Mon, 18 Sep 2006 16:22:35 +0200 (CEST)
- Message-id: <20060918142235.049D318C5A7@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package FA_clalsadrv
checked in at Mon Sep 18 16:22:35 CEST 2006.
--------
--- FA_clalsadrv/FA_clalsadrv.changes 2006-01-25 21:31:11.000000000 +0100
+++ FA_clalsadrv/FA_clalsadrv.changes 2006-09-13 17:46:59.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 13 17:46:31 CEST 2006 - mkoenig@xxxxxxx
+
+- update to version 1.1.0-1
+
+-------------------------------------------------------------------
Old:
----
clalsadrv-1.0.3.tar.bz2
New:
----
FA_clalsadrv-makefile.patch
clalsadrv-1.1.0-1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ FA_clalsadrv.spec ++++++
--- /var/tmp/diff_new_pack.RUHmYv/_old 2006-09-18 16:22:06.000000000 +0200
+++ /var/tmp/diff_new_pack.RUHmYv/_new 2006-09-18 16:22:06.000000000 +0200
@@ -1,11 +1,11 @@
#
-# spec file for package FA_clalsadrv (Version 1.0.3)
+# spec file for package FA_clalsadrv (Version 1.1.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -16,17 +16,16 @@
License: GPL
Group: Development/Libraries/Other
Autoreqprov: on
-Version: 1.0.3
+Version: 1.1.0
Release: 1
-Summary: Small XML Parsing Library
-Source: clalsadrv-%{version}.tar.bz2
-#Patch: clalsadrv.diff
+Summary: ALSA Driver C++ Access Library
+Source: clalsadrv-%{version}-1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Patch0: FA_clalsadrv-makefile.patch
%description
-Mini-XML is a small XML parsing library that you can use to read XML
-and XML-like data files in your application without requiring large
-nonstandard libraries.
+C++ wrapper around the ALSA API. This package includes the shared
+library object.
@@ -36,15 +35,17 @@
%prep
%setup -n clalsadrv-%{version}
+%patch0
%build
-export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DALSA_PCM_OLD_HW_PARAMS_API -DALSA_OLD_SW_PARAMS_API"
-make LDPATH=-L%{_libdir}
+make LDPATH=-L%{_libdir} \
+ SUSE_CXXFLAGS="$RPM_OPT_FLAGS"
%install
mkdir -p $RPM_BUILD_ROOT%{_libdir}
mkdir -p $RPM_BUILD_ROOT%{_includedir}
-make install CLALSADRV_LIBDIR=$RPM_BUILD_ROOT%{_libdir} CLALSADRV_INCDIR=$RPM_BUILD_ROOT%{_includedir}
+make install DESTDIR=%{buildroot} \
+ LIBDIR=%{_lib}
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
cp AUTHORS COPYING INSTALL $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -64,6 +65,8 @@
%doc %{_docdir}/%{name}
%changelog -n FA_clalsadrv
+* Wed Sep 13 2006 - mkoenig@xxxxxxx
+- update to version 1.1.0-1
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Tue Jan 17 2006 - mrueckert@xxxxxxx
++++++ FA_clalsadrv-makefile.patch ++++++
--- Makefile
+++ Makefile
@@ -17,9 +17,9 @@
# Modify as required.
#
-PREFIX = /usr
-SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
-LIBDIR = lib$(SUFFIX)
+PREFIX = $(DESTDIR)/usr
+#SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
+#LIBDIR = lib$(SUFFIX)
MAJVERS = 1
@@ -28,7 +28,7 @@
DISTDIR = clalsadrv-$(VERSION)
-CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2
+CXXFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 $(SUSE_CXXFLAGS)
LDLFAGS +=
LDLIBS +=
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |