]> git.pld-linux.org Git - packages/libebml.git/blame - libebml.spec
up to 1.3.5
[packages/libebml.git] / libebml.spec
CommitLineData
8b795909 1Summary: Extensible Binary Meta Language access library
284ca2cc 2Summary(pl.UTF-8): Biblioteka dostępu rozszerzalnego metajęzyka binarnego
8b795909 3Name: libebml
499e890c 4Version: 1.3.5
37635dbb 5Release: 1
8658b311 6License: LGPL v2.1+
8b795909 7Group: Libraries
499e890c
JP
8Source0: https://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.xz
9# Source0-md5: f1e8c8e4664abb9f51483ff95019eeed
f0808813 10URL: https://www.matroska.org/
1e89c424 11BuildRequires: libstdc++-devel
366a8496 12BuildRequires: rpmbuild(macros) >= 1.553
499e890c 13BuildRequires: xz
8b795909
JB
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
1e89c424
JB
17Extensible Binary Meta Language access library is a library for
18reading and writing files with the Extensible Binary Meta Language, a
19binary pendant to XML.
5a9874e6 20
c04fa4d7
JR
21%description -l pl.UTF-8
22Biblioteka rozszerzalnego metajęzyka binarnego (Extensible Binary Meta
23Language, w skrócie EBML) umożliwia czytanie i zapisywanie plików w
24tym metajęzyku, będącym binarnym uzupełnieniem XML-a.
8b795909
JB
25
26%package devel
1e89c424 27Summary: Header files for Extensible Binary Meta Language library
284ca2cc 28Summary(pl.UTF-8): Nagłówki biblioteki rozszerzalnego metajęzyka binarnego
8b795909 29Group: Development/Libraries
104baeb4 30Requires: %{name} = %{version}-%{release}
1e89c424 31Requires: libstdc++-devel
8b795909
JB
32
33%description devel
1e89c424 34Header files for Extensible Binary Meta Language library.
8b795909 35
c04fa4d7
JR
36%description devel -l pl.UTF-8
37Nagłówki biblioteki rozszerzalnego metajęzyka binarnego.
8b795909
JB
38
39%package static
1e89c424 40Summary: Static version of Extensible Binary Meta Language library
284ca2cc 41Summary(pl.UTF-8): Statyczna wersja biblioteki rozszerzalnego metajęzyka binarnego
1e89c424 42Group: Development/Libraries
104baeb4 43Requires: %{name}-devel = %{version}-%{release}
8b795909
JB
44
45%description static
1e89c424 46Static version of Extensible Binary Meta Language library.
8b795909 47
c04fa4d7
JR
48%description static -l pl.UTF-8
49Statyczna wersja biblioteki rozszerzalnego metajęzyka binarnego.
8b795909
JB
50
51%prep
bdb94268 52%setup -q
8b795909
JB
53
54%build
899ab54b
JB
55%configure
56
57%{__make}
8b795909
JB
58
59%install
60rm -rf $RPM_BUILD_ROOT
1e89c424 61
899ab54b
JB
62%{__make} install \
63 DESTDIR=$RPM_BUILD_ROOT
8b795909
JB
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%post -p /sbin/ldconfig
69%postun -p /sbin/ldconfig
70
5a9874e6 71%files
8b795909 72%defattr(644,root,root,755)
03e2b23a 73%doc ChangeLog
1e89c424 74%attr(755,root,root) %{_libdir}/libebml.so.*.*.*
969a89fd 75%attr(755,root,root) %ghost %{_libdir}/libebml.so.4
8b795909
JB
76
77%files devel
78%defattr(644,root,root,755)
1e89c424
JB
79%attr(755,root,root) %{_libdir}/libebml.so
80%{_libdir}/libebml.la
8b795909 81%{_includedir}/ebml
899ab54b 82%{_pkgconfigdir}/libebml.pc
8b795909
JB
83
84%files static
85%defattr(644,root,root,755)
86%{_libdir}/libebml.a
This page took 0.111047 seconds and 4 git commands to generate.