[mfiler4: 1/3] 1.2.2

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Aug 6 03:08:04 UTC 2013


commit 07a25721d22c7d5aa5ac938154f70174780065a9
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Tue Aug 6 11:58:32 2013 +0900

    1.2.2

 mfiler4.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/mfiler4.spec b/mfiler4.spec
index 67958cd..8b290fb 100644
--- a/mfiler4.spec
+++ b/mfiler4.spec
@@ -1,8 +1,9 @@
-%global	repoid		58941
-%global	xyzsh_min_ver	1.4.3
+%global	repoid		59262
+%global	xyzsh_min_ver	1.4.7
+%undefine	_docdir_fmt
 
 Name:			mfiler4
-Version:		1.2.0
+Version:		1.2.2
 Release:		1%{?dist}
 Summary:		2 pane file manager with a embedded shell
 
@@ -35,7 +36,7 @@ sed -i.werror \
 
 # Change docdir
 sed -i.docdir \
-	-e '/^CFLAGS=.*DATAROOTDIR=/s|doc/mfiler4/|doc/xyzsh-%{version}/|' \
+	-e '/^CFLAGS=.*DATAROOTDIR=/s|doc/mfiler4/|doc/mfiler4-%{version}/|' \
 	configure
 
 # Don't strip binary
@@ -53,7 +54,9 @@ sed -i.inst \
 
 %build
 %configure \
-	--bindir=%{_libexecdir}/%{name}/
+	--bindir=%{_libexecdir}/%{name}/ \
+	--with-migemo \
+	--with-system-migemodir=%{_datadir}/cmigemo/
 
 make %{?_smp_mflags} -k \
 	CC="gcc %optflags" \
@@ -92,6 +95,9 @@ chmod 0755 %{buildroot}%{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Tue Aug  6 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.2.2-1
+- 1.2.2
+
 * Mon Jul  1 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.2.0-1
 - 1.2.0
 


More information about the scm-commits mailing list