]> git.pld-linux.org Git - packages/star.git/blame - star.spec
- 1.5-0.a47
[packages/star.git] / star.spec
Content-type: text/html ]> git.pld-linux.org Git - packages/star.git/blame - star.spec


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 176.
This page took 0.043886 seconds and 4 git commands to generate.
CommitLineData
de9f07ae 1Summary: A very fast, POSIX compliant tape archiver
44b08fb7 2Summary(pl): Szybki, zgodny z POSIX program do archiwizacji
de9f07ae 3Name: star
073354c1 4Version: 1.5
b28b4d97 5%define bver a47
16429afd 6Release: 0.%{bver}.1
de9f07ae 7License: GPL
44b08fb7 8Group: Applications/File
073354c1 9Source0: ftp://ftp.berlios.de/pub/star/alpha/%{name}-%{version}%{bver}.tar.bz2
b28b4d97 10# Source0-md5: 05f305d21ca7f83a0d1c90285c9062bc
073354c1
JB
11# based on http://www.nsa.gov/selinux/patches/star-selinux.patch.gz
12Patch0: %{name}-selinux.patch
13Patch1: %{name}-no-kernel-headers.patch
14Patch2: %{name}-strtod.patch
bd4f6cfe 15Patch3: %{name}-unamep.patch
de9f07ae 16URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
4bf08280 17BuildRequires: acl-devel
073354c1 18BuildRequires: autoconf
8c56dc01 19BuildRequires: automake
073354c1 20BuildRequires: libselinux-devel
de9f07ae 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Star is a very fast, POSIX-compliant tar archiver. It reads and writes
25POSIX compliant tar archives as well as non-POSIX GNU tar archives.
26Star is the first free POSIX.1-200x compliant tar implementation. It
27saves many files together into a single tape or disk archive, and can
28restore individual files from the archive.
29
30It includes a FIFO for speed, a pattern matcher, multivolume support,
31the ability to archive sparse files, automatic archive format
32detection, automatic byte order recognition, automatic archive
33compression / decompression, remote archives, and special features
34that allow star to be used for full backups. This package contains the
35getfacl and setfacl utilities needed for manipulating access control
36lists.
37
38It includes the only known platform independant "rmt" server program
39that hides Linux incompatibilities. The "rmt" server from the star
40package implements all Sun/GNU/Schily/BSD enhancements and allows any
41"rmt" client from any OS to contact any OS as server.
42
44b08fb7
JB
43%description -l pl
44