summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Pijanka2000-08-25 15:33:18 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit47c50157773c241732cd8cdd8109a30c54f1d21a (patch)
tree889eefd86b370223b7c4eb2eddc653bf3c399b52
parenta5db48a7c55cc93d8091e09f2c83e66ff7f94dbe (diff)
downloadlibgsm-47c50157773c241732cd8cdd8109a30c54f1d21a.zip
libgsm-47c50157773c241732cd8cdd8109a30c54f1d21a.tar.gz
(pl) To nie jest poprawne...ale nie wiem jak to zrobic lepiej
Changed files: libgsm.spec -> 1.8
Notes
Notes: - (pl) To nie jest poprawne...ale nie wiem jak to zrobic lepiej
-rw-r--r--libgsm.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/libgsm.spec b/libgsm.spec
index 382e035..73812e2 100644
--- a/libgsm.spec
+++ b/libgsm.spec
@@ -9,6 +9,8 @@ Group(fr): Librairies
Group(pl): Biblioteki
Source0: ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/gsm-%{version}.tar.gz
Patch0: %{name}-makefile.patch
+Patch1: %{name}-makefile-2.patch
+Patch2: %{name}-makefile-3.patch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -42,11 +44,14 @@ GSM Audio Encoding/decoding static library
%prep
%setup -q -n gsm-1.0-pl10
-%patch -p1
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
%build
%{__make} OPTFLAGS="$RPM_OPT_FLAGS"
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,3},%{_includedir},%{_libdir}}