[packages/libcerror] - updated to 20181117 (beta) - removed obsolete system-libs patch, library no longer relies on libcs

qboosh qboosh at pld-linux.org
Tue Jul 16 19:09:14 CEST 2019


commit 9dfbe0d2aca37bcb33607d121240f62c689f32c6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jul 16 19:11:01 2019 +0200

    - updated to 20181117 (beta)
    - removed obsolete system-libs patch, library no longer relies on libcstring

 libcerror-system-libs.patch | 36 ------------------------------------
 libcerror.spec              | 16 ++++++----------
 2 files changed, 6 insertions(+), 46 deletions(-)
---
diff --git a/libcerror.spec b/libcerror.spec
index 286c449..f0fe28d 100644
--- a/libcerror.spec
+++ b/libcerror.spec
@@ -1,22 +1,20 @@
 Summary:	Library to support cross-platform error functions
 Summary(pl.UTF-8):	Biblioteka wspierająca wieloplatformowe funkcje obsługi błędów w C
 Name:		libcerror
-Version:	20150101
-Release:	2
+Version:	20181117
+Release:	1
 License:	LGPL v3+
 Group:		Libraries
-Source0:	https://github.com/libyal/libcerror/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	67173ac854da43442dd1a9458441a595
-Patch0:		%{name}-system-libs.patch
+#Source0Download: https://github.com/libyal/libcerror/releases
+Source0:	https://github.com/libyal/libcerror/releases/download/%{version}/%{name}-beta-%{version}.tar.gz
+# Source0-md5:	70d5c97366b5741cf59a706a7af22367
 URL:		https://github.com/libyal/libcerror/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1.6
 BuildRequires:	gettext-tools >= 0.18.1
-BuildRequires:	libcstring-devel >= 20120425
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	sed >= 4.0
-Requires:	libcstring >= 20120425
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,7 +29,6 @@ Summary:	Header files for libcerror library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libcerror
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libcstring-devel >= 20120425
 
 %description devel
 Header files for libcerror library.
@@ -53,11 +50,10 @@ Statyczna biblioteka libcerror.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gettextize}
-%{__sed} -i -e 's/ po\/Makefile.in//' configure.ac
+#%{__sed} -i -e 's/ po\/Makefile.in//' configure.ac
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
diff --git a/libcerror-system-libs.patch b/libcerror-system-libs.patch
deleted file mode 100644
index ce6be5b..0000000
--- a/libcerror-system-libs.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- libcerror-20150101/configure.ac.orig	2015-01-18 18:27:27.360322132 +0100
-+++ libcerror-20150101/configure.ac	2015-01-18 18:50:05.113598486 +0100
-@@ -115,7 +115,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([po/Makefile.in])
- AC_CONFIG_FILES([po/Makevars])
---- libcerror-20150101/Makefile.am.orig	2015-01-18 18:27:26.853655486 +0100
-+++ libcerror-20150101/Makefile.am	2015-01-18 18:50:24.770264327 +0100
-@@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
- SUBDIRS = \
- 	include \
- 	common \
--	libcstring \
- 	libcerror \
- 	po \
- 	manuals \
-@@ -54,7 +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)/po && $(MAKE) $(AM_MAKEFLAGS)
- 
-@@ -71,7 +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)/po && $(MAKE) splint $(AM_MAKEFLAGS))
- 	(cd $(srcdir)/tests && $(MAKE) splint $(AM_MAKEFLAGS))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcerror.git/commitdiff/9dfbe0d2aca37bcb33607d121240f62c689f32c6



More information about the pld-cvs-commit mailing list