]> git.pld-linux.org Git - packages/libraw1394.git/blob - libraw1394.spec
- docbook fix
[packages/libraw1394.git] / libraw1394.spec
1 Summary:        Interface to Linux IEEE-1394 subsystem
2 Summary(pl):    Biblioteka do obs³ugi podsystemu IEEE-1394
3 Name:           libraw1394
4 Version:        0.9.0
5 Release:        4
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/libraw1394/%{name}_%{version}.tar.gz
9 # Source0-md5: 56fc0bc6f00efdebb635dcc52d91f7bc
10 Patch0:         %{name}-build.patch
11 Patch1:         %{name}-am18.patch
12 URL:            http://libraw1394.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 libraw1394 is the only supported interface to the kernel side raw1394
20 of the Linux IEEE-1394 subsystem, which provides direct access to the
21 connected 1394 buses to user space. Through libraw1394/raw1394,
22 applications can directly send to and receive from other nodes without
23 requiring a kernel driver for the protocol in question.
24
25 %description -l pl
26 libraw1394 jest jedynym supportowanym po stronie kernela linuksowego
27 raw1394 subsystemu IEEE-1394, który zapewnia bezpo¶redni dostêp do
28 szyn 1394 w przestrzeni u¿ytkownika. Poprzez libraw1394/raw1394
29 aplikacje mog± bezpo¶rednio wysy³aæ i otrzymywaæ z innych koñcówek bez
30 potrzeby kernelowego drivera w zapytaniu.
31
32 %package devel
33 Summary:        libraw1394 header files
34 Summary(pl):    Pliki nag³ówkowe biblioteki libraw1394
35 Group:          Development/Libraries
36 Requires:       %{name} = %{version}
37
38 %description devel
39 libraw1394 devel package.
40
41 %description devel -l pl
42 Pliki nag³ówkowe biblioteki libraw1394.
43
44 %package static
45 Summary:        libraw1394 static library
46 Summary(pl):    Statyczna biblioteka do obs³ugi formatu IEEE-1394
47 Group:          Development/Libraries
48 Requires:       %{name}-devel = %{version}
49
50 %description static
51 libraw1394 static librawy.
52
53 %description static -l pl
54 Statyczna biblioteka libraw1394.
55
56 %prep
57 %setup -q
58 %patch0 -p1
59 %patch1 -p1
60
61 %build
62 %{__libtoolize}
63 %{__aclocal}
64 %{__autoheader}
65 %{__autoconf}
66 %{__automake}
67 %configure
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT \
75         aclocaldir=%{_aclocaldir}
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %files
84 %defattr(644,root,root,755)
85 %doc README NEWS
86 %attr(755,root,root) %{_libdir}/lib*.so.*.*
87
88 %files devel
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_libdir}/lib*.so
91 %{_libdir}/lib*.la
92 %{_includedir}/libraw1394
93 %{_aclocaldir}/libraw1394.m4
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/lib*.a
This page took 0.042697 seconds and 4 git commands to generate.