- Fix license and group tags (#411201)
- Clean up spacing and macro/var inconsistency
This commit is contained in:
parent
8383b97479
commit
94408ad20d
@ -1,21 +1,21 @@
|
||||
Summary: Streaming library for IEEE1394
|
||||
Name: libiec61883
|
||||
Version: 1.1.0
|
||||
Release: 2%{?dist}
|
||||
License: LGPL
|
||||
Group: Libraries
|
||||
Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
|
||||
Patch: libiec61883-1.1.0-installtests.patch
|
||||
URL: http://linux1394.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
ExcludeArch: s390 s390x
|
||||
Summary: Streaming library for IEEE1394
|
||||
Name: libiec61883
|
||||
Version: 1.1.0
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
|
||||
Patch: libiec61883-1.1.0-installtests.patch
|
||||
URL: http://linux1394.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
# Works only with newer libraw1394 versions
|
||||
BuildRequires: libraw1394-devel >= 1.2.1
|
||||
BuildRequires: autoconf, automake, libtool
|
||||
Requires: libraw1394 >= 1.2.1
|
||||
BuildRequires: libraw1394-devel >= 1.2.1
|
||||
BuildRequires: autoconf, automake, libtool
|
||||
Requires: libraw1394 >= 1.2.1
|
||||
|
||||
%description
|
||||
%description
|
||||
|
||||
The libiec61883 library provides an higher level API for streaming DV,
|
||||
MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronous
|
||||
@ -24,18 +24,18 @@ MPEG-2 frames or audio samples from the application and breaks these
|
||||
down to isochronous packets, which are transmitted using libraw1394.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libiec61883
|
||||
Group: Applications/Multimedia
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig, libraw1394-devel >= 1.2.1
|
||||
Summary: Development files for libiec61883
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig, libraw1394-devel >= 1.2.1
|
||||
|
||||
%description devel
|
||||
Development files needed to build applications against libiec61883
|
||||
|
||||
%package utils
|
||||
Summary: Utilities for use with libiec61883
|
||||
Group: Applications/Multimedia
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: Utilities for use with libiec61883
|
||||
Group: Applications/Multimedia
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description utils
|
||||
Utilities that make use of iec61883
|
||||
@ -46,18 +46,18 @@ Utilities that make use of iec61883
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
export CFLAGS="%{optflags}"
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
%configure
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.a
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libiec61883.a
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -81,6 +81,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 19 2007 Jarod Wilson <jwilson@redhat.com> - 1.1.0-3
|
||||
- Fix license and group tags (#411201)
|
||||
- Clean up spacing and macro/var inconsistency
|
||||
|
||||
* Mon Mar 26 2007 Jarod Wilson <jwilson@redhat.com> - 1.1.0-2
|
||||
- Own created directories (#233865)
|
||||
|
||||
@ -88,7 +92,7 @@ rm -rf %{buildroot}
|
||||
- Update to 1.1.0 release
|
||||
|
||||
* Wed Oct 11 2006 Jarod Wilson <jwilson@redhat.com> - 1.0.0-11
|
||||
- Use %dist tag
|
||||
- Use %%dist tag
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2.1
|
||||
- rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user