rpms/efte/devel efte.spec,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Jul 16 09:35:43 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/efte/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18122/devel

Modified Files:
	efte.spec 
Log Message:
Fix EPEL build.


Index: efte.spec
===================================================================
RCS file: /cvs/pkgs/rpms/efte/devel/efte.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- efte.spec	2 Jul 2009 05:30:00 -0000	1.1
+++ efte.spec	16 Jul 2009 09:35:13 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		efte
 Version:	1.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A lightweight, extendable, folding text editor for X11
 Group:		Applications/Editors
 License:	GPLv2+ or Artistic
@@ -78,6 +78,8 @@ for doc in Artistic AUTHORS COPYING HIST
 done
 # Delete version line from desktop file
 sed -i '/Version/d' packaging/shared/efte.desktop
+# Append encoding line to desktop file (necessary for EPEL)
+echo "Encoding=UTF-8" >> packaging/shared/efte.desktop
 # Remove optflags lines from cmake configs
 sed -i '/CMAKE_CXX_FLAGS/d' src/CMakeLists.txt
 
@@ -131,6 +133,9 @@ update-desktop-database &> /dev/null || 
 %{_datadir}/efte/
 
 %changelog
+* Thu Jul 16 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0-5
+- Fix EPEL build.
+
 * Tue Jun 23 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0-4
 - Fix review issues.
 - Branch nefte into an own package.




More information about the fedora-extras-commits mailing list