Browse Source

upgrading package: libuuid 1.41.9 -> 1.41.13

master
parent
commit
01ac985ad3
  1. 16
      libuuid/libuuid.patch
  2. 5
      libuuid/libuuid.spec

16
libuuid/libuuid.patch

@ -1,6 +1,6 @@
Index: lib/uuid/Makefile.in
--- lib/uuid/Makefile.in.orig 2009-08-13 03:39:57 +0200
+++ lib/uuid/Makefile.in 2009-09-18 09:27:03 +0200
--- lib/uuid/Makefile.in.orig 2010-02-06 04:39:02 +0100
+++ lib/uuid/Makefile.in 2010-02-11 21:03:40 +0100
@@ -1,14 +1,20 @@
# Makefile for the UUID library
#
@ -50,9 +50,9 @@ Index: lib/uuid/Makefile.in
+
+all:: tst_uuid uuid_time $(SMANPAGES)
$(top_builddir)/lib/uuid/uuid_types.h: $(srcdir)/uuid_types.h.in $(top_builddir)/config.status
cd $(top_builddir); CONFIG_FILES=$(my_dir)/uuid_types.h ./config.status
@@ -172,15 +172,6 @@
uuid.h: $(srcdir)/uuid.h.in
$(E) " CP $@"
@@ -176,15 +176,6 @@
$(RM) -f .depend Makefile uuid.pc \
$(srcdir)/TAGS $(srcdir)/Makefile.in.old
@ -63,14 +63,14 @@ Index: lib/uuid/Makefile.in
-../../lib/libuuid.so: image
-../../lib/libuuid.dylib: image
-
-$(OBJS): subdirs
-$(OBJS): subdirs uuid.h
-
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
Index: lib/uuid/configure.in
--- lib/uuid/configure.in.orig 2009-08-13 03:39:57 +0200
+++ lib/uuid/configure.in 2009-09-18 09:26:44 +0200
+++ lib/uuid/configure.in 2010-02-11 21:03:00 +0100
@@ -7,4 +7,31 @@
AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
@ -106,7 +106,7 @@ Index: lib/uuid/configure.in
+
Index: lib/uuid/gen_uuid.c
--- lib/uuid/gen_uuid.c.orig 2009-08-13 03:39:57 +0200
+++ lib/uuid/gen_uuid.c 2009-09-18 09:28:51 +0200
+++ lib/uuid/gen_uuid.c 2010-02-11 21:03:00 +0100
@@ -53,6 +53,7 @@
#include <string.h>
#include <fcntl.h>

5
libuuid/libuuid.spec

@ -23,7 +23,7 @@
# package version
%define V_major 1.41
%define V_minor 9
%define V_minor 13
# package information
Name: libuuid
@ -36,7 +36,7 @@ Class: EVAL
Group: Libraries
License: LGPL
Version: %{V_major}.%{V_minor}
Release: 20090930
Release: 20101219
# list of sources
Source0: http://switch.dl.sourceforge.net/sourceforge/e2fsprogs/e2fsprogs-%{V_major}.%{V_minor}.tar.gz
@ -71,6 +71,7 @@ PreReq: OpenPKG, openpkg >= 20100101
GREP="grep" \
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags} uuid.h
%{l_make} %{l_mflags} libuuid.a
) || exit $?
( cd misc

Loading…
Cancel
Save