commit fc4f309ee1c5e7b09f7c963242e651c8baf24377
Author: Jakub Bogusz <[email protected]>
Date:   Wed Jul 17 20:43:14 2019 +0200

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

 libfcache-system-libs.patch | 48 ---------------------------------------------
 libfcache.spec              | 40 ++++++++++++++++++-------------------
 2 files changed, 20 insertions(+), 68 deletions(-)
---
diff --git a/libfcache.spec b/libfcache.spec
index 76441b8..f50c066 100644
--- a/libfcache.spec
+++ b/libfcache.spec
@@ -1,28 +1,31 @@
+# m4/libcdata.m4
+%define                libcdata_ver    20160108
+# m4/libcerror.m4
+%define                libcerror_ver   20120425
+# m4/libcthreads.m4
+%define                libcthreads_ver 20160404
 Summary:       Library to provide generic file data cache functions
 Summary(pl.UTF-8):     Biblioteka udostępniająca funkcje do ogólnego 
buforowania danych z plików
 Name:          libfcache
-Version:       20150104
-Release:       2
+Version:       20181011
+Release:       1
 License:       LGPL v3+
 Group:         Libraries
-Source0:       
https://github.com/libyal/libfcache/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: bad6ee41c037038a6ea4561a7b4825b4
-Patch0:                %{name}-system-libs.patch
+#Source0Download: https://github.com/libyal/libfcache/releases
+Source0:       
https://github.com/libyal/libfcache/releases/download/%{version}/%{name}-alpha-%{version}.tar.gz
+# Source0-md5: 23647e6947fae9075d457551de3580d7
 URL:           https://github.com/libyal/libfcache/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1.6
 BuildRequires: gettext-tools >= 0.18.1
-BuildRequires: libcdata-devel >= 20130407
-BuildRequires: libcerror-devel >= 20120425
-BuildRequires: libcstring-devel >= 20120425
-BuildRequires: libcthreads-devel >= 20130509
+BuildRequires: libcdata-devel >= %{libcdata_ver}
+BuildRequires: libcerror-devel >= %{libcerror_ver}
+BuildRequires: libcthreads-devel >= %{libcthreads_ver}
 BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: sed >= 4.0
-Requires:      libcdata >= 20130407
-Requires:      libcerror >= 20120425
-Requires:      libcstring >= 20120425
-Requires:      libcthreads >= 20130509
+Requires:      libcdata >= %{libcdata_ver}
+Requires:      libcerror >= %{libcerror_ver}
+Requires:      libcthreads >= %{libcthreads_ver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,10 +40,9 @@ Summary:     Header files for libfcache library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libfcache
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      libcdata-devel >= 20130407
-Requires:      libcerror-devel >= 20120425
-Requires:      libcstring-devel >= 20120425
-Requires:      libcthreads-devel >= 20130509
+Requires:      libcdata-devel >= %{libcdata_ver}
+Requires:      libcerror-devel >= %{libcerror_ver}
+Requires:      libcthreads-devel >= %{libcthreads_ver}
 
 %description devel
 Header files for libfcache library.
@@ -62,11 +64,9 @@ Statyczna biblioteka libfcache.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gettextize}
-%{__sed} -i -e 's/ po\/Makefile.in//' configure.ac
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
diff --git a/libfcache-system-libs.patch b/libfcache-system-libs.patch
deleted file mode 100644
index 51d092e..0000000
--- a/libfcache-system-libs.patch
+++ /dev/null
@@ -1,48 +0,0 @@
---- libfcache-20150104/configure.ac.orig       2015-01-22 16:12:08.972826037 
+0100
-+++ libfcache-20150104/configure.ac    2015-01-22 16:19:34.339474014 +0100
-@@ -127,10 +127,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([libcthreads/Makefile])
--AC_CONFIG_FILES([libcdata/Makefile])
- AC_CONFIG_FILES([libfcache/Makefile])
- AC_CONFIG_FILES([po/Makefile.in])
- AC_CONFIG_FILES([po/Makevars])
---- libfcache-20150104/Makefile.am.orig        2015-01-22 16:12:08.492826057 
+0100
-+++ libfcache-20150104/Makefile.am     2015-01-22 16:19:51.756139949 +0100
-@@ -3,10 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
- SUBDIRS = \
-       include \
-       common \
--      libcstring \
--      libcerror \
--      libcthreads \
--      libcdata \
-       libfcache \
-       po \
-       manuals \
-@@ -57,10 +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)/libcthreads && $(MAKE) $(AM_MAKEFLAGS))
--      (cd $(srcdir)/libcdata && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfcache && $(MAKE) $(AM_MAKEFLAGS))
-       (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
- 
-@@ -77,10 +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)/libcthreads && $(MAKE) splint $(AM_MAKEFLAGS))
--      (cd $(srcdir)/libcdata && $(MAKE) splint $(AM_MAKEFLAGS))
-       (cd $(srcdir)/libfcache && $(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/libfcache.git/commitdiff/fc4f309ee1c5e7b09f7c963242e651c8baf24377

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to