]> git.pld-linux.org Git - packages/libraw1394.git/blame - libraw1394.spec
- updated to 2.1.2
[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
b04bf57d 4Version: 2.1.2
2f79ebbf 5Release: 1
a97d5f77 6License: LGPL v2.1+
987f9379 7Group: Libraries
b04bf57d
JB
8Source0: https://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
9# Source0-md5: 118060584c04f1aa5e29c4d22c1c235a
f2fa7d78 10URL: http://ieee1394.wiki.kernel.org/
f2fa7d78 11#URL: http://sourceforge.net/projects/libraw1394/
1a78479d 12BuildRequires: autoconf >= 2.50
7655cdc2 13BuildRequires: automake
f2fa7d78
JB
14BuildRequires: docbook-dtd412-xml
15BuildRequires: docbook-style-xsl
1a78479d 16BuildRequires: docbook-utils
7655cdc2 17BuildRequires: libtool
f3de9e4b
JB
18BuildRequires: tar >= 1:1.22
19BuildRequires: xz
88288c86 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
88288c86 22%description
3a568b76 23libraw1394 is the only supported interface to the kernel side raw1394
24of the Linux IEEE-1394 subsystem, which provides direct access to the
25connected 1394 buses to user space. Through libraw1394/raw1394,
987f9379 26applications can directly send to and receive from other nodes without
27requiring a kernel driver for the protocol in question.
28
7c30ed72 29%description -l pl.UTF-8
ede911a0 30libraw1394 jest jedynym supportowanym po stronie kernela linuksowego
7c30ed72
JR
31raw1394 subsystemu IEEE-1394, który zapewnia bezpośredni dostęp do
32szyn 1394 w przestrzeni użytkownika. Poprzez libraw1394/raw1394
33aplikacje mogą bezpośrednio wysyłać i otrzymywać z innych końcówek bez
3a568b76 34potrzeby kernelowego drivera w zapytaniu.
88288c86 35
36%package devel
987f9379 37Summary: libraw1394 header files
29c269a5 38Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libraw1394
88288c86 39Group: Development/Libraries
1a78479d 40Requires: %{name} = %{version}-%{release}
88288c86 41
42%description devel
19eacb2a 43libraw1394 devel package.
44
7c30ed72
JR
45%description devel -l pl.UTF-8
46Pliki nagłówkowe biblioteki libraw1394.
88288c86 47
48%package static
72819604 49Summary: libraw1394 static library
29c269a5 50Summary(pl.UTF-8): Statyczna biblioteka do obsługi formatu IEEE-1394
88288c86 51Group: Development/Libraries
1a78479d 52Requires: %{name}-devel = %{version}-%{release}
88288c86 53
88288c86 54%description static
72819604 55libraw1394 static librawy.
3579f258 56
7c30ed72 57%description static -l pl.UTF-8
72819604 58Statyczna biblioteka libraw1394.
88288c86 59
60%prep
72819604 61%setup -q
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.12074 seconds and 4 git commands to generate.