OBS User unknown 2009-08-07 14:29:37 +00:00 committed by Git OBS Bridge
parent 2c22edcf57
commit 34e0f63746
5 changed files with 21 additions and 31 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:311ba68a843a9ed74094e7f3039305ae566f55a3bbf52fe5f8f1d6f83c990b87
size 57074

3
gsm-1.0.13.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:049b22cb81295b573d3d501c6ab80a9ac651232b25c76f03d2678bace76d31ca
size 57575

View File

@ -31,9 +31,9 @@
# The basic API: libgsm # The basic API: libgsm
+$(LIBGSMSO): $(LIB) $(GSM_OBJECTS) +$(LIBGSMSO): $(LIB) $(GSM_OBJECTS)
+ $(LD) -o $@.1.0.12 -shared -Xlinker -soname -Xlinker libgsm.so.1 $(GSM_OBJECTS) -lc + $(LD) -o $@.1.0.13 -shared -Xlinker -soname -Xlinker libgsm.so.1 $(GSM_OBJECTS) -lc
+ ln -fs libgsm.so.1.0.12 lib/libgsm.so.1 + ln -fs libgsm.so.1.0.13 lib/libgsm.so.1
+ ln -fs libgsm.so.1.0.12 lib/libgsm.so + ln -fs libgsm.so.1.0.13 lib/libgsm.so
+ +
$(LIBGSM): $(LIB) $(GSM_OBJECTS) $(LIBGSM): $(LIB) $(GSM_OBJECTS)
-rm $(RMFLAGS) $(LIBGSM) -rm $(RMFLAGS) $(LIBGSM)
@ -62,7 +62,7 @@
clean: semi-clean clean: semi-clean
-rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \ -rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
- $(TOAST) $(TCAT) $(UNTOAST) \ - $(TOAST) $(TCAT) $(UNTOAST) \
+ $(LIBGSMSO) $(LIB)/libgsm.so.1.0.12 \ + $(LIBGSMSO) $(LIB)/libgsm.so.1.0.13 \
+ $(LIB)libgsm.so.1 \ + $(LIB)libgsm.so.1 \
+ $(TOAST) $(TCAT) $(UNTOAST) \ + $(TOAST) $(TCAT) $(UNTOAST) \
$(ROOT)/gsm-1.0.tar.Z $(ROOT)/gsm-1.0.tar.Z

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 6 16:55:16 CEST 2009 - sbrabec@suse.cz
- Updated to version 1.0.13:
* cleaner wording of copyright
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 4 18:15:44 CEST 2009 - crrodriguez@suse.de Sat Apr 4 18:15:44 CEST 2009 - crrodriguez@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package libgsm (Version 1.0.12) # spec file for package libgsm (Version 1.0.13)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -20,11 +20,11 @@
Name: libgsm Name: libgsm
%define _name gsm %define _name gsm
Version: 1.0.12 Version: 1.0.13
Release: 4 Release: 1
%define _version 1.0-pl12 %define _version 1.0-pl13
Group: Productivity/Multimedia/Sound/Editors and Convertors Group: Productivity/Multimedia/Sound/Editors and Convertors
License: BSD 3-Clause License: BSD 3-clause (or similar)
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
Source: %{_name}-%{version}.tar.bz2 Source: %{_name}-%{version}.tar.bz2
Url: http://kbs.cs.tu-berlin.de/~jutta/toast.html Url: http://kbs.cs.tu-berlin.de/~jutta/toast.html
@ -60,7 +60,7 @@ Authors:
Carsten Bormann Carsten Bormann
%package -n libgsm1 %package -n libgsm1
License: BSD 3-Clause License: BSD 3-clause (or similar)
Group: Productivity/Multimedia/Sound/Editors and Convertors Group: Productivity/Multimedia/Sound/Editors and Convertors
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
# Last appeared in OpenSUSE 10.3: # Last appeared in OpenSUSE 10.3:
@ -92,7 +92,7 @@ Authors:
Carsten Bormann Carsten Bormann
%package utils %package utils
License: BSD 3-Clause License: BSD 3-clause (or similar)
Group: Productivity/Multimedia/Sound/Editors and Convertors Group: Productivity/Multimedia/Sound/Editors and Convertors
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
# Last appeared in OpenSUSE 10.3: # Last appeared in OpenSUSE 10.3:
@ -123,7 +123,7 @@ Authors:
Carsten Bormann Carsten Bormann
%package devel %package devel
License: BSD 3-Clause License: BSD 3-clause (or similar)
Group: Productivity/Multimedia/Sound/Editors and Convertors Group: Productivity/Multimedia/Sound/Editors and Convertors
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
Requires: libgsm1 = %{version} Requires: libgsm1 = %{version}
@ -199,19 +199,3 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/gsm %{_includedir}/gsm
%changelog %changelog
* Sat Apr 04 2009 crrodriguez@suse.de
- remove static libraries
* Fri Feb 22 2008 sbrabec@suse.cz
- Added Provides, Obsoletes and split-provides for old names.
* Mon Jan 28 2008 sbrabec@suse.cz
- Updated to version 1.0.12:
* removed modifiable static storage that made the library
non-reentrant.
* fix WAV49 implode move source archive location
- Split package according to shared library packaging policy.
* Tue Aug 08 2006 sbrabec@suse.cz
- Compile with WAV-style framing support.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 09 2006 sbrabec@suse.cz
- New SuSE package, version 1.0.10.