rpms/neXtaw/devel neXtaw.spec,1.12,1.13

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Jun 4 16:12:20 UTC 2006


Author: scop

Update of /cvs/extras/rpms/neXtaw/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7620/devel

Modified Files:
	neXtaw.spec 
Log Message:
* Sun Jun  4 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15.1-9
- Fix linkage on lib64 archs.
- Drop static lib build option.



Index: neXtaw.spec
===================================================================
RCS file: /cvs/extras/rpms/neXtaw/devel/neXtaw.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- neXtaw.spec	13 Feb 2006 20:34:25 -0000	1.12
+++ neXtaw.spec	4 Jun 2006 16:12:20 -0000	1.13
@@ -1,9 +1,7 @@
-%bcond_with static
-
 Summary:        Modified version of the Athena Widgets with N*XTSTEP appearance
 Name:           neXtaw
 Version:        0.15.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 
 URL:            http://siag.nu/neXtaw/
 Source0:        http://siag.nu/pub/neXtaw/%{name}-%{version}.tar.gz
@@ -41,7 +39,8 @@
 
 
 %build
-%configure %{!?with_static:--disable-static} --disable-dependency-tracking
+%configure --disable-static --disable-dependency-tracking \
+    --x-libraries=%{_libdir}
 make %{?_smp_mflags}
 
 
@@ -69,12 +68,13 @@
 %defattr(-,root,root,-)
 %{_includedir}/X11/neXtaw/
 %{_libdir}/libneXtaw.so
-%if %{with static}
-%{_libdir}/libneXtaw.a
-%endif
 
 
 %changelog
+* Sun Jun  4 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15.1-9
+- Fix linkage on lib64 archs.
+- Drop static lib build option.
+
 * Mon Feb 13 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15.1-8
 - Rebuild.
 




More information about the fedora-extras-commits mailing list