]> git.pld-linux.org Git - packages/star.git/blame_incremental - star.spec
- updated to 1.5a55
[packages/star.git] / star.spec
... / ...
Content-type: text/html ]> git.pld-linux.org Git - packages/star.git/blame_incremental - star.spec


500 - Internal Server Error

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