OBS User unknown 2009-04-07 12:08:55 +00:00 committed by Git OBS Bridge
parent 9e1dd362df
commit 2c22edcf57
2 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 4 18:15:44 CEST 2009 - crrodriguez@suse.de
- remove static libraries
-------------------------------------------------------------------
Fri Feb 22 14:38:58 CET 2008 - sbrabec@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package libgsm (Version 1.0.12)
#
# Copyright (c) 2008 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.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -14,7 +21,7 @@
Name: libgsm
%define _name gsm
Version: 1.0.12
Release: 2
Release: 4
%define _version 1.0-pl12
Group: Productivity/Multimedia/Sound/Editors and Convertors
License: BSD 3-Clause
@ -53,6 +60,7 @@ Authors:
Carsten Bormann
%package -n libgsm1
License: BSD 3-Clause
Group: Productivity/Multimedia/Sound/Editors and Convertors
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
# Last appeared in OpenSUSE 10.3:
@ -84,6 +92,7 @@ Authors:
Carsten Bormann
%package utils
License: BSD 3-Clause
Group: Productivity/Multimedia/Sound/Editors and Convertors
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
# Last appeared in OpenSUSE 10.3:
@ -114,6 +123,7 @@ Authors:
Carsten Bormann
%package devel
License: BSD 3-Clause
Group: Productivity/Multimedia/Sound/Editors and Convertors
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
Requires: libgsm1 = %{version}
@ -163,6 +173,7 @@ make INSTALL_ROOT=$RPM_BUILD_ROOT%{_prefix} GSM_INSTALL_LIB=$RPM_BUILD_ROOT%{_li
cp -d lib/libgsm.so* $RPM_BUILD_ROOT%{_libdir}
( cd $RPM_BUILD_ROOT%{_libdir} ; ln -sf libgsm.so.1 libgsm.so )
cp inc/{private.h,proto.h,unproto.h} $RPM_BUILD_ROOT%{_includedir}/gsm/
%{__rm} -f %{buildroot}%{_libdir}/*.a
%clean
rm -rf $RPM_BUILD_ROOT
@ -184,11 +195,12 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr (-, root, root)
%{_libdir}/*.so
%{_libdir}/*.*a
%doc %{_mandir}/man3/*.*
%{_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