From 889042b43f87c8b4cecb508d468f5e04c6f53a31 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:39:15 +0000 Subject: [PATCH] auto-import changelog data from libraw1394-0.9.0-8.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Wed Nov 20 2002 Florian La Roche - exclude mainframe - allow lib64 --- libraw1394.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/libraw1394.spec b/libraw1394.spec index cd77135..76801eb 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,6 +1,6 @@ %define name libraw1394 %define version 0.9.0 -%define release 6 +%define release 8 Summary: Library providing low-level IEEE-1394 access Name: %{name} @@ -9,6 +9,7 @@ Release: %{release} Copyright: GPL Group: Applications/Multimedia Source: http://download.sourceforge.net/libraw1394/libraw1394_0.9.0.tar.gz +ExcludeArch: s390 s390x BuildRoot: /var/tmp/%{name}-%{version}-root %description @@ -49,20 +50,27 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING INSTALL README %doc /usr/share/man/man1/testlibraw.1.gz /usr/bin/testlibraw -/usr/lib/libraw1394.so.5.0.0 +%{_libdir}/libraw1394.so.5.0.0 %files devel %defattr(-,root,root) /usr/include/libraw1394 -/usr/lib/libraw1394.a -/usr/lib/libraw1394.la -/usr/lib/libraw1394.so +%{_libdir}/libraw1394.a +%{_libdir}/libraw1394.la +%{_libdir}/libraw1394.so /usr/share/aclocal/libraw1394.m4 %doc doc/libraw1394.ps %doc doc/libraw1394 %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Wed Nov 20 2002 Florian La Roche +- exclude mainframe +- allow lib64 + * Fri Jun 21 2002 Tim Powers - automated rebuild