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