]> git.pld-linux.org Git - packages/star.git/blame - star.spec
- updated to 1.5a55
[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 219.
This page took 0.074438 seconds and 4 git commands to generate.
CommitLineData
9a6cacf3
JB
1#
2# Conditional build:
3%bcond_without selinux # disable SELinux support
4#
de9f07ae 5Summary: A very fast, POSIX compliant tape archiver
44b08fb7 6Summary(pl): Szybki, zgodny z POSIX program do archiwizacji
de9f07ae 7Name: star
073354c1 8Version: 1.5
c28df1ba 9%define bver a55
52521c64 10Release: 0.%{bver}.1
de9f07ae 11License: GPL
44b08fb7 12Group: Applications/File
073354c1 13Source0: ftp://ftp.berlios.de/pub/star/alpha/%{name}-%{version}%{bver}.tar.bz2
c28df1ba 14# Source0-md5: 0257a5e70ed4d561feaaba5ba0b5c91a
073354c1
JB
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
bd4f6cfe 19Patch3: %{name}-unamep.patch
ec661fe8 20Patch4: %{name}-gcc34.patch
de9f07ae 21URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
4bf08280 22BuildRequires: acl-devel
073354c1 23BuildRequires: autoconf
8c56dc01 24BuildRequires: automake
9abaab01 25%{?with_selinux:BuildRequires: libselinux-devel}
de9f07ae 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
44b08fb7
JB
48%description -l pl
49