]> git.pld-linux.org Git - packages/git.git/blob - git.spec
- more %%{__make} macros.
[packages/git.git] / git.spec
1 Summary:        A set of GNU Interactive Tools.
2 Name:           git
3 Version:        4.3.17
4 Release:        7
5 License:        GPL
6 Group:          Utilities/File
7 Group(pl):      Narzêdzia/Pliki
8 Source0:        ftp://prep.ai.mit.edu:/pub/gnu/%{name}-%{version}.tar.gz
9 Patch0:         git-4.3.17-path.patch
10 Patch1:         git-FHS.patch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 GIT (GNU Interactive Tools) provides an extensible file system
15 browser, an ASCII/hexadecimal file viewer, a process viewer/killer and
16 other related utilities and shell scripts. GIT can be used to increase
17 the speed and efficiency of copying and moving files and directories,
18 invoking editors, compressing and uncompressing files, creating and
19 expanding archives, compiling programs, sending mail and more. GIT
20 uses standard ANSI color sequences, if they are available.
21
22 You should install the git package if you are interested in using its
23 file management capabilities.
24
25 %description -l pl
26 GIT (GNU Interactive Tools, interaktywne narzêdzia GNU) to elastyczna
27 przgl±darka plików, narzêdzie do przegl±dania zawarto¶ci plików w
28 formacie ASCII i szesnanstkowym, przegladarka i eliminator procesów
29 oraz inne, pokrewne narzêdzia i skrypty pow³oki. Dziêki interaktywnym
30 narzêdziom GNU mo¿na zwiêkszyæ szybko¶æ i efektywno¶æ takich czynnosci
31 jak kopiowanie i przenoszenie plików i katalogów, wywo³ywania
32 edytorów, pakowanie i rozpakowywanie plików, tworzenie i ekstrakcja
33 archiwów, kompilacja programów, wysy³anie poczty itd. GIT uzywa
34 standardowych sekwencji koloryzuj±cych ANSI, je¶li system je
35 obs³uguje.
36
37 Nale¿y zainstalowac pakiet git je¶li che siê wykorzystac jego
38 mo¿liwo¶ci w zarz±dzaniu plikami.
39
40 %prep
41 rm -rf $RPM_BUILD_ROOT
42
43 %setup -q
44 %patch0 -p1
45 %patch1 -p1
46
47 %build
48 %configure --with-terminfo
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 %{__make} install-strip prefix=$RPM_BUILD_ROOT%{_prefix}
54
55 gzip -9nf $RPM_BUILD_ROOT%{_infodir}/git.info* \
56         ChangeLog LSM NEWS PLATFORMS PROBLEMS README \
57         $RPM_BUILD_ROOT%{_mandir}/man1/*
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post
63 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
64
65 %postun
66 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
67
68 %files
69 %defattr(644,root,root,755)
70 %doc {ChangeLog,LSM,NEWS,PLATFORMS,PROBLEMS,README}.gz
71 %doc %dir %{_datadir}/git/html
72 %doc %{_datadir}/git/html/*
73 %attr(755,root,root) %{_bindir}/*
74 %attr(755,root,root) %{_bindir}/.gitaction
75 %{_mandir}/man1/*
76 %{_infodir}/*
77 %{_datadir}/git/.gitrc*
This page took 0.049121 seconds and 3 git commands to generate.