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