auto-import changelog data from libraw1394-0.9.0-12.src.rpm

Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
- have -devel require main pacakge
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
- fix build with gcc 3.3
Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
- ppc64 fix
epel9
cvsdist 21 years ago
parent 889042b43f
commit 2b5d98e565

@ -1,16 +1,14 @@
%define name libraw1394
%define version 0.9.0
%define release 8
Summary: Library providing low-level IEEE-1394 access
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Name: libraw1394
Version: 0.9.0
Release: 12
License: GPL
Group: Applications/Multimedia
Source: http://download.sourceforge.net/libraw1394/libraw1394_0.9.0.tar.gz
Patch0: libraw1394-0.9.0-gcc33.patch
ExcludeArch: s390 s390x
BuildRoot: /var/tmp/%{name}-%{version}-root
BuildRequires: libtool automake autoconf
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The libraw1394 library provides direct access to the
@ -20,12 +18,18 @@ interface.
%package devel
Summary: Development libs for libraw1394
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Development libraries needed to build applications against libraw1394.
%prep
%setup
%patch0 -p1 -b .gcc33
libtoolize --force
aclocal
automake --add-missing
autoconf
%build
%configure
@ -38,12 +42,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -64,6 +65,18 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
- have -devel require main pacakge
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
- fix build with gcc 3.3
* Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
- ppc64 fix
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt

Loading…
Cancel
Save