rpms/efte/F-10 efte.spec,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Aug 6 17:13:56 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/efte/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23388/F-10

Modified Files:
	efte.spec 
Log Message:
Added Requires: xorg-x11-fonts-misc.


Index: efte.spec
===================================================================
RCS file: /cvs/pkgs/rpms/efte/F-10/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:57 -0000	1.1
+++ efte.spec	6 Aug 2009 17:13:55 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		efte
 Version:	1.0
-Release:	4%{?dist}
+Release:	7%{?dist}
 Summary:	A lightweight, extendable, folding text editor for X11
 Group:		Applications/Editors
 License:	GPLv2+ or Artistic
@@ -20,6 +20,8 @@ BuildRequires:	libXpm-devel
 
 Provides:	efte(binary) = %{version}-%{release}
 Requires:	efte-common = %{version}-%{release}
+# Needed for fonts to show correctly
+Requires:	xorg-x11-fonts-misc
 
 # Branch nefte on its own since it has less dependencies
 %package -n nefte
@@ -78,6 +80,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 +135,15 @@ update-desktop-database &> /dev/null || 
 %{_datadir}/efte/
 
 %changelog
+* Thu Aug 06 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0-7
+- Added Requires: xorg-x11-fonts-misc.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* 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