auto-import changelog data from libavc1394-0.3.1-7.src.rpm

Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7
- fix buildreqs (#102204)
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
epel9
cvsdist 21 years ago
parent bef8392319
commit e7089c96d1

@ -1,15 +1,11 @@
%define name libavc1394
%define version 0.3.1
%define release 5
Summary: AV control lib for 1394 Summary: AV control lib for 1394
Name: %{name} Name: libavc1394
Version: %{version} Version: 0.3.1
Release: %{release} Release: 7
Copyright: GPL Copyright: GPL
Group: Applications/Multimedia Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/libavc1394/libavc1394-0.3.1.tar.gz Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
BuildRequires: libraw1394 BuildRequires: libraw1394-devel
BuildRoot: /var/tmp/%{name}-%{version}-root BuildRoot: /var/tmp/%{name}-%{version}-root
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
@ -19,6 +15,7 @@ The libavc1394 library allows utilities to control IEEE-1394 devices.
%package devel %package devel
Summary: Development libs for libavc1394 Summary: Development libs for libavc1394
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel %description devel
Development libraries required to build applications using libavc1394. Development libraries required to build applications using libavc1394.
@ -37,11 +34,9 @@ rm -rf %{buildroot}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post -p /sbin/ldconfig
/sbin/ldconfig
%postun %postun -p /sbin/ldconfig
/sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -64,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7
- fix buildreqs (#102204)
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt - rebuilt

Loading…
Cancel
Save