From 744fe97ec038acb3bfe45cb610f7079c882face0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:40:18 +0000 Subject: [PATCH] auto-import changelog data from libraw1394-0.10.0-2.1.src.rpm Tue Mar 02 2004 Elliot Lee - rebuilt Sat Feb 21 2004 Florian La Roche - add symlinks to shared libs already at install time Thu Feb 12 2004 Warren Togami 0.10.0-1 - upgrade to 0.10.0 - Spec cleanups - Remove INSTALL, add NEWS - Add new binaries - libtool, auto* not needed --- .cvsignore | 2 +- libraw1394.spec | 73 +++++++++++++++++++++++++++++++------------------ sources | 2 +- 3 files changed, 48 insertions(+), 29 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1d14064..6a7b1ef 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libraw1394_0.9.0.tar.gz +libraw1394-0.10.0.tar.gz diff --git a/libraw1394.spec b/libraw1394.spec index 37ac611..8b19b1f 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,19 +1,19 @@ Summary: Library providing low-level IEEE-1394 access Name: libraw1394 -Version: 0.9.0 -Release: 12 +Version: 0.10.0 +Release: 2.1 License: GPL -Group: Applications/Multimedia -Source: http://download.sourceforge.net/libraw1394/libraw1394_0.9.0.tar.gz -Patch0: libraw1394-0.9.0-gcc33.patch +Group: System Environment/Libraries +Source: http://www.linux1394.org/files/libraw1394/libraw1394-0.10.0.tar.gz +URL: http://www.linux1394.org/ ExcludeArch: s390 s390x -BuildRequires: libtool automake autoconf +## not needed +# BuildRequires: libtool automake14 autoconf BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -The libraw1394 library provides direct access to the -IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space -interface. +The libraw1394 library provides direct access to the IEEE-1394 bus through +the Linux 1394 subsystem's raw1394 user space interface. %package devel Summary: Development libs for libraw1394 @@ -24,20 +24,22 @@ Requires: %{name} = %{version}-%{release} Development libraries needed to build applications against libraw1394. %prep -%setup -%patch0 -p1 -b .gcc33 -libtoolize --force -aclocal -automake --add-missing -autoconf +%setup -q + +## not needed +#libtoolize --force +#aclocal-1.4 +#automake-1.4 --add-missing +#autoconf %build %configure -make +make %{?_smp_mflags} %install -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir} %clean rm -rf $RPM_BUILD_ROOT @@ -47,24 +49,41 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING INSTALL README -%doc /usr/share/man/man1/testlibraw.1.gz -/usr/bin/testlibraw -%{_libdir}/libraw1394.so.5.0.0 +%defattr(-,root,root,-) +%doc COPYING README NEWS +%doc %{_mandir}/man1/testlibraw.1.gz +%doc %{_mandir}/man1/dumpiso.1.gz +%doc %{_mandir}/man1/sendiso.1.gz +%doc %{_mandir}/man5/isodump.5.gz +%{_bindir}/testlibraw +%{_bindir}/dumpiso +%{_bindir}/sendiso +%{_libdir}/libraw1394.so.* %files devel -%defattr(-,root,root) -/usr/include/libraw1394 +%defattr(-,root,root,-) +%doc doc/libraw1394.sgml +%{_includedir}/libraw1394 %{_libdir}/libraw1394.a %{_libdir}/libraw1394.la %{_libdir}/libraw1394.so -/usr/share/aclocal/libraw1394.m4 -%doc doc/libraw1394.ps -%doc doc/libraw1394 +%{_datadir}/aclocal/libraw1394.m4 %changelog +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Sat Feb 21 2004 Florian La Roche +- add symlinks to shared libs already at install time + +* Thu Feb 12 2004 Warren Togami 0.10.0-1 +- upgrade to 0.10.0 +- Spec cleanups +- Remove INSTALL, add NEWS +- Add new binaries +- libtool, auto* not needed + * Mon Aug 25 2003 Bill Nottingham 0.9.0-12 - have -devel require main pacakge diff --git a/sources b/sources index 85b0435..afa4c65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56fc0bc6f00efdebb635dcc52d91f7bc libraw1394_0.9.0.tar.gz +95f4e9a6dbd7543b94e2cc70562d9073 libraw1394-0.10.0.tar.gz