]> git.pld-linux.org Git - packages/libburn.git/blame - libburn.spec
- updated to 1.0.0.pl00
[packages/libburn.git] / libburn.spec
CommitLineData
fdbf28d1 1#
fe70fcfe 2# Conditional build:
f4c858e9 3%bcond_without static_libs # don't build static library
fe70fcfe 4#
65a58c01 5Summary: Library for reading and writing optical discs
78c80073 6Summary(pl.UTF-8): Biblioteka służąca do odczytywania i zapisywania dysków optycznych
65a58c01 7Name: libburn
d42a2535 8Version: 1.0.0.pl00
65a58c01 9Release: 1
55f21068 10License: GPL v2+
65a58c01 11Group: Libraries
e3a0f9de 12Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
d42a2535 13# Source0-md5: d6e560de0d5c7bef412c8ac403261bea
e3a0f9de
JB
14URL: http://libburnia.pykix.org/
15BuildRequires: autoconf >= 2.50
faa2d0d9 16BuildRequires: automake
17BuildRequires: libtool
65a58c01 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Libburn is an open-source library for reading, mastering and writing
22optical discs.
23
325e239f
JR
24%description -l pl.UTF-8
25Libburn jest wolnodostępną biblioteką służącą do odczytywania,
26zarządzania i zapisywania dysków optycznych.
65a58c01 27
28%package devel
29Summary: Header files for libburn library
78c80073 30Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libburn
65a58c01 31Group: Development/Libraries
c4616897 32Requires: %{name} = %{version}-%{release}
65a58c01 33
34%description devel
35Header files for libburn library.
36
325e239f
JR
37%description devel -l pl.UTF-8
38Pliki nagłówkowe biblioteki libburn.
65a58c01 39
40%package static
41Summary: Static libburn library
78c80073 42Summary(pl.UTF-8): Statyczna biblioteka libburn
65a58c01 43Group: Development/Libraries
c4616897 44Requires: %{name}-devel = %{version}-%{release}
65a58c01 45
46%description static
47Static libburn library.
48
325e239f 49%description static -l pl.UTF-8
65a58c01 50Statyczna biblioteka libburn.
51
52%prep
d42a2535 53%setup -q -n %{name}-1.0.0
65a58c01 54
55%build
faa2d0d9 56%{__libtoolize}
57%{__aclocal}
58%{__autoconf}
59%{__automake}
60%configure \
f4c858e9 61 %{!?with_static_libs:--disable-static}
65a58c01 62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%post -p /sbin/ldconfig
74%postun -p /sbin/ldconfig
75
76%files
77%defattr(644,root,root,755)
ef3a5ccb 78%doc AUTHORS CONTRIBUTORS COPYRIGHT ChangeLog README
e3a0f9de
JB
79%attr(755,root,root) %{_bindir}/cdrskin
80%attr(755,root,root) %{_libdir}/libburn.so.*.*.*
59d35b6e 81%attr(755,root,root) %ghost %{_libdir}/libburn.so.4
e3a0f9de 82%{_mandir}/man1/cdrskin.1*
65a58c01 83
84%files devel
85%defattr(644,root,root,755)
e3a0f9de
JB
86%attr(755,root,root) %{_libdir}/libburn.so
87%{_libdir}/libburn.la
88%{_includedir}/libburn
59d35b6e 89%{_pkgconfigdir}/libburn-1.pc
65a58c01 90
f4c858e9 91%if %{with static_libs}
65a58c01 92%files static
93%defattr(644,root,root,755)
e3a0f9de 94%{_libdir}/libburn.a
faa2d0d9 95%endif
This page took 0.097099 seconds and 4 git commands to generate.