This commit is contained in:
parent
9e1dd362df
commit
2c22edcf57
@ -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
|
Fri Feb 22 14:38:58 CET 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
22
libgsm.spec
22
libgsm.spec
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgsm (Version 1.0.12)
|
# spec file for package libgsm (Version 1.0.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -14,7 +21,7 @@
|
|||||||
Name: libgsm
|
Name: libgsm
|
||||||
%define _name gsm
|
%define _name gsm
|
||||||
Version: 1.0.12
|
Version: 1.0.12
|
||||||
Release: 2
|
Release: 4
|
||||||
%define _version 1.0-pl12
|
%define _version 1.0-pl12
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
@ -53,6 +60,7 @@ Authors:
|
|||||||
Carsten Bormann
|
Carsten Bormann
|
||||||
|
|
||||||
%package -n libgsm1
|
%package -n libgsm1
|
||||||
|
License: BSD 3-Clause
|
||||||
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:
|
||||||
@ -84,6 +92,7 @@ Authors:
|
|||||||
Carsten Bormann
|
Carsten Bormann
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
|
License: BSD 3-Clause
|
||||||
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:
|
||||||
@ -114,6 +123,7 @@ Authors:
|
|||||||
Carsten Bormann
|
Carsten Bormann
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: BSD 3-Clause
|
||||||
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}
|
||||||
@ -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}
|
cp -d lib/libgsm.so* $RPM_BUILD_ROOT%{_libdir}
|
||||||
( cd $RPM_BUILD_ROOT%{_libdir} ; ln -sf libgsm.so.1 libgsm.so )
|
( 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/
|
cp inc/{private.h,proto.h,unproto.h} $RPM_BUILD_ROOT%{_includedir}/gsm/
|
||||||
|
%{__rm} -f %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -184,11 +195,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.*a
|
|
||||||
%doc %{_mandir}/man3/*.*
|
%doc %{_mandir}/man3/*.*
|
||||||
%{_includedir}/gsm
|
%{_includedir}/gsm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 04 2009 crrodriguez@suse.de
|
||||||
|
- remove static libraries
|
||||||
* Fri Feb 22 2008 sbrabec@suse.cz
|
* Fri Feb 22 2008 sbrabec@suse.cz
|
||||||
- Added Provides, Obsoletes and split-provides for old names.
|
- Added Provides, Obsoletes and split-provides for old names.
|
||||||
* Mon Jan 28 2008 sbrabec@suse.cz
|
* Mon Jan 28 2008 sbrabec@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user