This commit is contained in:
parent
2c22edcf57
commit
34e0f63746
@ -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
3
gsm-1.0.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:049b22cb81295b573d3d501c6ab80a9ac651232b25c76f03d2678bace76d31ca
|
||||
size 57575
|
@ -31,9 +31,9 @@
|
||||
# The basic API: libgsm
|
||||
|
||||
+$(LIBGSMSO): $(LIB) $(GSM_OBJECTS)
|
||||
+ $(LD) -o $@.1.0.12 -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.12 lib/libgsm.so
|
||||
+ $(LD) -o $@.1.0.13 -shared -Xlinker -soname -Xlinker libgsm.so.1 $(GSM_OBJECTS) -lc
|
||||
+ ln -fs libgsm.so.1.0.13 lib/libgsm.so.1
|
||||
+ ln -fs libgsm.so.1.0.13 lib/libgsm.so
|
||||
+
|
||||
$(LIBGSM): $(LIB) $(GSM_OBJECTS)
|
||||
-rm $(RMFLAGS) $(LIBGSM)
|
||||
@ -62,7 +62,7 @@
|
||||
clean: semi-clean
|
||||
-rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
|
||||
- $(TOAST) $(TCAT) $(UNTOAST) \
|
||||
+ $(LIBGSMSO) $(LIB)/libgsm.so.1.0.12 \
|
||||
+ $(LIBGSMSO) $(LIB)/libgsm.so.1.0.13 \
|
||||
+ $(LIB)libgsm.so.1 \
|
||||
+ $(TOAST) $(TCAT) $(UNTOAST) \
|
||||
$(ROOT)/gsm-1.0.tar.Z
|
@ -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
|
||||
|
||||
|
32
libgsm.spec
32
libgsm.spec
@ -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.
|
||||
#
|
||||
@ -20,11 +20,11 @@
|
||||
|
||||
Name: libgsm
|
||||
%define _name gsm
|
||||
Version: 1.0.12
|
||||
Release: 4
|
||||
%define _version 1.0-pl12
|
||||
Version: 1.0.13
|
||||
Release: 1
|
||||
%define _version 1.0-pl13
|
||||
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
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
Url: http://kbs.cs.tu-berlin.de/~jutta/toast.html
|
||||
@ -60,7 +60,7 @@ Authors:
|
||||
Carsten Bormann
|
||||
|
||||
%package -n libgsm1
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
||||
# Last appeared in OpenSUSE 10.3:
|
||||
@ -92,7 +92,7 @@ Authors:
|
||||
Carsten Bormann
|
||||
|
||||
%package utils
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
||||
# Last appeared in OpenSUSE 10.3:
|
||||
@ -123,7 +123,7 @@ Authors:
|
||||
Carsten Bormann
|
||||
|
||||
%package devel
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
||||
Requires: libgsm1 = %{version}
|
||||
@ -199,19 +199,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/gsm
|
||||
|
||||
%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.
|
||||
|
Loading…
Reference in New Issue
Block a user