rpms/emelfm2/FC-3 emelfm2.spec,1.1,1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Tue Sep 27 18:44:26 UTC 2005


Author: cwickert

Update of /cvs/extras/rpms/emelfm2/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32592

Modified Files:
	emelfm2.spec 
Log Message:
release 0.3, fix for x86_64


Index: emelfm2.spec
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/FC-3/emelfm2.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emelfm2.spec	27 Sep 2005 15:16:16 -0000	1.1
+++ emelfm2.spec	27 Sep 2005 18:44:24 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           emelfm2
 Version:        0.1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A file manager that implements the popular two-pane design
 
 Group:          Applications/File
@@ -22,6 +22,8 @@
 %setup -q
 %patch0 -p0 -b .orig
 sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config
+# fix for x86_64 libs
+sed -i 's|$(PREFIX)/lib/$(TARGET)/$(LIBS)/|$(PREFIX)/%{_lib}/$(TARGET)/$(LIBS)/|' Makefile
 # fix broken icon in emelfm2.desktop
 sed -i 's!emelfm2/icon_emelfm2_48.png!%{_datadir}/pixmaps/emelfm2/emelfm2_48.png!' docs/desktop_environment/%{name}.desktop
 
@@ -61,9 +63,12 @@
 
 	
 %changelog
+* Tue Sep 27 2005 Christoph Wickert <wickerpms at arcor.de> - 0.1.2-3
+- Fix for x86_64.
+
 * Mon Sep 26 2005 Christoph Wickert <wickerpms at arcor.de> - 0.1.2-2
-- removed broken-icon.patch (using sed instead).
-- removed hardcoded /usr from makefile.config-patch.
+- Removed broken-icon.patch (using sed instead).
+- Removed hardcoded /usr from makefile.config-patch.
 - Minor specfile changes (#168608).
 
 * Sun Sep 18 2005 Christoph Wickert <wickerpms at arcor.de> - 0.1.2-1




More information about the fedora-extras-commits mailing list