]> git.pld-linux.org Git - packages/xar.git/blame - xar.spec
- up to 1.5.2
[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
7d33ba49
AM
5Release: 1
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
91a8cebc
JB
44Summary: Header files for xar
45Summary(pl.UTF-8): Pliki nagłówkowe xara
7d33ba49 46Group: Development/Libraries
91a8cebc 47Requires: %{name} = %{version}-%{release}
7d33ba49
AM
48
49%description devel
91a8cebc
JB
50Header files for xar.
51
52%description devel -l pl.UTF-8
53Pliki nagłówkowe xara.
7d33ba49
AM
54
55%prep
56%setup -q
57
58%build
59%configure
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
64
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
67
247cd457 68%{__rm} $RPM_BUILD_ROOT%{_libdir}/{*.a,*.la}
69
7d33ba49
AM
70%clean
71rm -rf $RPM_BUILD_ROOT
72
91a8cebc
JB
73%post -p /sbin/ldconfig
74%postun -p /sbin/ldconfig
7d33ba49
AM
75
76%files
77%defattr(644,root,root,755)
78%doc TODO
247cd457 79%attr(755,root,root) %{_bindir}/xar
80%attr(755,root,root) %{_libdir}/libxar.so.*
81%{_mandir}/man1/xar.1*
7d33ba49
AM
82
83%files devel
84%defattr(644,root,root,755)
247cd457 85%attr(755,root,root) %{_libdir}/libxar.so
86%dir %{_includedir}/xar
87%{_includedir}/xar/xar.h
This page took 0.095291 seconds and 4 git commands to generate.