]> git.pld-linux.org Git - packages/git.git/blob - git.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/git.git] / git.spec
1 Summary:        A set of GNU Interactive Tools
2 Summary(de):    GIT - GNU Interactive Tools
3 Summary(fr):    GIT - Outils interactifs de GNU
4 Summary(pl):    GIT - interaktywne narzêdzia GNU
5 Summary(tr):    GNU görsel kabuðu
6 Name:           git
7 Version:        4.3.20
8 Release:        7
9 License:        GPL
10 Group:          Applications/File
11 Source0:        ftp://ftp.gnu.org/pub/gnu/git/%{name}-%{version}.tar.gz
12 Patch0:         %{name}-info.pach
13 Patch1:         %{name}-DESTDIR.patch
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  ncurses-devel >= 5.2
17 BuildRequires:  readline-devel >= 4.2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 GIT (GNU Interactive Tools) provides an extensible file system
22 browser, an ASCII/hexadecimal file viewer, a process viewer/killer and
23 other related utilities and shell scripts. GIT can be used to increase
24 the speed and efficiency of copying and moving files and directories,
25 invoking editors, compressing and uncompressing files, creating and
26 expanding archives, compiling programs, sending mail and more. GIT
27 uses standard ANSI color sequences, if they are available.
28
29 %description -l de
30 GIT ist ein Dateisystem-Browser für UNIX-Systeme. Ein interaktiver
31 Prozeß-Viewer/Killer, ein Hex/ASCII-Datei-Viewer, ein
32 Auto-Mount-Shell-Skript und ein dateiformatbezogenes Aktions-Skript
33 sind ebenfalls erhältlich.
34
35 %description -l fr
36 GIT est un navigateur de systèmes de fichiers pour les systèmes UNIX.
37 Un visualisateur/destructeur interactif de processus, un visualisateur
38 de fichiers en hexa/ascii, un script shell d'automontage et un script
39 d'actions par type de fichier sont aussi disponibles.
40
41 Les séquences standard ANSI pour les couleurs sont utilisées
42 lorsqu'elles sont disponibles. Les pages du manuel et la doc info sont
43 aussi fournies.
44
45 %description -l pl
46 GIT (GNU Interactive Tools, interaktywne narzêdzia GNU) to elastyczna
47 przgl±darka plików, narzêdzie do przegl±dania zawarto¶ci plików w
48 formacie ASCII i szesnanstkowym, przegladarka i eliminator procesów
49 oraz inne, pokrewne narzêdzia i skrypty pow³oki. Dziêki interaktywnym
50 narzêdziom GNU mo¿na zwiêkszyæ szybko¶æ i efektywno¶æ takich czynnosci
51 jak kopiowanie i przenoszenie plików i katalogów, wywo³ywania
52 edytorów, pakowanie i rozpakowywanie plików, tworzenie i ekstrakcja
53 archiwów, kompilacja programów, wysy³anie poczty itd. GIT uzywa
54 standardowych sekwencji koloryzuj±cych ANSI, je¶li system je
55 obs³uguje.
56
57 %description -l tr
58 GIT, UNIX sistemler için bir dosya sistemi arayüzüdür. Etkileþimli bir
59 süreç görüntüleyici/sonlandýrýcý, bir hex/ascii dosya görüntüleyici,
60 bir otomatik baðlayýcý (auto-mount) kabuk betiði ve dosya tipine göre
61 betik çalýþtýrma yetenekleri vardýr.
62
63 %prep
64 %setup -q
65 %patch0 -p1
66 %patch1 -p1
67
68 %build
69 rm -f missing
70 aclocal
71 %{__autoconf}
72 %{__automake}
73 %configure \
74         --with-terminfo
75 %{__make}
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79
80 %{__make} install \
81         DESTDIR=$RPM_BUILD_ROOT
82
83 gzip -9nf ChangeLog LSM NEWS PLATFORMS PROBLEMS README
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %post
89 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
90
91 %postun
92 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
93
94 %files
95 %defattr(644,root,root,755)
96 %doc *.gz
97 %attr(755,root,root) %{_bindir}/*
98 %attr(755,root,root) %{_bindir}/.gitaction
99 %{_mandir}/man1/*
100 %{_infodir}/git.info*
101 %dir %{_datadir}/git
102 %{_datadir}/git/.gitrc*
This page took 0.106119 seconds and 3 git commands to generate.