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