auto-import changelog data from libavc1394-0.4.1-1.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Feb 12 2004 Warren Togami <wtogami@redhat.com> 0.4.1-1 - upgrade to 0.4.1 - Spec cleanups - License -> Copyright - Remove INSTALL; Add News, ChangeLog - Applications/Multimedia -> System Environment/Libraries
This commit is contained in:
parent
e7089c96d1
commit
58cea844ce
@ -1 +1 @@
|
||||
libavc1394-0.3.1.tar.gz
|
||||
libavc1394-0.4.1.tar.gz
|
||||
|
||||
@ -1,34 +1,37 @@
|
||||
Summary: AV control lib for 1394
|
||||
Summary: Audio/Video Control library for IEEE-1394 devices
|
||||
Name: libavc1394
|
||||
Version: 0.3.1
|
||||
Release: 7
|
||||
Copyright: GPL
|
||||
Group: Applications/Multimedia
|
||||
Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
|
||||
Version: 0.4.1
|
||||
Release: 1.1
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
|
||||
BuildRequires: libraw1394-devel
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
%description
|
||||
The libavc1394 library allows utilities to control IEEE-1394 devices.
|
||||
The libavc1394 library allows utilities to control IEEE-1394 devices
|
||||
using the AV/C specification. Audio/Video Control allows applications
|
||||
to control devices like the tape on a VCR or camcorder.
|
||||
|
||||
%package devel
|
||||
Summary: Development libs for libavc1394
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libraw1394-devel
|
||||
|
||||
%description devel
|
||||
Development libraries required to build applications using libavc1394.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
@ -39,17 +42,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING INSTALL README
|
||||
%doc /usr/share/man/man1/dvcont.1.gz
|
||||
/usr/bin/dvcont
|
||||
%{_libdir}/libavc1394.so.0.0.4
|
||||
%{_libdir}/librom1394.so.0.0.4
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING NEWS README ChangeLog
|
||||
%doc %{_mandir}/man1/dvcont.1.gz
|
||||
%{_bindir}/dvcont
|
||||
%{_libdir}/libavc1394.so.0.1.1
|
||||
%{_libdir}/librom1394.so.0.1.1
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
/usr/include/libavc1394
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/libavc1394
|
||||
%{_libdir}/libavc1394.a
|
||||
%{_libdir}/libavc1394.la
|
||||
%{_libdir}/libavc1394.so
|
||||
@ -59,6 +62,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Feb 12 2004 Warren Togami <wtogami@redhat.com> 0.4.1-1
|
||||
- upgrade to 0.4.1
|
||||
- Spec cleanups
|
||||
- License -> Copyright
|
||||
- Remove INSTALL; Add News, ChangeLog
|
||||
- Applications/Multimedia -> System Environment/Libraries
|
||||
|
||||
* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7
|
||||
- fix buildreqs (#102204)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user