rpms/libdv/devel libdv.spec,1.19,1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 22 19:37:30 UTC 2006


Author: jwilson

Update of /cvs/dist/rpms/libdv/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21532

Modified Files:
	libdv.spec 
Log Message:
Disable asm on i386 for now to prevent text relocations in DSO


Index: libdv.spec
===================================================================
RCS file: /cvs/dist/rpms/libdv/devel/libdv.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libdv.spec	12 Jul 2006 06:48:31 -0000	1.19
+++ libdv.spec	22 Sep 2006 19:37:28 -0000	1.20
@@ -1,7 +1,7 @@
 Summary:	Software decoder for DV format video
 Name:		libdv
 Version:	0.104
-Release:	4.fc6.1
+Release:	5%{?dist}
 Epoch:		0
 License:	LGPL
 Group:		System Environment/Libraries
@@ -57,12 +57,16 @@
 autoreconf
 
 %build
-%configure
+%configure \
+%ifarch %{ix86}
+  --disable-asm \
+%endif
+  --with-pic
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make DESTDIR=$RPM_BUILD_ROOT install
 rm $RPM_BUILD_ROOT%{_libdir}/libdv.a
 rm $RPM_BUILD_ROOT%{_libdir}/libdv.la
 
@@ -97,6 +101,9 @@
 %{_libdir}/pkgconfig/libdv.pc
 
 %changelog
+* Thu Sep 21 2006 Jarod Wilson <jwilson at redhat.com> 0.104-5
+- Disable asm on i386 for now to prevent text relocations in DSO
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0:0.104-4.fc6.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list