This commit is contained in:
parent
9fb7cb4d16
commit
9e1dd362df
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 14:38:58 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
- Added Provides, Obsoletes and split-provides for old names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:38:37 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
|
10
libgsm.spec
10
libgsm.spec
@ -10,10 +10,11 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libgsm
|
||||
%define _name gsm
|
||||
Version: 1.0.12
|
||||
Release: 1
|
||||
Release: 2
|
||||
%define _version 1.0-pl12
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
License: BSD 3-Clause
|
||||
@ -54,6 +55,9 @@ Authors:
|
||||
%package -n libgsm1
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
||||
# Last appeared in OpenSUSE 10.3:
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
|
||||
%description -n libgsm1
|
||||
Contains libraries and binaries for a GSM speech compressor. libgsm
|
||||
@ -82,6 +86,8 @@ Authors:
|
||||
%package utils
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
||||
# Last appeared in OpenSUSE 10.3:
|
||||
Provides: %{name}:%{_bindir}/toast
|
||||
|
||||
%description utils
|
||||
Contains libraries and binaries for a GSM speech compressor. libgsm
|
||||
@ -183,6 +189,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/gsm
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user