source: projects/specs/branches/6/lib/libr/libraw1394/libraw1394-vl.spec @ 1895

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

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

Line 
1Name: libraw1394
2Summary: Library providing low-level IEEE-1394 access
3Summary(ja): 低レベル IEEE-1394 アクセスライブラリ
4Version: 1.2.1
5Release: 2%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPL
9Source: http://download.sourceforge.net/libraw1394/libraw1394-%{version}.tar.gz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13%description
14The libraw1394 library provides direct access to the
15IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space
16interface.
17
18%package devel
19Summary: Development libs for libraw1394
20Group: Development/Libraries
21Requires: %{name} = %{version}-%{release}
22
23%description devel
24Development libraries needed to build applications against libraw1394.
25
26%prep
27%setup -q
28
29%build
30%configure --disable-static
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make install DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%post -p /sbin/ldconfig
41
42%postun -p /sbin/ldconfig
43
44%files
45%defattr(-,root,root)
46%doc AUTHORS ChangeLog COPYING.LIB NEWS README
47%{_bindir}/*
48%{_libdir}/libraw1394.so.*
49%{_mandir}/man1/*
50%{_mandir}/man5/*
51
52%files devel
53%defattr(-,root,root)
54#%doc doc/libraw1394.ps doc/libraw1394
55%{_includedir}/libraw1394
56%exclude %{_libdir}/libraw1394.la
57%{_libdir}/libraw1394.so
58%{_libdir}/pkgconfig/*.pc
59
60
61%changelog
62* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
63- rebuilt wirh new toolchain and rpm-4.8.1
64- dropt static libraries
65
66* Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
67- applied new versioning policy, spec in utf-8
68- dropt lib*.la
69
70* Sat Jun  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl1
71- new upstream release
72
73* Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-0vl1
74- new upstream release
75
76* Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-0vl1
77- new upstream release
78- changed Group:
79
80* Wed Mar  3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.0-0vl1
81- new upstream release
82
83* Tue Sep 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-0vl1
84- build for Vine Linux
85
86* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
87- have -devel require main pacakge
88
89* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
90- rebuilt
91
92* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
93- fix build with gcc 3.3
94
95* Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
96- ppc64 fix
97
98* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
99- rebuilt
100
101* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
102- exclude mainframe
103- allow lib64
104
105* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
106- automated rebuild
107
108* Wed Jun 19 2002 Michael Fulbright <msf@redhat.com>
109- fixed up %files list for devel subpackage and included api docs
110
111* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
112- First RPM build
113
Note: See TracBrowser for help on using the repository browser.