source: projects/specs/trunk/lib/libr/libraw1394/libraw1394-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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