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