[packages/liboggz] up to 1.1.2

atler atler at pld-linux.org
Fri Feb 21 02:54:33 CET 2025


commit 188c0e57ebcc1de3caabaf24b22fcf399012448f
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Feb 21 01:04:28 2025 +0100

    up to 1.1.2

 liboggz-destdir.patch | 25 -------------------------
 liboggz.spec          |  9 ++++-----
 2 files changed, 4 insertions(+), 30 deletions(-)
---
diff --git a/liboggz.spec b/liboggz.spec
index 2acd48c..3c7841e 100644
--- a/liboggz.spec
+++ b/liboggz.spec
@@ -5,16 +5,16 @@
 Summary:	A library for reading and writing Ogg encapsulated data
 Summary(pl.UTF-8):	Biblioteka do odczytu i zapisu danych w opakowaniu Ogg
 Name:		liboggz
-Version:	1.1.1
-Release:	2
+Version:	1.1.2
+Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://downloads.xiph.org/releases/liboggz/%{name}-%{version}.tar.gz
-# Source0-md5:	3649a657f8e368b881ba8b1b57381ff7
-Patch0:		%{name}-destdir.patch
+# Source0-md5:	89355413ddaff2b694a311e19803a71f
 URL:		http://www.xiph.org/oggz/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
+BuildRequires:	doxygen
 BuildRequires:	libogg-devel >= 2:1.0
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
@@ -70,7 +70,6 @@ Statyczna biblioteka liboggz.
 
 %prep
 %setup -q
-%patch -P0 -p1
 
 %build
 %{__libtoolize}
diff --git a/liboggz-destdir.patch b/liboggz-destdir.patch
deleted file mode 100644
index 9b7b3b0..0000000
--- a/liboggz-destdir.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- liboggz-1.0.0/src/tools/Makefile.am.orig	2009-09-10 16:00:19.000000000 +0200
-+++ liboggz-1.0.0/src/tools/Makefile.am	2009-10-01 07:07:43.312606747 +0200
-@@ -75,9 +75,9 @@
- # see http://lists.xiph.org/pipermail/ogg-dev/2008-July/001083.html
- install-exec-local:
- 	for p in dump diff info merge rip ; do \
--	  if test -e $(exec_prefix)/bin/oggz$$p ; then \
--	    $(RM) $(exec_prefix)/bin/oggz$$p ; \
--	    $(LN_S) $(exec_prefix)/bin/oggz-$$p $(exec_prefix)/bin/oggz$$p ; \
-+	  if test -e $(DESTDIR)$(exec_prefix)/bin/oggz$$p ; then \
-+	    $(RM) $(DESTDIR)$(exec_prefix)/bin/oggz$$p ; \
-+	    $(LN_S) oggz-$$p $(DESTDIR)$(exec_prefix)/bin/oggz$$p ; \
- 	  fi ; \
- 	done
- 
-@@ -89,7 +89,7 @@
- # such systems.
- uninstall-local:
- 	for p in dump diff info merge rip ; do \
--	  if test -L $(exec_prefix)/bin/oggz$$p ; then \
--	    $(RM) $(exec_prefix)/bin/oggz$$p ; \
-+	  if test -L $(DESTDIR)$(exec_prefix)/bin/oggz$$p ; then \
-+	    $(RM) $(DESTDIR)$(exec_prefix)/bin/oggz$$p ; \
- 	  fi ; \
- 	done
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liboggz.git/commitdiff/188c0e57ebcc1de3caabaf24b22fcf399012448f



More information about the pld-cvs-commit mailing list