]> git.pld-linux.org Git - packages/git-core.git/blame - git-core.spec
- up to 1.5.2.1
[packages/git-core.git] / git-core.spec
CommitLineData
247b8ef4
AM
1# TODO:
2# - gitweb subpackage
11856720 3# - gitk subpackage?
89a476f8 4%include /usr/lib/rpm/macros.perl
51c3b977 5Summary: The stupid content tracker
3f8032f4 6Summary(pl.UTF-8): Prymitywne narzędzie do śledzenia treści
51c3b977 7Name: git-core
3329003e 8Version: 1.5.2.1
80b346ba 9Release: 1
51c3b977 10License: GPL v2
11Group: Development/Tools
bf83806a 12Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
3329003e 13# Source0-md5: 0a39e786a12974cbe7b14f2fe92dc163
508ade43 14URL: http://git.or.cz/
7fdeb28c 15BuildRequires: asciidoc
11856720
AM
16BuildRequires: autoconf
17BuildRequires: automake
51c3b977 18BuildRequires: curl-devel
115484e9 19BuildRequires: expat-devel
51c3b977 20BuildRequires: openssl-devel
27b79a12 21BuildRequires: perl-Error
51c3b977 22BuildRequires: perl-base
23BuildRequires: python
89a476f8 24BuildRequires: rpm-perlprov >= 4.1-13
7fdeb28c 25BuildRequires: xmlto
51c3b977 26BuildRequires: zlib-devel
3f245fc5 27Requires: coreutils
11856720
AM
28Requires: curl
29Requires: diffutils
3f245fc5
AM
30Requires: findutils
31Requires: grep
11856720 32Requires: openssh-clients
f266cd28 33Requires: perl-Error
401f46f5 34Requires: rcs
3f245fc5 35Requires: sed
11856720 36Requires: tk
51c3b977 37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40"git" can mean anything, depending on your mood.
41
42 - random three-letter combination that is pronounceable, and not
c751087d 43 actually used by any common UNIX command. The fact that it is a
51c3b977 44 mispronunciation of "get" may or may not be relevant.
45 - stupid. contemptible and despicable. simple. Take your pick from the
46 dictionary of slang.
47 - "global information tracker": you're in a good mood, and it actually
48 works for you. Angels sing, and a light suddenly fills the room.
49 - "goddamn idiotic truckload of sh*t": when it breaks
50
c751087d 51This is a stupid (but extremely fast) directory content manager. It
51c3b977 52doesn't do a whole lot, but what it 'does' do is track directory
53contents efficiently.
54
ea061c99
JR
55%description -l pl.UTF-8
56"git" może oznaczać cokolwiek, w zależności od nastroju.
57
58- losową kombinację trzech liter, która jest wymawialna i właściwie
59 nie używana przez żadne popularne polecenie uniksowe. Fakt, że jest to
60 błędna pisownia słowa "get" może mieć lub nie mieć znaczenia.
61- głupi, pogardliwy, prosty. Można wybrać ze słownika slangu.
62- "global information tracker" (narzędzie do globalnego śledzenia
63 informacji) - jeśli jesteśmy w dobrym nastroju i git akurat działa.
64 Anioły śpiewają, a światło niespodziewanie wypełnia pokój.
65- "goddamn idiotic truckload of sh*t" (przeklęty idiotyczny ładunek
66 g*) - kiedy się zepsuje.
67
68Jest to prymitywny (ale bardzo szybki) zarządca treści słownikowej.
69Nie robi wiele, ale to, co "robi", to wydajne śledzenie zawartości
c751087d
JB
70katalogu.
71
e3cefa79 72%package devel
66a7f095 73Summary: Header files for git-core
3f8032f4 74Summary(pl.UTF-8): Pliki nagłówkowe dla git-core
66a7f095 75Group: Development/Libraries
e3cefa79 76
77%description devel
66a7f095 78Header files for git-core.
79
ea061c99
JR
80%description devel -l pl.UTF-8
81Pliki nagłówkowe dla git-core.
e3cefa79 82
3dc01deb 83%package -n perl-Git
5d7220ad 84Summary: Perl interface to the Git version control system
3f8032f4 85Summary(pl.UTF-8): Perlowy interfejs do systemu kontroli wersji Git
5d7220ad
AM
86Group: Development/Languages/Perl
87Requires: %{name} = %{version}-%{release}
27b79a12 88Obsoletes: perl-git-core
5d7220ad 89
3dc01deb 90%description -n perl-Git
5d7220ad
AM
91This module provides Perl scripts easy way to interface the Git
92version control system. The modules have an easy and well-tested way
93to call arbitrary Git commands; in the future, the interface will also
94provide specialized methods for doing easily operations which are not
95totally trivial to do over the generic command interface.
96
ea061c99
JR
97%description -n perl-Git -l pl.UTF-8
98Ten moduł umożliwia skryptom Perla współpracę z systemem kontroli
99wersji Git. W łatwy i dobrze przetestowany sposób pozwala wywoływać
100dowolne polecenia Gita; w przyszłości interfejs udostępni także
101specjalne metody do łatwego wykonywania operacji nietrywialnych do
102wykonania przy użyciu ogólnego interfejsu poleceń.
7eef96e1 103
51c3b977 104%prep
bf83806a 105%setup -q -n git-%{version}
a1036d06 106
107%build
11856720
AM
108%{__aclocal}
109%{__autoconf}
110%configure \
111 --with-openssl
51c3b977 112
b69112f7 113%{__make} \
27b79a12 114 INSTALLDIRS=vendor
27b79a12 115
7fdeb28c 116%{__make} -C Documentation
117
51c3b977 118%install
119rm -rf $RPM_BUILD_ROOT
e3cefa79 120install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
c751087d 121
51c3b977 122%{__make} install \
d778c02c 123 INSTALLDIRS=vendor \
51c3b977 124 DESTDIR=$RPM_BUILD_ROOT
125
7fdeb28c 126%{__make} -C Documentation install \
7fdeb28c 127 DESTDIR=$RPM_BUILD_ROOT
128
e3cefa79 129install *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
130install xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
131
27b79a12
ER
132rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
133rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Git/.packlist
134
51c3b977 135%clean
136rm -rf $RPM_BUILD_ROOT
137
138%files
139%defattr(644,root,root,755)
7fdeb28c 140%doc README Documentation/*.html Documentation/howto Documentation/technical
51c3b977 141%attr(755,root,root) %{_bindir}/*
7fdeb28c 142%{_mandir}/man*/*
6c4f9a5b
AM
143%{_datadir}/%{name}
144%{_datadir}/git-gui
e3cefa79 145
146%files devel
3ff86e9e 147%defattr(644,root,root,755)
e3cefa79 148%{_includedir}/*
5d7220ad 149
3dc01deb 150%files -n perl-Git
5d7220ad 151%defattr(644,root,root,755)
3dc01deb 152%{perl_vendorlib}/Git.pm
5d7220ad 153%{_mandir}/man3/*
This page took 0.066519 seconds and 4 git commands to generate.