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