]> git.pld-linux.org Git - packages/tar.git/blob - tar.spec
- removed gettextize (breaks compilation)
[packages/tar.git] / tar.spec
1 Summary:        A GNU file archiving program
2 Summary(de):    GNU-Magnetband-Archivierprogramm (tar)
3 Summary(fr):    Programme d'archivage GNU (tar: GNU Tape Archiver)
4 Summary(pl):    Program do archiwizacji (GNU)
5 Summary(tr):    Yaygýn kullanýlan yedekleyici
6 Name:           tar
7 Version:        1.13.19
8 Release:        1
9 Epoch:          1
10 License:        GPL
11 Group:          Applications/Archiving
12 Group(de):      Applikationen/Archivierung
13 Group(pl):      Aplikacje/Archiwizacja
14 Source0:        ftp://alpha.gnu.org/gnu/tar/%{name}-%{version}.tar.gz
15 Source1:        %{name}.1.pl
16 Patch0:         %{name}-manpage.patch
17 Patch1:         %{name}-info.patch
18 Patch2:         %{name}-pipe.patch
19 Patch3:         %{name}-namecache.patch
20 Patch4:         %{name}-excluded_name.patch
21 Patch5:         %{name}-fail.patch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %define         _exec_prefix    /
25 %define         _libexecdir     /sbin
26
27 %description
28 The GNU tar program saves many files together into one archive and can
29 restore individual files (or all of the files) from the archive. Tar
30 can also be used to add supplemental files to an archive and to update
31 or list files in the archive.
32
33 Tar includes multivolume support, automatic archive compression/
34 decompression, the ability to perform remote archives and the ability
35 to perform incremental and full backups.
36
37 If you want to use Tar for remote backups, you'll also need to install
38 the rmt package.
39
40 %description -l de
41 Das GNU tar-Programm speichert mehrere Dateien in ein Archiv, und kann
42 einzelne Dateien daraus wiederherstellen (oder auch alle Dateien). Tar
43 kann auch benutzt werden, um einem Archiv Dateien hinzuzufügen, und um
44 die Liste der Dateien im Archiv anzuzeigen oder zu verändern.
45
46 Tar enthält multivolume-Support, automatische
47 Archivkompression/dekompression, the Möglichkeit, Dateien per Netzwerk
48 zu archivieren und die Möglichkeit zu inkrementellen backups.
49
50 Wenn Sie tar für Netzwerkbackups benutzen wollen, brauchen Sie
51 außerdem das rmt-Paket.
52
53 %description -l fr
54 Le programme GNU tar permet de regrouper plusieurs fichiers en une
55 seule archive et d'effectuer diverses opérations sur cette archive
56 (extraction d'un fichier particulier, mise à jour, ajout d'un nouveau
57 fichier, ...).
58
59 Tar gère les archives multi-volumes, la compression et la
60 décompression de manière transparente ainsi que la possibilité de
61 réaliser des sauvegardes incrémentales et des sauvegardes complètes.
62
63 Si vous comptez utiliser Tar pour des sauvegardes distantes, vous
64 devriez également installer le programme rmt.
65
66 Tar devrait être installé sur tout système car ses capacité de
67 (dé)compression sont essentielles pour travailler sur les fichiers.
68
69 %description -l pl
70 Program GNU tar s³u¿y do zapisywania wielu plików w pojedynczym
71 archiwum i moze tak¿e s³u¿yæ do odzyskiwania z tak prepaowanych
72 archiwów pojedynczych plików (lub wszystkich). Za jego pomoc± mo¿na
73 tak¿e dodwaæ nowe pliki do ju¿ istiej±cego archiwum.
74
75 GNU tar umo¿liwia robienie wieloczê¶ciowych archiwów (multivolume
76 archive), automatyczn± kompresjê i dekompresjê samego archiwum a tak¿e
77 ma mo¿liwo¶æ operowania na zdalnych archiiwach co jest przydatne przy
78 sporz±dzaniu przyrostowych i pe³nych archiwów zasobów.
79
80 Je¿eli zamierzasz u¿ywaæ rprogramu tar do operowania na zdalnych
81 archiwach powiniene¶ doinstalowaæ pakiet rmt.
82
83 GNU tar s³u¿y do zapisywania wielu plików na ta¶mê lub dysk. Mo¿e
84 odtwarzaæ pojedyñcze pliki z archiwum. Umo¿liwia zapis du¿ego archiwum
85 z podzia³em na wiele no¶ników. Tar obs³uguje tak¿e automatyczn±
86 kompresjê/dekompresjê i archiwa zdalne. Posiada specjalne opcje do
87 robienia pe³nych i przyrostowych kopii bezpieczeñstwa. Aby tworzyæ
88 zdalne archiwa tar-a trzeba zainstalowaæ pakiet rmt.
89
90 %description -l tr
91 GNU tar, birden çok dosyayý tek bir manyetik bant ya da disk üzerinde
92 arþivleyebildiði gibi, bu dosyalarýn arþivden tek tek geri
93 yüklenmesine de izin verir. Çok kýsýmlý arþivleri, otomatik arþiv
94 sýkýþtýrma ve açmayý, uzak arþivleri, artýmsal yedeklemeyi destekler.
95
96 %prep
97 %setup -q
98 %patch0 -p1
99 %patch1 -p1
100 %patch2 -p1
101 %patch3 -p1
102 %patch4 -p1
103 %patch5 -p1
104
105 %build
106 chmod -R a+rwX .
107 %configure
108
109 (cd doc; cp stamp-vti version.texi; touch *; makeinfo --force tar.texi)
110 %{__make}
111
112 %install
113 rm -rf $RPM_BUILD_ROOT
114 install -d $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1,%{_mandir}/pl/man1}
115
116 %{__make} DESTDIR=$RPM_BUILD_ROOT install
117
118 ln -s %{_bindir}/tar $RPM_BUILD_ROOT/usr/bin/gtar
119 install tar.1 $RPM_BUILD_ROOT%{_mandir}/man1
120 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1
121
122 gzip -9nf README NEWS
123
124 %find_lang %{name}
125
126 %post
127 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
128
129 %postun
130 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
131
132 %clean
133 rm -rf $RPM_BUILD_ROOT
134
135 %files -f %{name}.lang
136 %defattr(644,root,root,755)
137 %doc NEWS.gz README.gz
138 %attr(755,root,root) %{_bindir}/*
139 %attr(755,root,root) /usr/bin/*
140 %{_infodir}/tar.info*
141 %{_mandir}/man1/*
142 %lang(pl) %{_mandir}/pl/man1/*
This page took 0.089095 seconds and 4 git commands to generate.