bump to 1.1.0 release
This commit is contained in:
parent
437bed75e1
commit
331561bcf0
@ -1 +1,2 @@
|
|||||||
libiec61883-1.0.0.tar.gz
|
libiec61883-1.0.0.tar.gz
|
||||||
|
libiec61883-1.1.0.tar.gz
|
||||||
|
12
libiec61883-1.1.0-installtests.patch
Normal file
12
libiec61883-1.1.0-installtests.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -ur libiec61883-1.1.0.orig/examples/Makefile.am libiec61883-1.1.0/examples/Makefile.am
|
||||||
|
--- libiec61883-1.1.0.orig/examples/Makefile.am 2006-09-24 15:34:12.000000000 -0400
|
||||||
|
+++ libiec61883-1.1.0/examples/Makefile.am 2006-10-25 13:12:38.000000000 -0400
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
|
||||||
|
-noinst_PROGRAMS = test-amdtp test-dv test-mpeg2 test-plugs
|
||||||
|
-bin_PROGRAMS = plugreport plugctl
|
||||||
|
+noinst_PROGRAMS =
|
||||||
|
+bin_PROGRAMS = plugreport plugctl test-amdtp test-dv test-mpeg2 test-plugs
|
||||||
|
man_MANS = plugreport.1 plugctl.1
|
||||||
|
EXTRA_DIST = plugreport.1 plugctl.1
|
||||||
|
|
@ -1,19 +1,19 @@
|
|||||||
Summary: Streaming library for IEEE1394
|
Summary: Streaming library for IEEE1394
|
||||||
Name: libiec61883
|
Name: libiec61883
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Libraries
|
Group: Libraries
|
||||||
Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
|
Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
|
||||||
Patch: libiec61883-1.0.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}-root
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
# Works only with newer libraw1394 versions
|
# Works only with newer libraw1394 versions
|
||||||
BuildRequires: libraw1394-devel >= 1.2.0
|
BuildRequires: libraw1394-devel >= 1.2.1
|
||||||
BuildRequires: autoconf, automake, libtool
|
BuildRequires: autoconf, automake, libtool
|
||||||
Requires: libraw1394 >= 1.2.0
|
Requires: libraw1394 >= 1.2.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ down to isochronous packets, which are transmitted using libraw1394.
|
|||||||
Summary: Development files for libiec61883
|
Summary: Development files for libiec61883
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig, libraw1394-devel >= 1.2.0
|
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
|
||||||
@ -77,8 +77,12 @@ rm -rf %{buildroot}
|
|||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> - 1.1.0-1
|
||||||
|
- 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user