]> git.pld-linux.org Git - packages/git-core.git/blob - git-core.spec
- up to 1.1.5
[packages/git-core.git] / git-core.spec
1 Summary:        The stupid content tracker
2 Summary(pl):    Prymitywne narzêdzie do ¶ledzenia tre¶ci
3 Name:           git-core
4 Version:        1.1.5
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Tools
8 Source0:        http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
9 # Source0-md5:  81a81d23b7bd4009b278670ff9a2e14d
10 URL:            http://git.or.cz/
11 BuildRequires:  asciidoc
12 BuildRequires:  curl-devel
13 BuildRequires:  openssl-devel
14 BuildRequires:  perl-base
15 BuildRequires:  python
16 BuildRequires:  xmlto
17 BuildRequires:  zlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 "git" can mean anything, depending on your mood.
22
23  - random three-letter combination that is pronounceable, and not
24    actually used by any common UNIX command. The fact that it is a
25    mispronunciation of "get" may or may not be relevant.
26  - stupid. contemptible and despicable. simple. Take your pick from the
27    dictionary of slang.
28  - "global information tracker": you're in a good mood, and it actually
29    works for you. Angels sing, and a light suddenly fills the room.
30  - "goddamn idiotic truckload of sh*t": when it breaks
31
32 This is a stupid (but extremely fast) directory content manager. It
33 doesn't do a whole lot, but what it 'does' do is track directory
34 contents efficiently.
35
36 %description -l pl
37 "git" mo¿e oznaczaæ cokolwiek, w zale¿no¶ci od nastroju.
38
39 - losow± kombinacjê trzech liter, która jest wymawialna i w³a¶ciwie
40   nie u¿ywana przez ¿adne popularne polecenie uniksowe. Fakt, ¿e jest
41   to b³êdna pisownia s³owa "get" mo¿e mieæ lub nie mieæ znaczenia.
42 - g³upi, pogardliwy, prosty. Mo¿na wybraæ ze s³ownika slangu.
43 - "global information tracker" (narzêdzie do globalnego ¶ledzenia
44   informacji) - je¶li jeste¶my w dobrym nastroju i git akurat dzia³a.
45   Anio³y ¶piewaj±, a ¶wiat³o niespodziewanie wype³nia pokój.
46 - "goddamn idiotic truckload of sh*t" (przeklêty idiotyczny ³adunek
47   g*) - kiedy siê zepsuje.
48
49 Jest to prymitywny (ale bardzo szybki) zarz±dca tre¶ci s³ownikowej.
50 Nie robi wiele, ale to, co "robi", to wydajne ¶ledzenie zawarto¶ci
51 katalogu.
52
53 %prep
54 %setup -q -n git-%{version}
55
56 %build
57 %{__make} \
58         prefix=%{_prefix} \
59         CC="%{__cc}" \
60         CFLAGS="%{rpmcflags}" \
61         LDFLAGS="%{rpmldflags}"
62
63 %{__make} -C Documentation
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         prefix=%{_prefix} \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 %{__make} -C Documentation install \
73         prefix=%{_prefix} \
74         mandir=%{_mandir} \
75         DESTDIR=$RPM_BUILD_ROOT
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files
81 %defattr(644,root,root,755)
82 %doc README Documentation/*.html Documentation/howto Documentation/technical
83 %attr(755,root,root) %{_bindir}/*
84 %{_mandir}/man*/*
85 %dir %{_datadir}/%{name}
86 %{_datadir}/%{name}/*
This page took 0.045113 seconds and 4 git commands to generate.