source: projects/specs/branches/6/lib/libi/libiec61883/libiec61883-vl.spec @ 1895

Revision 1895, 3.8 KB checked in by inagaki, 14 years ago (diff)

rebuilt with rpm-4.8.1: libavc1394, libdc1394, libdv, libdvdread, libiec61883, libraw1394

Line 
1Name: libiec61883
2Summary: Streaming library for IEEE1394
3SUmmary(ja): IEEE1394 用ストリーミングライブラリ
4Version: 1.2.0
5Release: 1%{?_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 Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
86- new upstream release
87- built with new toolchain and rpm-4.8.1
88- dropt static libraries from devel package
89
90* Sat Nov  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4vl5
91- macros for VineSeed and VinePlus/4.0
92- spec in UTF-8
93
94* Wed Oct 29 2008 Seiichirou Babasaki - 1.1.0-3
95- Version 1.1.0 for VineLinux-4.2 (From VineSeed)
96- replase libraw1394(-devel) -> libraw1394_121(-devel)
97
98* Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
99- new versioning policy
100
101* Sat Jun  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-1vl1
102- initial build for Vine Linux
103
104* Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> - 1.1.0-1
105- Update to 1.1.0 release
106
107* Wed Oct 11 2006 Jarod Wilson <jwilson@redhat.com> - 1.0.0-11
108- Use %dist tag
109
110* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2.1
111- rebuild
112
113* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2
114- bump again for double-long bug on ppc(64)
115
116* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.1
117- rebuilt for new gcc4.1 snapshot and glibc changes
118
119* Fri Dec 30 2005 Jarod Wilson <jarod@wilsonet.com> 1.0.0-10
120- Add missing autoconf, automake and libtool
121  BuildRequires
122
123* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
124- rebuilt
125
126* Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> 1.0.0-9
127- incorporate some spec improvements from Matthias (#172105)
128
129* Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
130- split -devel for pkgconfig chain
131- remove .a and .la
132- exclude s390 and s390x
133
134* Tue Apr  5 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
135- Fixes for building properly on x86_64.
136
137* Mon Mar 28 2005 Jarod Wilson <jarod@wilsonet.com>
138- Fixed utils so they build properly
139
140* Sat Feb 26 2005 Jarod Wilson <jarod@wilsonet.com>
141- Rolled in utils
142
143* Wed Feb 23 2005 Jarod Wilson <jarod@wilsonet.com>
144- Initial build
145
Note: See TracBrowser for help on using the repository browser.