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

Revision 8758, 4.0 KB checked in by Takemikaduchi, 10 years ago (diff)

update or rebuild

Line 
1Name: libiec61883
2Summary: Streaming library for IEEE1394
3SUmmary(ja): IEEE1394 用ストリーミングライブラリ
4Version: 1.2.0
5Release: 3%{?_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
47%build
48autoreconf -if
49%configure --disable-static
50make
51
52%install
53rm -rf %{buildroot}
54make DESTDIR=%{buildroot} install
55
56#rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
57
58%clean
59rm -rf %{buildroot}
60
61%post -p /sbin/ldconfig
62
63%postun -p /sbin/ldconfig
64
65%files
66%defattr(-,root,root,-)
67%doc AUTHORS COPYING NEWS README
68%{_libdir}/libiec61883.so.*
69
70%files devel
71%defattr(-,root,root,-)
72%{_libdir}/libiec61883.so
73%exclude %{_libdir}/libiec61883.la
74%{_includedir}/libiec61883/*.h
75%{_libdir}/pkgconfig/libiec61883.pc
76
77%files utils
78%defattr(-,root,root,-)
79%{_bindir}/*
80%{_mandir}/man1/*.1*
81
82%changelog
83* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-3
84- rebuild with VineSeed environment
85
86* Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-2
87- rebuild with libraw1394-2.1.0
88
89* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
90- new upstream release
91- built with new toolchain and rpm-4.8.1
92- dropt static libraries from devel package
93
94* Sat Nov  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4vl5
95- macros for VineSeed and VinePlus/4.0
96- spec in UTF-8
97
98* Wed Oct 29 2008 Seiichirou Babasaki - 1.1.0-3
99- Version 1.1.0 for VineLinux-4.2 (From VineSeed)
100- replase libraw1394(-devel) -> libraw1394_121(-devel)
101
102* Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
103- new versioning policy
104
105* Sat Jun  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-1vl1
106- initial build for Vine Linux
107
108* Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> - 1.1.0-1
109- Update to 1.1.0 release
110
111* Wed Oct 11 2006 Jarod Wilson <jwilson@redhat.com> - 1.0.0-11
112- Use %dist tag
113
114* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2.1
115- rebuild
116
117* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2
118- bump again for double-long bug on ppc(64)
119
120* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.1
121- rebuilt for new gcc4.1 snapshot and glibc changes
122
123* Fri Dec 30 2005 Jarod Wilson <jarod@wilsonet.com> 1.0.0-10
124- Add missing autoconf, automake and libtool
125  BuildRequires
126
127* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
128- rebuilt
129
130* Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> 1.0.0-9
131- incorporate some spec improvements from Matthias (#172105)
132
133* Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
134- split -devel for pkgconfig chain
135- remove .a and .la
136- exclude s390 and s390x
137
138* Tue Apr  5 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
139- Fixes for building properly on x86_64.
140
141* Mon Mar 28 2005 Jarod Wilson <jarod@wilsonet.com>
142- Fixed utils so they build properly
143
144* Sat Feb 26 2005 Jarod Wilson <jarod@wilsonet.com>
145- Rolled in utils
146
147* Wed Feb 23 2005 Jarod Wilson <jarod@wilsonet.com>
148- Initial build
149
Note: See TracBrowser for help on using the repository browser.