Author: kwizart
Update of /cvs/free/rpms/libmpeg2/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32742
Modified Files:
libmpeg2.spec
Log Message:
Rebuild -4
Index: libmpeg2.spec
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/devel/libmpeg2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libmpeg2.spec 8 Oct 2008 01:36:19 -0000 1.3
+++ libmpeg2.spec 27 Mar 2009 17:44:52 -0000 1.4
@@ -1,6 +1,6 @@
Name: libmpeg2
Version: 0.5.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: MPEG-2 decoder libraries
Group: System Environment/Libraries
@@ -51,7 +51,7 @@
%build
%configure --disable-static \
-%ifarch i386
+%ifarch %{ix86}
--disable-accel-detect \
%endif
@@ -61,7 +61,7 @@
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags} \
-%ifarch i386
+%ifarch %{ix86}
OPT_CFLAGS="-fPIC -DPIC" \
%else
OPT_CFLAGS="" \
@@ -74,6 +74,11 @@
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+#Fix datatype internal definitions
+install -pm 0644 libmpeg2/mpeg2_internal.h \
+ $RPM_BUILD_ROOT%{_includedir}/mpeg2dec/
+
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -106,6 +111,11 @@
%changelog
+* Fri Mar 27 2009 kwizart < kwizart at
gmail.com > - 0.5.1-4
+- Rebuild
+- Fix target_arch conditionals
+- Provides internal definitions mpeg2_internal.h
+
* Fri Oct 4 2008 kwizart < kwizart at
gmail.com > - 0.5.1-3
- Fix CFLAGS on x86 producing selinux denials.