rpms/xcircuit/FC-5 xcircuit.spec,1.3,1.4

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sat Aug 26 18:26:36 UTC 2006


Author: chitlesh

Update of /cvs/extras/rpms/xcircuit/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28313/FC-5

Modified Files:
	xcircuit.spec 
Log Message:
auto-import xcircuit-3.4.26-11 on branch FC-5 from xcircuit-3.4.26-11.src.rpm
lib64 issue


Index: xcircuit.spec
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xcircuit.spec	26 Aug 2006 18:12:17 -0000	1.3
+++ xcircuit.spec	26 Aug 2006 18:26:36 -0000	1.4
@@ -1,6 +1,6 @@
 Name:             xcircuit
 Version:          3.4.26
-Release:          10%{?dist}
+Release:          11%{?dist}
 Summary:          Electronic circuit schematic drawing program
 
 License:          GPL
@@ -35,7 +35,7 @@
 %{__aclocal}
 %{__automake} --add-missing
 %{__autoconf}
-%configure --libdir=%{_libdir}
+%configure
 %{__make} %{?_smp_mflags}
 
 %install
@@ -53,7 +53,7 @@
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
 %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
-chmod -x %{buildroot}%{_libdir}/%{name}-3.4/console.tcl
+chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl
 
 desktop-file-install --vendor fedora \
     --add-category Engineering \
@@ -78,14 +78,17 @@
 %defattr(-,root,root,-)
 %doc CHANGES COPYRIGHT README* TODO examples/
 %{_bindir}/%{name}
-%{_libdir}/%{name}-3.4/
+%{_prefix}/lib*/%{name}-3.4/
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_mandir}/man1/%{name}.1.gz
 
 %Changelog
+* Sat Aug 26 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 3.4.26-11
+- Minor fixes to build properly under x86_64
+
 * Sat Aug 26 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 3.4.26-10
-- Opted %{_prefix}/lib* prior to %{_libdir}
+- Opted %%{_prefix}/lib* prior to %%{_libdir}
 
 * Sat Aug 26 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 3.4.26-9
 - Added --libdir=%%{_libdir} to solve build error on x86_64




More information about the fedora-extras-commits mailing list