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