[packages/opus] - updated to 1.0.1 - removed obsolete link patch
qboosh
qboosh at pld-linux.org
Thu Sep 13 20:20:44 CEST 2012
commit 8e4598f8f7ee949b792015b1d2adcdc5a2e4c9ae
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Sep 13 20:21:25 2012 +0200
- updated to 1.0.1
- removed obsolete link patch
opus-link.patch | 10 ----------
opus.spec | 12 ++++++++----
2 files changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/opus.spec b/opus.spec
index 3cdfb16..4bcefea 100644
--- a/opus.spec
+++ b/opus.spec
@@ -1,13 +1,12 @@
Summary: IETF Opus Interactive Audio Codec
Summary(pl.UTF-8): Opus - interaktywny kodek dźwięku wg projektu IETF
Name: opus
-Version: 0.9.14
+Version: 1.0.1
Release: 1
License: BSD
Group: Libraries
Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
-# Source0-md5: c7161b247a8437ae6b0f11dd872e69e8
-Patch0: %{name}-link.patch
+# Source0-md5: bbac19996957b404a1139816e2f357f5
URL: http://opus-codec.org/
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1.6
@@ -51,7 +50,6 @@ Statyczne biblioteki OPUS.
%prep
%setup -q
-%patch0 -p1
%build
%{__libtoolize}
@@ -69,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/opus/html
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -83,10 +84,13 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(644,root,root,755)
+%doc doc/html/*
%attr(755,root,root) %{_libdir}/libopus.so
%{_libdir}/libopus.la
%{_includedir}/opus
%{_pkgconfigdir}/opus.pc
+%{_aclocaldir}/opus.m4
+%{_mandir}/man3/opus_*.3*
%files static
%defattr(644,root,root,755)
diff --git a/opus-link.patch b/opus-link.patch
deleted file mode 100644
index 25373da..0000000
--- a/opus-link.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- opus-0.9.5/Makefile.am.orig 2011-07-09 15:37:18.000000000 +0200
-+++ opus-0.9.5/Makefile.am 2011-07-12 18:40:21.665294559 +0200
-@@ -11,6 +11,7 @@
- include opus_headers.txt
-
- libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
-+libopus_la_LIBADD = -lm
-
- pkginclude_HEADERS = src/opus.h
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opus.git/commitdiff/8e4598f8f7ee949b792015b1d2adcdc5a2e4c9ae
More information about the pld-cvs-commit
mailing list