[packages/enca] - updated to 1.18

qboosh qboosh at pld-linux.org
Mon Jan 11 21:21:28 CET 2016


commit 2d25707c9644d29bce5459ea0259e4114720626f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jan 11 21:23:35 2016 +0100

    - updated to 1.18

 enca.spec | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/enca.spec b/enca.spec
index fd86fb0..a1f1715 100644
--- a/enca.spec
+++ b/enca.spec
@@ -6,17 +6,18 @@
 Summary:	Extremely Naive Charset Analyser
 Summary(pl.UTF-8):	Skrajnie naiwny analizator zestawów znaków
 Name:		enca
-Version:	1.16
+Version:	1.18
 Release:	1
 License:	GPL v2
 Group:		Libraries
 Source0:	http://dl.cihar.com/enca/%{name}-%{version}.tar.xz
-# Source0-md5:	0a1483530b1fdb9e2a54786489ee0b69
+# Source0-md5:	a139a6ba811c375f50947f9c547b3306
 URL:		http://cihar.com/software/enca/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake >= 1:1.8
 %{?with_apidocs:BuildRequires:	gtk-doc >= 1.0}
 BuildRequires:	iconv
+BuildRequires:	libtool
 %{?with_recode:BuildRequires:	recode-devel}
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
@@ -103,8 +104,11 @@ Dokumentacja API biblioteki ENCA.
 %setup -q
 
 %build
-cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	MKTEMP_PROG=/bin/mktemp \
 	--enable-gtk-doc%{!?with_apidocs:=no} \
@@ -145,7 +149,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc README.devel
+%doc DEVELOP.md
 %attr(755,root,root) %{_libdir}/libenca.so
 %{_libdir}/libenca.la
 %{_includedir}/enca.h
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/enca.git/commitdiff/2d25707c9644d29bce5459ea0259e4114720626f



More information about the pld-cvs-commit mailing list