[packages/libfguid] - updated to 20180724 (alpha) - removed obsolete system-libs patch

qboosh qboosh at pld-linux.org
Thu Jul 18 05:38:43 CEST 2019


commit a31ad109f2a090a8edbcb8c21408f96db29a473f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jul 18 05:40:31 2019 +0200

    - updated to 20180724 (alpha)
    - removed obsolete system-libs patch

 libfguid-system-libs.patch | 40 ----------------------------------------
 libfguid.spec              | 24 ++++++++++--------------
 2 files changed, 10 insertions(+), 54 deletions(-)
---
diff --git a/libfguid.spec b/libfguid.spec
index 7cf7a70..c9ffe9d 100644
--- a/libfguid.spec
+++ b/libfguid.spec
@@ -1,24 +1,23 @@
+# m4/libcerror.m4
+%define		libcerror_ver	20120425
 Summary:	Library to support GUID/UUID format
 Summary(pl.UTF-8):	Biblioteka obsługująca format GUID/UUID
 Name:		libfguid
-Version:	20150104
-Release:	2
+Version:	20180724
+Release:	1
 License:	LGPL v3+
 Group:		Libraries
-Source0:	https://github.com/libyal/libfguid/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	e19ab864a5338182003f71389fa2d042
-Patch0:		%{name}-system-libs.patch
+#Source0Download: https://github.com/libyal/libfguid/releases
+Source0:	https://github.com/libyal/libfguid/releases/download/%{version}/%{name}-alpha-%{version}.tar.gz
+# Source0-md5:	3c1b88ae966876a5dc1db45f99bf46ad
 URL:		https://github.com/libyal/libfguid/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1.6
 BuildRequires:	gettext-tools >= 0.18.1
-BuildRequires:	libcerror-devel >= 20120425
-BuildRequires:	libcstring-devel >= 20120425
+BuildRequires:	libcerror-devel >= %{libcerror_ver}
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
-BuildRequires:	sed >= 4.0
-Requires:	libcerror >= 20120425
-Requires:	libcstring >= 20120425
+Requires:	libcerror >= %{libcerror_ver}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,8 +31,7 @@ Summary:	Header files for libfguid library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libfguid
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libcerror-devel >= 20120425
-Requires:	libcstring-devel >= 20120425
+Requires:	libcerror-devel >= %{libcerror_ver}
 
 %description devel
 Header files for libfguid library.
@@ -55,11 +53,9 @@ Statyczna biblioteka libfguid.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gettextize}
-%{__sed} -i -e 's/ po\/Makefile.in//' configure.ac
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
diff --git a/libfguid-system-libs.patch b/libfguid-system-libs.patch
deleted file mode 100644
index 1083476..0000000
--- a/libfguid-system-libs.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- libfguid-20150104/configure.ac.orig	2015-01-22 19:56:51.435593565 +0100
-+++ libfguid-20150104/configure.ac	2015-01-22 20:00:14.025585063 +0100
-@@ -121,8 +121,6 @@ dnl Have configure make the Makefiles
- AC_CONFIG_FILES([Makefile])
- AC_CONFIG_FILES([include/Makefile])
- AC_CONFIG_FILES([common/Makefile])
--AC_CONFIG_FILES([libcstring/Makefile])
--AC_CONFIG_FILES([libcerror/Makefile])
- AC_CONFIG_FILES([libfguid/Makefile])
- AC_CONFIG_FILES([po/Makefile.in])
- AC_CONFIG_FILES([po/Makevars])
---- libfguid-20150104/Makefile.am.orig	2015-01-22 19:56:51.138926911 +0100
-+++ libfguid-20150104/Makefile.am	2015-01-22 20:00:27.872251149 +0100
-@@ -3,8 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
- SUBDIRS = \
- 	include \
- 	common \
--	libcstring \
--	libcerror \
- 	libfguid \
- 	po \
- 	manuals \
-@@ -55,8 +53,6 @@ lib: library
- 
- library:
- 	(cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS))
--	(cd $(srcdir)/libcstring && $(MAKE) $(AM_MAKEFLAGS))
--	(cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS))
- 	(cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
- 	(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
- 
-@@ -73,8 +69,6 @@ distclean: clean
- 	done && test -z "$$fail"
- 
- splint:
--	(cd $(srcdir)/libcstring && $(MAKE) splint $(AM_MAKEFLAGS))
--	(cd $(srcdir)/libcerror && $(MAKE) splint $(AM_MAKEFLAGS))
- 	(cd $(srcdir)/libfguid && $(MAKE) splint $(AM_MAKEFLAGS))
- 	(cd $(srcdir)/po && $(MAKE) splint $(AM_MAKEFLAGS))
- 	(cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfguid.git/commitdiff/a31ad109f2a090a8edbcb8c21408f96db29a473f



More information about the pld-cvs-commit mailing list