|
@@ -3,20 +3,21 @@
|
|
Summary: Shared libraries for GSM speech compressor
|
|
Summary: Shared libraries for GSM speech compressor
|
|
|
|
|
|
Name: gsm
|
|
Name: gsm
|
|
-Version: 1.0.12
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.0.13
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: MIT
|
|
License: MIT
|
|
-URL: http://kbs.cs.tu-berlin.de/~jutta/toast.html
|
|
|
|
|
|
+URL: http://www.quut.com/gsm/
|
|
|
|
|
|
-Source: http://kbs.cs.tu-berlin.de/~jutta/gsm/%{name}-%{version}.tar.gz
|
|
|
|
|
|
+Source: http://www.quut.com/gsm/%{name}-%{version}.tar.gz
|
|
Patch0: %{name}-makefile.patch
|
|
Patch0: %{name}-makefile.patch
|
|
Patch1: %{name}-warnings.patch
|
|
Patch1: %{name}-warnings.patch
|
|
Patch2: %{name}-64bit.patch
|
|
Patch2: %{name}-64bit.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
-%define srcver 1.0-pl12
|
|
|
|
|
|
+%define srcver 1.0-pl13
|
|
|
|
+%define soname 1.0.12
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -121,9 +122,9 @@ make install \
|
|
GSM_INSTALL_INC=$RPM_BUILD_ROOT%{_includedir}/gsm \
|
|
GSM_INSTALL_INC=$RPM_BUILD_ROOT%{_includedir}/gsm \
|
|
GSM_INSTALL_LIB=$RPM_BUILD_ROOT%{_libdir}
|
|
GSM_INSTALL_LIB=$RPM_BUILD_ROOT%{_libdir}
|
|
|
|
|
|
-cp -p $RPM_BUILD_DIR/gsm-%{srcver}/lib/libgsm.so.%{version} $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
-ln -s libgsm.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libgsm.so.1
|
|
|
|
-ln -s libgsm.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libgsm.so
|
|
|
|
|
|
+cp -p $RPM_BUILD_DIR/gsm-%{srcver}/lib/libgsm.so.%{soname} $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
+ln -s libgsm.so.%{soname} $RPM_BUILD_ROOT%{_libdir}/libgsm.so.1
|
|
|
|
+ln -s libgsm.so.%{soname} $RPM_BUILD_ROOT%{_libdir}/libgsm.so
|
|
|
|
|
|
# some apps look for this in /usr/include
|
|
# some apps look for this in /usr/include
|
|
ln -s gsm/gsm.h $RPM_BUILD_ROOT%{_includedir}
|
|
ln -s gsm/gsm.h $RPM_BUILD_ROOT%{_includedir}
|
|
@@ -133,7 +134,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a
|
|
|
|
|
|
%check
|
|
%check
|
|
# This is to ensure that the patch creates the proper library version.
|
|
# This is to ensure that the patch creates the proper library version.
|
|
-[ -f $RPM_BUILD_ROOT%{_libdir}/libgsm.so.%{version} ]
|
|
|
|
|
|
+[ -f $RPM_BUILD_ROOT%{_libdir}/libgsm.so.%{soname} ]
|
|
make addtst
|
|
make addtst
|
|
|
|
|
|
|
|
|
|
@@ -179,6 +180,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jul 7 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.13-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.12-3
|
|
* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.12-3
|
|
- create compat32 sub package
|
|
- create compat32 sub package
|
|
|
|
|