source: projects/specs/trunk/lib/libi/libiec61883/libiec61883-vl.spec @ 6971

Revision 6971, 3.9 KB checked in by Takemikaduchi, 12 years ago (diff)

libraw1394,libdc1394: new upstream release,
others: rebuild with libraw1394-2.1.0

Line 
1Name: libiec61883
2Summary: Streaming library for IEEE1394
3SUmmary(ja): IEEE1394 用ストリーミングライブラリ
4Version: 1.2.0
5Release: 2%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPLv2
9URL: https://ieee1394.wiki.kernel.org/
10
11Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
12Patch0: libiec61883-1.1.0-installtests.patch
13
14ExcludeArch: s390 s390x
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: libraw1394-devel >= 1.2.1
17BuildRequires: autoconf, automake, libtool
18
19%description
20The libiec61883 library provides an higher level API for streaming DV,
21MPEG-2 and audio over IEEE1394.  Based on the libraw1394 isochronous
22functionality, this library acts as a filter that accepts DV-frames,
23MPEG-2 frames or audio samples from the application and breaks these
24down to isochronous packets, which are transmitted using libraw1394.
25
26%package devel
27Summary:  Development files for libiec61883
28Group:    Development/Libraries
29Requires: %{name} = %{version}-%{release}
30Requires: libraw1394-devel >= 1.2.1
31
32%description devel
33Development files needed to build applications against libiec61883
34
35%package utils
36Summary:  Utilities for use with libiec61883
37Group:    Applications/System
38Requires: %{name} = %{version}-%{release}
39
40%description utils
41Utilities that make use of iec61883
42
43%prep
44%setup -q
45%patch0 -p1 -b .installtests
46
47autoreconf
48libtoolize --force --copy
49
50%build
51%configure --disable-static
52make
53
54%install
55rm -rf %{buildroot}
56make DESTDIR=%{buildroot} install
57
58#rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
59
60%clean
61rm -rf %{buildroot}
62
63%post -p /sbin/ldconfig
64
65%postun -p /sbin/ldconfig
66
67%files
68%defattr(-,root,root,-)
69%doc AUTHORS COPYING NEWS README
70%{_libdir}/libiec61883.so.*
71
72%files devel
73%defattr(-,root,root,-)
74%{_libdir}/libiec61883.so
75%exclude %{_libdir}/libiec61883.la
76%{_includedir}/libiec61883/*.h
77%{_libdir}/pkgconfig/libiec61883.pc
78
79%files utils
80%defattr(-,root,root,-)
81%{_bindir}/*
82%{_mandir}/man1/*.1*
83
84%changelog
85* Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-2
86- rebuild with libraw1394-2.1.0
87
88* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
89- new upstream release
90- built with new toolchain and rpm-4.8.1
91- dropt static libraries from devel package
92
93* Sat Nov  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4vl5
94- macros for VineSeed and VinePlus/4.0
95- spec in UTF-8
96
97* Wed Oct 29 2008 Seiichirou Babasaki - 1.1.0-3
98- Version 1.1.0 for VineLinux-4.2 (From VineSeed)
99- replase libraw1394(-devel) -> libraw1394_121(-devel)
100
101* Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
102- new versioning policy
103
104* Sat Jun  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-1vl1
105- initial build for Vine Linux
106
107* Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> - 1.1.0-1
108- Update to 1.1.0 release
109
110* Wed Oct 11 2006 Jarod Wilson <jwilson@redhat.com> - 1.0.0-11
111- Use %dist tag
112
113* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2.1
114- rebuild
115
116* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2
117- bump again for double-long bug on ppc(64)
118
119* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.1
120- rebuilt for new gcc4.1 snapshot and glibc changes
121
122* Fri Dec 30 2005 Jarod Wilson <jarod@wilsonet.com> 1.0.0-10
123- Add missing autoconf, automake and libtool
124  BuildRequires
125
126* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
127- rebuilt
128
129* Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> 1.0.0-9
130- incorporate some spec improvements from Matthias (#172105)
131
132* Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
133- split -devel for pkgconfig chain
134- remove .a and .la
135- exclude s390 and s390x
136
137* Tue Apr  5 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
138- Fixes for building properly on x86_64.
139
140* Mon Mar 28 2005 Jarod Wilson <jarod@wilsonet.com>
141- Fixed utils so they build properly
142
143* Sat Feb 26 2005 Jarod Wilson <jarod@wilsonet.com>
144- Rolled in utils
145
146* Wed Feb 23 2005 Jarod Wilson <jarod@wilsonet.com>
147- Initial build
148
Note: See TracBrowser for help on using the repository browser.