]> git.pld-linux.org Git - packages/libraw1394.git/blame - libraw1394.spec
- converted to UTF-8
[packages/libraw1394.git] / libraw1394.spec
CommitLineData
987f9379 1Summary: Interface to Linux IEEE-1394 subsystem
7c30ed72 2Summary(pl.UTF-8): Biblioteka do obsługi podsystemu IEEE-1394
88288c86 3Name: libraw1394
c99db484 4Version: 1.2.1
1a78479d 5Release: 1
88288c86 6License: LGPL
987f9379 7Group: Libraries
c99db484
JB
8Source0: http://www.linux1394.org/dl/%{name}-%{version}.tar.gz
9# Source0-md5: e6210ff05b7f4ec0401ad3d11f493e1a
b66e66f8 10Patch0: %{name}-doc.patch
1a78479d
JB
11URL: http://www.linux1394.org/
12BuildRequires: autoconf >= 2.50
7655cdc2 13BuildRequires: automake
1a78479d
JB
14BuildRequires: docbook-dtd31-sgml
15BuildRequires: docbook-style-dsssl
16BuildRequires: docbook-utils
7655cdc2 17BuildRequires: libtool
88288c86 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
88288c86 20%description
3a568b76 21libraw1394 is the only supported interface to the kernel side raw1394
22of the Linux IEEE-1394 subsystem, which provides direct access to the
23connected 1394 buses to user space. Through libraw1394/raw1394,
987f9379 24applications can directly send to and receive from other nodes without
25requiring a kernel driver for the protocol in question.
26
7c30ed72 27%description -l pl.UTF-8
ede911a0 28libraw1394 jest jedynym supportowanym po stronie kernela linuksowego
7c30ed72
JR
29raw1394 subsystemu IEEE-1394, który zapewnia bezpośredni dostęp do
30szyn 1394 w przestrzeni użytkownika. Poprzez libraw1394/raw1394
31aplikacje mogą bezpośrednio wysyłać i otrzymywać z innych końcówek bez
3a568b76 32potrzeby kernelowego drivera w zapytaniu.
88288c86 33
34%package devel
987f9379 35Summary: libraw1394 header files
7c30ed72 36Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libraw1394
88288c86 37Group: Development/Libraries
1a78479d 38Requires: %{name} = %{version}-%{release}
88288c86 39
40%description devel
19eacb2a 41libraw1394 devel package.
42
7c30ed72
JR
43%description devel -l pl.UTF-8
44Pliki nagłówkowe biblioteki libraw1394.
88288c86 45
46%package static
72819604 47Summary: libraw1394 static library
7c30ed72 48Summary(pl.UTF-8): Statyczna biblioteka do obsługi formatu IEEE-1394
88288c86 49Group: Development/Libraries
1a78479d 50Requires: %{name}-devel = %{version}-%{release}
88288c86 51
88288c86 52%description static
72819604 53libraw1394 static librawy.
3579f258 54
7c30ed72 55%description static -l pl.UTF-8
72819604 56Statyczna biblioteka libraw1394.
88288c86 57
58%prep
72819604 59%setup -q
decf1b35 60%patch0 -p1
88288c86 61
62%build
d8d0eff7 63%{__libtoolize}
13309f1e 64%{__aclocal}
72819604 65%{__autoheader}
0e807fa1 66%{__autoconf}
72819604 67%{__automake}
3a568b76 68%configure
88288c86 69%{__make}
70
1a78479d
JB
71%{__make} -C doc htmldoc
72
88288c86 73%install
74rm -rf $RPM_BUILD_ROOT
75
19eacb2a 76%{__make} install \
1a78479d 77 DESTDIR=$RPM_BUILD_ROOT
88288c86 78
88288c86 79%clean
80rm -rf $RPM_BUILD_ROOT
81
72819604
JB
82%post -p /sbin/ldconfig
83%postun -p /sbin/ldconfig
84
88288c86 85%files
86%defattr(644,root,root,755)
b66e66f8 87%doc AUTHORS ChangeLog NEWS README
1a78479d 88%attr(755,root,root) %{_bindir}/*
b66e66f8 89%attr(755,root,root) %{_libdir}/libraw1394.so.*.*
1a78479d
JB
90%{_mandir}/man1/*
91%{_mandir}/man5/isodump.5*
88288c86 92
93%files devel
94%defattr(644,root,root,755)
1a78479d 95%doc doc/libraw1394/*
b66e66f8
JB
96%attr(755,root,root) %{_libdir}/libraw1394.so
97%{_libdir}/libraw1394.la
88288c86 98%{_includedir}/libraw1394
b66e66f8 99%{_pkgconfigdir}/libraw1394.pc
88288c86 100
101%files static
102%defattr(644,root,root,755)
b66e66f8 103%{_libdir}/libraw1394.a
This page took 0.06029 seconds and 4 git commands to generate.