]> git.pld-linux.org Git - packages/libmatroska.git/blame - libmatroska.spec
- release 2 (by relup.sh)
[packages/libmatroska.git] / libmatroska.spec
CommitLineData
eb417e36 1Summary: Extensible Binary Meta Language access library
c898b1eb 2Summary(pl.UTF-8): Biblioteka dostępu rozszerzalnego metajęzyka binarnego
eb417e36 3Name: libmatroska
df9e9bf8 4Version: 1.4.2
2930a93a 5Release: 2
58ee65c3 6License: LGPL v2.1+
eb417e36 7Group: Libraries
58ee65c3 8Source0: http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
df9e9bf8
JB
9# Source0-md5: f8fe42003e072a42a19ed40405f9efdb
10Patch0: %{name}-link.patch
b57b5cf5 11URL: http://www.matroska.org/
df9e9bf8
JB
12BuildRequires: autoconf >= 2.50
13BuildRequires: automake
14BuildRequires: libebml-devel >= 1.3.1
b57b5cf5 15BuildRequires: libstdc++-devel
df9e9bf8
JB
16BuildRequires: libtool >= 2:2
17BuildRequires: pkgconfig
88b07041 18BuildRequires: rpmbuild(macros) >= 1.566
df9e9bf8 19Requires: libebml >= 1.3.1
eb417e36 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
b57b5cf5
JB
23Matroska is an extensible open standard Audio/Video container format,
24aiming to become the standard of Multimedia Container Formats one day.
25It is based on EBML (Extensible Binary Meta Language), a kind of
26binary version of XML. This way the significant advantages in terms of
27future format extensibility are gained without breaking file support
28in old parsers.
ac28d4e4 29
6ab1e4ef
JR
30%description -l pl.UTF-8
31Matroska to rozszerzalny otwarty format kodowania dźwięku i obrazu,
32dążący do stania się pewnego dnia standardem formatów zawierających
33multimedia. Jest on oparty na EBML (rozszerzalnym metajęzyku
34binarnym), binarnym odpowiedniku XML-a. W ten sposób ma on przewagę
35nad innymi formatami pod względem przyszłej rozszerzalności przy
36jednoczesnym zachowaniu kompatybilności wstecz.
eb417e36 37
38%package devel
b57b5cf5 39Summary: Header files for matroska library
c898b1eb 40Summary(pl.UTF-8): Nagłówki dla biblioteki matroska
eb417e36 41Group: Development/Libraries
0f5a8090 42Requires: %{name} = %{version}-%{release}
df9e9bf8 43Requires: libebml-devel >= 1.3.1
b57b5cf5 44Requires: libstdc++-devel
eb417e36 45
46%description devel
b57b5cf5 47Header files for matroska library.
eb417e36 48
6ab1e4ef
JR
49%description devel -l pl.UTF-8
50Nagłówki dla biblioteki matroska.
eb417e36 51
52%package static
b57b5cf5 53Summary: Static version of matroska library
c898b1eb 54Summary(pl.UTF-8): Statyczna wersja biblioteki matroska
b57b5cf5 55Group: Development/Libraries
0f5a8090 56Requires: %{name}-devel = %{version}-%{release}
eb417e36 57
58%description static
b57b5cf5 59Static version of matroska library.
eb417e36 60
6ab1e4ef 61%description static -l pl.UTF-8
b57b5cf5 62Statyczna wersja biblioteki matroska.
eb417e36 63
64%prep
47663573
JB
65%setup -q
66%patch0 -p1
eb417e36 67
68%build
df9e9bf8
JB
69%{__libtoolize}
70%{__aclocal} -I m4
71%{__autoconf}
72%{__autoheader}
73%{__automake}
74%configure \
75 %{?debug:--enable-debug}
76
77%{__make}
eb417e36 78
79%install
80rm -rf $RPM_BUILD_ROOT
b57b5cf5 81
df9e9bf8
JB
82%{__make} install \
83 DESTDIR=$RPM_BUILD_ROOT
eb417e36 84
85%clean
86rm -rf $RPM_BUILD_ROOT
87
ac28d4e4
JB
88%post -p /sbin/ldconfig
89%postun -p /sbin/ldconfig
eb417e36 90
deff1af3 91%files
eb417e36 92%defattr(644,root,root,755)
02c86e25 93%doc ChangeLog
b57b5cf5 94%attr(755,root,root) %{_libdir}/libmatroska.so.*.*.*
92b664b9 95%attr(755,root,root) %ghost %{_libdir}/libmatroska.so.6
eb417e36 96
97%files devel
98%defattr(644,root,root,755)
b57b5cf5
JB
99%attr(755,root,root) %{_libdir}/libmatroska.so
100%{_libdir}/libmatroska.la
ac28d4e4 101%{_includedir}/matroska
df9e9bf8 102%{_pkgconfigdir}/libmatroska.pc
eb417e36 103
104%files static
105%defattr(644,root,root,755)
106%{_libdir}/libmatroska.a
This page took 0.087574 seconds and 4 git commands to generate.