]> git.pld-linux.org Git - packages/git-core.git/blob - git-core.spec
- up to 1.0.7
[packages/git-core.git] / git-core.spec
1 # TODO:
2 # - documentation
3 Summary:        The stupid content tracker
4 Summary(pl):    Prymitywne narzêdzie do ¶ledzenia tre¶ci
5 Name:           git-core
6 Version:        1.0.7
7 Release:        1
8 License:        GPL v2
9 Group:          Development/Tools
10 Source0:        http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
11 # Source0-md5:  4f8292542771b2303241b0bfea7101ed
12 URL:            http://git.or.cz/
13 BuildRequires:  curl-devel
14 BuildRequires:  openssl-devel
15 BuildRequires:  perl-base
16 BuildRequires:  python
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 %{__make} \
56         prefix=%{_prefix} \
57         CC="%{__cc}" \
58         CFLAGS="%{rpmcflags}" \
59         LDFLAGS="%{rpmldflags}"
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         prefix=%{_prefix} \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc README
74 %attr(755,root,root) %{_bindir}/*
75 %dir %{_datadir}/%{name}
76 %{_datadir}/%{name}/*
This page took 0.1369 seconds and 4 git commands to generate.