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