]> git.pld-linux.org Git - packages/xar.git/blame - xar.spec
- release 4 (by relup.sh)
[packages/xar.git] / xar.spec
CommitLineData
7d33ba49 1Summary: Easily extensible archive format
91a8cebc 2Summary(pl.UTF-8): Łatwo rozszerzalny format archiwów
7d33ba49 3Name: xar
247cd457 4Version: 1.5.2
aeafc86c 5Release: 4
7d33ba49
AM
6License: BSD
7Group: Applications/Archiving
8Source0: http://xar.googlecode.com/files/%{name}-%{version}.tar.gz
247cd457 9# Source0-md5: 8eabb055d3387b8edc30ecfb08d2e80d
7d33ba49
AM
10URL: http://code.google.com/p/xar/
11BuildRequires: acl-devel
12BuildRequires: attr-devel
13BuildRequires: bzip2-devel
14BuildRequires: e2fsprogs-devel
15BuildRequires: libxml2-devel
16BuildRequires: openssl-devel
17BuildRequires: zlib-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21The XAR project aims to provide an easily extensible archive format.
22Important design decisions include an easily extensible XML table of
23contents for random access to archived files, storing the toc at the
24beginning of the archive to allow for efficient handling of streamed
25archives, the ability to handle files of arbitrarily large sizes, the
26ability to choose independent encodings for individual files in the
27archive, the ability to store checksums for individual files in both
28compressed and uncompressed form, and the ability to query the table
29of content's rich meta-data.
30
91a8cebc
JB
31%description -l pl.UTF-8
32Celem projektu XAR jest zapewnienie łatwo rozszerzalnego formatu
33archiwów. Główne decyzje projektowe obejmują: łatwo rozszerzalną
34tabelę zawartości w formacie XML do swobodnego dostępu do
35zarchiwizowanych plików, zapisywanie informacji o zawartości archiwum
36na początku archiwum w celu umożliwienia wydajnej obsługi archiwów
37strumieniowych, możliwość obsługi plików o dowolnie dużych rozmiarach,
38możliwość wyboru niezależnych kodowań dla poszczególnych plików w
39archiwum, możliwość zapisywania sum kontrolnych dla poszczególnych
40plików w zarówno skompresowanej jak i nieskompresowanej postaci,
41możliwość odpytywania metadanych tabeli zawartości.
42
7d33ba49 43%package devel
1877c87a
JB
44Summary: Header files for xar library
45Summary(pl.UTF-8): Pliki nagłówkowe biblioteki xara
7d33ba49 46Group: Development/Libraries
91a8cebc 47Requires: %{name} = %{version}-%{release}
1877c87a
JB
48Requires: acl-devel
49Requires: bzip2-devel
50Requires: libxml2-devel
51Requires: openssl-devel
52Requires: zlib-devel
7d33ba49
AM
53
54%description devel
1877c87a 55Header files for xar library.
91a8cebc
JB
56
57%description devel -l pl.UTF-8
1877c87a
JB
58Pliki nagłówkowe biblioteki xara.
59
60%package static
61Summary: Static xar library
62Summary(pl.UTF-8): Statyczna biblioteka xara
63Group: Development/Libraries
64Requires: %{name}-devel = %{version}-%{release}
65
66%description static
67Static xar library.
68
69%description static -l pl.UTF-8
70Statyczna biblioteka xara.
7d33ba49
AM
71
72%prep
73%setup -q
74
75%build
76%configure
77%{__make}
78
79%install
80rm -rf $RPM_BUILD_ROOT
81
82%{__make} install \
83 DESTDIR=$RPM_BUILD_ROOT
84
85%clean
86rm -rf $RPM_BUILD_ROOT
87
91a8cebc
JB
88%post -p /sbin/ldconfig
89%postun -p /sbin/ldconfig
7d33ba49
AM
90
91%files
92%defattr(644,root,root,755)
1877c87a 93%doc LICENSE TODO
247cd457 94%attr(755,root,root) %{_bindir}/xar
1877c87a 95%attr(755,root,root) %{_libdir}/libxar.so.1
247cd457 96%{_mandir}/man1/xar.1*
7d33ba49
AM
97
98%files devel
99%defattr(644,root,root,755)
247cd457 100%attr(755,root,root) %{_libdir}/libxar.so
1877c87a 101%{_libdir}/libxar.la
247cd457 102%dir %{_includedir}/xar
103%{_includedir}/xar/xar.h
1877c87a
JB
104
105%files static
106%defattr(644,root,root,755)
107%{_libdir}/libxar.a
This page took 0.122038 seconds and 4 git commands to generate.