]> git.pld-linux.org Git - packages/opus.git/commitdiff
- updated to 1.0.1 auto/th/opus-1.0.1-1 auto/ti/opus-1.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Sep 2012 18:21:25 +0000 (20:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Sep 2012 18:21:25 +0000 (20:21 +0200)
- removed obsolete link patch

opus-link.patch [deleted file]
opus.spec

diff --git a/opus-link.patch b/opus-link.patch
deleted file mode 100644 (file)
index 25373da..0000000
+++ /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
index 3cdfb16e41558d8f4656c41841be571e3cf5921a..4bcefeaab854d067f21b7d31c76b306df3b53d89 100644 (file)
--- 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)
This page took 0.086219 seconds and 4 git commands to generate.