Summary: A set of GNU Interactive Tools Summary(de): GIT - GNU Interactive Tools Summary(fr): GIT - Outils interactifs de GNU Summary(pl): GIT - interaktywne narzędzia GNU Summary(tr): GNU görsel kabuđu Name: git Version: 4.3.20 Release: 7 License: GPL Group: Applications/File Source0: ftp://ftp.gnu.org/pub/gnu/git/%{name}-%{version}.tar.gz Patch0: %{name}-info.pach Patch1: %{name}-DESTDIR.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: ncurses-devel >= 5.2 BuildRequires: readline-devel >= 4.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description GIT (GNU Interactive Tools) provides an extensible file system browser, an ASCII/hexadecimal file viewer, a process viewer/killer and other related utilities and shell scripts. GIT can be used to increase the speed and efficiency of copying and moving files and directories, invoking editors, compressing and uncompressing files, creating and expanding archives, compiling programs, sending mail and more. GIT uses standard ANSI color sequences, if they are available. %description -l de GIT ist ein Dateisystem-Browser für UNIX-Systeme. Ein interaktiver Prozeß-Viewer/Killer, ein Hex/ASCII-Datei-Viewer, ein Auto-Mount-Shell-Skript und ein dateiformatbezogenes Aktions-Skript sind ebenfalls erhältlich. %description -l fr GIT est un navigateur de systčmes de fichiers pour les systčmes UNIX. Un visualisateur/destructeur interactif de processus, un visualisateur de fichiers en hexa/ascii, un script shell d'automontage et un script d'actions par type de fichier sont aussi disponibles. Les séquences standard ANSI pour les couleurs sont utilisées lorsqu'elles sont disponibles. Les pages du manuel et la doc info sont aussi fournies. %description -l pl GIT (GNU Interactive Tools, interaktywne narzędzia GNU) to elastyczna przglądarka plików, narzędzie do przeglądania zawartości plików w formacie ASCII i szesnanstkowym, przegladarka i eliminator procesów oraz inne, pokrewne narzędzia i skrypty powłoki. Dzięki interaktywnym narzędziom GNU można zwiększyć szybkość i efektywność takich czynnosci jak kopiowanie i przenoszenie plików i katalogów, wywoływania edytorów, pakowanie i rozpakowywanie plików, tworzenie i ekstrakcja archiwów, kompilacja programów, wysyłanie poczty itd. GIT uzywa standardowych sekwencji koloryzujących ANSI, jeśli system je obsługuje. %description -l tr GIT, UNIX sistemler için bir dosya sistemi arayüzüdür. Etkileţimli bir süreç görüntüleyici/sonlandýrýcý, bir hex/ascii dosya görüntüleyici, bir otomatik bađlayýcý (auto-mount) kabuk betiđi ve dosya tipine göre betik çalýţtýrma yetenekleri vardýr. %prep %setup -q %patch0 -p1 %patch1 -p1 %build rm -f missing aclocal %{__autoconf} %{__automake} %configure \ --with-terminfo %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT gzip -9nf ChangeLog LSM NEWS PLATFORMS PROBLEMS README %clean rm -rf $RPM_BUILD_ROOT %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %postun [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %files %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_bindir}/.gitaction %{_mandir}/man1/* %{_infodir}/git.info* %dir %{_datadir}/git %{_datadir}/git/.gitrc*