]> git.pld-linux.org Git - packages/git-core.git/blame - git-core.spec
- gui S: meld
[packages/git-core.git] / git-core.spec
CommitLineData
84013e7c 1#
891d0b05
JB
2# Conditional build:
3%bcond_without tests # don't perform make test
db032591 4%bcond_with tests_cvs
08cc92d7 5%bcond_without doc # skip building/packaging docs/manuals (takes some time)
891d0b05 6#
89a476f8 7%include /usr/lib/rpm/macros.perl
51c3b977 8Summary: The stupid content tracker
3f8032f4 9Summary(pl.UTF-8): Prymitywne narzędzie do śledzenia treści
51c3b977 10Name: git-core
dd907a82 11Version: 1.7.1.1
be11092b 12Release: 2
51c3b977 13License: GPL v2
14Group: Development/Tools
bf83806a 15Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
dd907a82 16# Source0-md5: 1b116a3e2ecce46a89e4272abf0de955
be2ccf99
AG
17Source1: %{name}-gitweb.conf
18Source2: %{name}-gitweb-httpd.conf
b11ada2c
AG
19Source3: %{name}.sysconfig
20Source4: %{name}.inet
21Source5: %{name}.init
6b1e62ae 22Patch0: %{name}-tests.patch
dd907a82 23Patch1: %{name}-libcrypto.patch
e699dd89 24URL: http://git-scm.com/
11856720
AM
25BuildRequires: autoconf
26BuildRequires: automake
51c3b977 27BuildRequires: curl-devel
115484e9 28BuildRequires: expat-devel
72ec88fd 29BuildRequires: gettext-devel
51c3b977 30BuildRequires: openssl-devel
0f1e5795 31BuildRequires: perl-Error > 0.15
51c3b977 32BuildRequires: perl-base
db444c11 33BuildRequires: python-devel
89a476f8 34BuildRequires: rpm-perlprov >= 4.1-13
c841a4fc 35BuildRequires: rpm-pythonprov
be2ccf99 36BuildRequires: rpmbuild(macros) >= 1.264
51c3b977 37BuildRequires: zlib-devel
08cc92d7
ER
38%if %{with doc}
39BuildRequires: asciidoc >= 7.1.2-3
c841a4fc 40BuildRequires: docbook-dtd45-xml
08cc92d7
ER
41BuildRequires: xmlto
42%endif
2c50f007 43%if %{with tests}
db032591 44%if %{with tests_cvs}
dfed7e92 45# tests failed sometimes when using nserver/cvsnt client so enforce pure cvs here
3554b1a3 46BuildRequires: cvs-gnu-client < 1.13
2c0376c9 47BuildRequires: cvs-gnu-client >= 1.12
db032591 48%endif
08cc92d7 49BuildRequires: pdksh >= 5.2.14-46
2c50f007 50%endif
3f245fc5 51Requires: coreutils
11856720 52Requires: diffutils
3f245fc5
AM
53Requires: findutils
54Requires: grep
11856720 55Requires: openssh-clients
f266cd28 56Requires: perl-Error
3f245fc5 57Requires: sed
26361b03
AG
58Suggests: git-core-cvs
59Suggests: git-core-svn
d82521ea
ER
60Suggests: less
61Suggests: rsync
51c3b977 62BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
63
19936745
AM
64# html docs have links to txt files
65%define _noautocompressdoc *.txt
66
be2ccf99
AG
67%define webapp gitweb
68%define webappdir %{_sysconfdir}/webapps/%{webapp}
69%define appdir %{_datadir}/%{webapp}
70%define cgibindir %{_prefix}/lib/cgi-bin
71
51c3b977 72%description
73"git" can mean anything, depending on your mood.
74
d52424f5 75- random three-letter combination that is pronounceable, and not
76 actually used by any common UNIX command. The fact that it is a
77 mispronunciation of "get" may or may not be relevant.
78- stupid. contemptible and despicable. simple. Take your pick from the
79 dictionary of slang.
80- "global information tracker": you're in a good mood, and it actually
81 works for you. Angels sing, and a light suddenly fills the room.
82- "goddamn idiotic truckload of sh*t": when it breaks
51c3b977 83
c751087d 84This is a stupid (but extremely fast) directory content manager. It
51c3b977 85doesn't do a whole lot, but what it 'does' do is track directory
86contents efficiently.
87
ea061c99
JR
88%description -l pl.UTF-8
89"git" może oznaczać cokolwiek, w zależności od nastroju.
90
d52424f5 91- losową kombinację trzech liter, która jest wymawialna i właściwie
92 nie używana przez żadne popularne polecenie uniksowe. Fakt, że jest to
93 błędna pisownia słowa "get" może mieć lub nie mieć znaczenia.
94- głupi, pogardliwy, prosty. Można wybrać ze słownika slangu.
95- "global information tracker" (narzędzie do globalnego śledzenia
96 informacji) - jeśli jesteśmy w dobrym nastroju i git akurat działa.
97 Anioły śpiewają, a światło niespodziewanie wypełnia pokój.
98- "goddamn idiotic truckload of sh*t" (przeklęty idiotyczny ładunek
99 g*) - kiedy się zepsuje.
ea061c99
JR
100
101Jest to prymitywny (ale bardzo szybki) zarządca treści słownikowej.
102Nie robi wiele, ale to, co "robi", to wydajne śledzenie zawartości
c751087d
JB
103katalogu.
104
a8655d02
ER
105%package doc
106Summary: Documentation for git-core
107Summary(pl.UTF-8): Dokumentacja do git-core
108Group: Documentation
109
110%description doc
111Documentation for git-core.
112
113%description doc -l pl.UTF-8
114Dokumentacja do git-core.
115
116%description doc -l fr.UTF-8
117Javadoc pour git-core.
118
b11ada2c
AG
119%package daemon-inetd
120Summary: Files necessary to run git-daemon as an inetd service
5db07614 121Summary(pl.UTF-8): Pliki niezbędne do uruchomienia git-daemona w trybie usługi inetd
b11ada2c
AG
122Group: Networking/Daemons
123Requires: %{name} = %{version}-%{release}
124Requires: setup >= 2.4.11-1
125Provides: git-core-daemon
126Obsoletes: git-core-daemon
127Obsoletes: git-core-daemon-standalone
128
129%description daemon-inetd
130Git-daemon is a really simple TCP git daemon that can serve git
131repositories. This package provides all necessarry files to run
132git-daemon as an inetd service.
133
134%description daemon-inetd -l pl.UTF-8
5db07614
JB
135Git-daemon to prosty demon git korzystający z protokołu TCP do
136udostępniania repozytoriów git. Ten pakiet dostarcza pliki potrzebne
137do uruchomienia git-demona w trybie usługi inetd.
b11ada2c
AG
138
139%package daemon-standalone
140Summary: Files necessary to run git-daemon as a standalone service
5db07614 141Summary(pl.UTF-8): Pliki niezbędne do uruchomienia git-daemona w trybie usługi samodzielnej
b11ada2c
AG
142Group: Networking/Daemons
143Requires: %{name} = %{version}-%{release}
144Provides: git-core-daemon
145Obsoletes: git-core-daemon
146Obsoletes: git-core-daemon-inetd
147
148%description daemon-standalone
149Git-daemon is a really simple TCP git daemon that can serve git
150repositories. This package provides all necessarry files to run
151git-daemon as an standalone service.
152
153%description daemon-standalone -l pl.UTF-8
5db07614
JB
154Git-daemon to prosty demon git korzystający z protokołu TCP do
155udostępniania repozytoriów git. Ten pakiet dostarcza pliki potrzebne
156do uruchomienia git-daemona w trybie usługi samodzielnej.
b11ada2c 157
e3cefa79 158%package devel
66a7f095 159Summary: Header files for git-core
3f8032f4 160Summary(pl.UTF-8): Pliki nagłówkowe dla git-core
66a7f095 161Group: Development/Libraries
d52424f5 162Requires: zlib-devel
e3cefa79 163
164%description devel
66a7f095 165Header files for git-core.
166
ea061c99
JR
167%description devel -l pl.UTF-8
168Pliki nagłówkowe dla git-core.
e3cefa79 169
91396e2e
AG
170%package gitk
171Summary: Tcl/Tk interface to the Git version control system
172Summary(pl.UTF-8): Napisany w Tcl/Tk interfejs do systemu kontroli wersji Git
173Group: Development/Tools
174Requires: %{name} = %{version}-%{release}
175Requires: tk
176
177%description gitk
1fcd08a6
JB
178gitk displays changes in a repository or a selected set of commits.
179This includes visualizing the commit graph, showing information
180related to each commit, and the files in the trees of each revision.
91396e2e
AG
181
182Historically, gitk was the first repository browser. It's written in
04fdf912 183Tcl/Tk and started off in a separate repository but was later merged
91396e2e
AG
184into the main git repository.
185
186%description gitk -l pl.UTF-8
1fcd08a6
JB
187gitk wyświetla zmiany w repozytorium lub wybranym zbiorze commitów.
188Oznacza to wizualizację grafu commitów, wyświetlanie informacji
189związanych z każdym z commitów oraz listę plików dla każdej rewizji.
91396e2e 190
1fcd08a6 191Z historycznego punktu widzenia gitk był pierwszą przeglądarką
02059138
ER
192repozytorium git. Napisany jest w Tcl/Tk i początkowo był rozwijany w
193osobnym repozytorium, ale z czasem został włączony do głównego
2712fe7b 194repozytorium gita.
91396e2e 195
be2ccf99
AG
196%package gitweb
197Summary: Web frontend to git
198Summary(pl.UTF-8): Webowy frontend do git
199Group: Development/Tools
200Requires: %{name} = %{version}-%{release}
201Requires: webapps
202
203%description gitweb
204This package provides a web interface for browsing git repositories.
205
206%description gitweb -l pl.UTF-8
2712fe7b 207Pakiet ten dostarcza interfejs WWW do przeglądania repozytoriów gita.
be2ccf99 208
e1c8d79f 209%package gitview
30794a22
JB
210Summary: A GTK+ based repository browser for git
211Summary(pl.UTF-8): Oparta na GTK+ przeglądarka repozytorium gita
e1c8d79f 212Group: Development/Tools
213Requires: %{name} = %{version}-%{release}
c95a5d99
JB
214Requires: python >= 1:2.4
215Requires: python-pycairo >= 1.0
216Requires: python-pygobject
217Requires: python-pygtk-gtk >= 2:2.8
218Suggests: python-gnome-desktop-gtksourceview
e1c8d79f 219
220%description gitview
30794a22 221A GTK+ based repository browser for git.
e1c8d79f 222
223%description gitview -l pl.UTF-8
30794a22 224Oparta na GTK+ przeglądarka repozytorium gita.
e1c8d79f 225
f9871074
AG
226%package gui
227Summary: Tcl/Tk interface to the Git version control system
228Summary(pl.UTF-8): Napisany w Tcl/Tk interfejs do systemu kontroli wersji Git
229Group: Development/Tools
230Requires: %{name} = %{version}-%{release}
231Requires: tk
531b434f 232Suggests: meld
f9871074
AG
233
234%description gui
235Displays changes in a repository or a selected set of commits. This
236includes visualizing the commit graph, showing information related to
237each commit, and the files in the trees of each revision.
238
239Historically, gitk was the first repository browser. It's written in
240Tcl/Tk and started off in a separate repository but was later merged
241into the main git repository.
242
243%description gui -l pl.UTF-8
244Wyświetla zmiany w repozytorium lub wybranym zbiorze commitów. Oznacza
245to wizualizację grafu commitów, wyświetlanie informacji związanych z
246każdym z commitów oraz listę plików dla każdej rewizji.
247
248Z punktu widzenia historii, gitk był pierwszą przeglądarką
249repozytorium git. Napisany jest w Tcl/Tk i początkowo był rozwijany w
250osobnym repozytorium, ale z czasem został włączony do głównego
251repozytorium gita.
252
2c0376c9
AM
253%package svn
254Summary: Subversion support for Git
255Summary(pl.UTF-8): Obsługa Subversion dla Git
256Group: Development/Tools
257Requires: %{name} = %{version}-%{release}
258
259%description svn
260Subversion support for Git.
261
262%description svn -l pl.UTF-8
263Obsługa Subversion dla Git.
264
265%package cvs
266Summary: CVS support for Git
267Summary(pl.UTF-8): Obsługa CVS dla Git
268Group: Development/Tools
269Requires: %{name} = %{version}-%{release}
270Requires: cvsps >= 2.1-2
271Requires: rcs
272
273%description cvs
274CVS support for Git.
275
276%description cvs -l pl.UTF-8
277Obsługa CVS dla Git.
278
d82521ea
ER
279%package arch
280Summary: Git tools for importing Arch repositories
281Group: Development/Tools
282Requires: %{name} = %{version}-%{release}
283Requires: tla
284
285%description arch
286Git tools for importing Arch repositories.
287
288%package email
289Summary: Git tools for sending email
290Group: Development/Tools
291Requires: %{name} = %{version}-%{release}
292
293%description email
294Git tools for sending email.
295
f2c1983d
AG
296%package -n bash-completion-git
297Summary: bash-completion for git
2712fe7b 298Summary(pl.UTF-8): bashowe uzupełnianie nazw dla gita
02059138 299Group: Applications/Shells
f2c1983d
AG
300Requires: bash-completion
301
302%description -n bash-completion-git
303This package provides bash-completion for git.
304
305%description -n bash-completion-git -l pl.UTF-8
5383e3af 306Pakiet ten dostarcza bashowe uzupełnianie nazw dla gita.
f2c1983d 307
3dc01deb 308%package -n perl-Git
5d7220ad 309Summary: Perl interface to the Git version control system
3f8032f4 310Summary(pl.UTF-8): Perlowy interfejs do systemu kontroli wersji Git
5d7220ad 311Group: Development/Languages/Perl
27b79a12 312Obsoletes: perl-git-core
5d7220ad 313
3dc01deb 314%description -n perl-Git
5d7220ad
AM
315This module provides Perl scripts easy way to interface the Git
316version control system. The modules have an easy and well-tested way
317to call arbitrary Git commands; in the future, the interface will also
318provide specialized methods for doing easily operations which are not
319totally trivial to do over the generic command interface.
320
ea061c99
JR
321%description -n perl-Git -l pl.UTF-8
322Ten moduł umożliwia skryptom Perla współpracę z systemem kontroli
08cc92d7
ER
323wersji Git. W łatwy i dobrze przetestowany sposób pozwala wywoływać
324dowolne polecenia Gita; w przyszłości interfejs udostępni także
325specjalne metody do łatwego wykonywania operacji nietrywialnych do
326wykonania przy użyciu ogólnego interfejsu poleceń.
7eef96e1 327
778b89a7
AM
328%package -n python-Git
329Summary: Python interface to the Git version control system
330Summary(pl.UTF-8): Pythonowy interfejs do systemu kontroli wersji Git
331Group: Development/Languages/Python
332
333%description -n python-Git
334This module provides Python scripts easy way to interface the Git
335version control system.
336
337%description -n python-Git -l pl.UTF-8
338Ten moduł umożliwia skryptom Pythonowym współpracę z systemem kontroli
339wersji Git.
340
f2c1983d
AG
341%package -n vim-syntax-gitcommit
342Summary: Vim syntax: gitcommit
2712fe7b 343Summary(pl.UTF-8): Składnia dla Vima: gitcommit
f2c1983d
AG
344Group: Applications/Editors/Vim
345# for _vimdatadir existence
34bbdd69 346Requires: vim-rt >= 4:6.3.058-3
f2c1983d
AG
347
348%description -n vim-syntax-gitcommit
349This plugin provides syntax highlighting for git's commit messages.
350
351%description -n vim-syntax-gitcommit -l pl.UTF-8
2712fe7b 352Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
f2c1983d 353
51c3b977 354%prep
bf83806a 355%setup -q -n git-%{version}
6b1e62ae 356%patch0 -p1
dd907a82 357%patch1 -p0
a1036d06 358
359%build
11856720
AM
360%{__aclocal}
361%{__autoconf}
362%configure \
363 --with-openssl
51c3b977 364
7cfee1ba
KK
365echo "BLK_SHA1=1" >> config.mak
366
b69112f7 367%{__make} \
be2ccf99
AG
368 INSTALLDIRS=vendor \
369 GITWEB_CONFIG="%{webappdir}/gitweb.conf" \
370 GITWEB_PROJECTROOT="/var/lib/git" \
371 GITWEB_CSS="/gitweb/gitweb.css" \
372 GITWEB_LOGO="/gitweb/git-logo.png" \
373 GITWEB_FAVICON="/gitweb/git-favicon.png"
27b79a12 374
612c06d1
ER
375# use DOCBOOK_XSL_172=1 to fix 'the ".ft C" problem' in generated manpages.
376%{?with_doc:%{__make} -C Documentation V=1 DOCBOOK_XSL_172=1}
7fdeb28c 377
db032591
AM
378%if %{with tests}
379%if %{without tests_cvs}
aa2c9330 380rm t/t*cvs*.sh || :
db032591
AM
381%endif
382%{__make} test
383%endif
6c0d6e05 384
51c3b977 385%install
386rm -rf $RPM_BUILD_ROOT
5db07614 387install -d $RPM_BUILD_ROOT{%{_includedir}/%{name}/xdiff,%{_localstatedir}/lib/git}
be2ccf99 388install -d $RPM_BUILD_ROOT{%{appdir},%{cgibindir},%{webappdir}}
5db07614 389install -d $RPM_BUILD_ROOT/etc/{sysconfig/rc-inetd,rc.d/init.d}
c751087d 390
51c3b977 391%{__make} install \
d778c02c 392 INSTALLDIRS=vendor \
51c3b977 393 DESTDIR=$RPM_BUILD_ROOT
394
08cc92d7 395%if %{with doc}
7fdeb28c 396%{__make} -C Documentation install \
7fdeb28c 397 DESTDIR=$RPM_BUILD_ROOT
08cc92d7 398%endif
7fdeb28c 399
1f25da6d 400# header files and lib
44ee5525 401cp -a *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
31b26a50 402cp -a compat $RPM_BUILD_ROOT%{_includedir}/%{name}
44ee5525
ER
403cp -a xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
404cp -a libgit.a $RPM_BUILD_ROOT%{_libdir}
405cp -a xdiff/lib.a $RPM_BUILD_ROOT%{_libdir}/libgit_xdiff.a
e3cefa79 406
f2c1983d 407# bash completion
d82521ea
ER
408install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
409cp -a contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
f2c1983d
AG
410
411# vim syntax
d82521ea
ER
412install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/syntax
413cat > $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/syntax/gitcommit.vim << 'EOF'
670fe4d6
AG
414autocmd BufNewFile,BufRead *.git/COMMIT_EDITMSG setf gitcommit
415autocmd BufNewFile,BufRead *.git/config,.gitconfig setf gitconfig
416autocmd BufNewFile,BufRead git-rebase-todo setf gitrebase
417autocmd BufNewFile,BufRead .msg.[0-9]*
418 \ if getline(1) =~ '^From.*# This line is ignored.$' |
419 \ setf gitsendemail |
420 \ endif
421autocmd BufNewFile,BufRead *.git/**
422 \ if getline(1) =~ '^\x\{40\}\>\|^ref: ' |
423 \ setf git |
424 \ endif
425EOF
f2c1983d 426
be2ccf99 427# gitweb
d82521ea
ER
428install -p gitweb/gitweb.cgi $RPM_BUILD_ROOT%{cgibindir}
429cp -a gitweb/*.css gitweb/*.png $RPM_BUILD_ROOT%{appdir}
430cp -a %{SOURCE1} $RPM_BUILD_ROOT%{webappdir}/gitweb.conf
431cp -a %{SOURCE2} $RPM_BUILD_ROOT%{webappdir}/apache.conf
432cp -a %{SOURCE2} $RPM_BUILD_ROOT%{webappdir}/httpd.conf
be2ccf99 433
e1c8d79f 434# gitview
d82521ea 435install -p contrib/gitview/gitview $RPM_BUILD_ROOT%{_bindir}
e1c8d79f 436
b11ada2c 437# git-daemon related files
d82521ea
ER
438cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/git-daemon
439cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/git-daemon
440install -p %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/git-daemon
b11ada2c 441
bf7a9a54 442# paths cleanup
2c0376c9 443sed -e 's,@libdir@,%{_libdir},g' -i $RPM_BUILD_ROOT/etc/rc.d/init.d/git-daemon
bf7a9a54
AG
444sed -e 's,@libdir@,%{_libdir},g' -i $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/git-daemon
445
4e9fd7a9
ER
446# hardlink
447ln -f $RPM_BUILD_ROOT%{_bindir}/{git,git-receive-pack}
448ln -f $RPM_BUILD_ROOT%{_bindir}/{git,git-upload-archive}
449ln -f $RPM_BUILD_ROOT{%{_libdir}/%{name},%{_bindir}}/git-shell
450ln -f $RPM_BUILD_ROOT{%{_libdir}/%{name},%{_bindir}}/git-upload-pack
451
be2ccf99 452# remove unneeded files
d82521ea
ER
453rm $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
454rm $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Git/.packlist
44ee5525 455%py_postclean
27b79a12 456
51c3b977 457%clean
458rm -rf $RPM_BUILD_ROOT
459
b11ada2c
AG
460%post daemon-inetd
461%service -q rc-inetd reload
462
463%postun daemon-inetd
464if [ "$1" = "0" ]; then
465 %service -q rc-inetd reload
466fi
467
468%post daemon-standalone
469/sbin/chkconfig --add git-daemon
470%service git-daemon restart "git-daemon"
471
472%preun daemon-standalone
473if [ "$1" = "0" ]; then
474 %service git-daemon stop
475 /sbin/chkconfig --del git-daemon
476fi
477
be2ccf99
AG
478%triggerin gitweb -- apache1 < 1.3.37-3, apache1-base
479%webapp_register apache %{webapp}
480
481%triggerun gitweb -- apache1 < 1.3.37-3, apache1-base
482%webapp_unregister apache %{webapp}
483
484%triggerin gitweb -- apache < 2.2.0, apache-base
485%webapp_register httpd %{webapp}
486
487%triggerun gitweb -- apache < 2.2.0, apache-base
488%webapp_unregister httpd %{webapp}
489
51c3b977 490%files
491%defattr(644,root,root,755)
08cc92d7 492%doc README contrib
a8655d02 493%attr(755,root,root) %{_bindir}/git
44ee5525
ER
494%attr(755,root,root) %{_bindir}/git-receive-pack
495%attr(755,root,root) %{_bindir}/git-shell
496%attr(755,root,root) %{_bindir}/git-upload-archive
497%attr(755,root,root) %{_bindir}/git-upload-pack
a8655d02 498
08cc92d7 499%if %{with doc}
0afd37aa 500%{_mandir}/man1/git-*.1*
2c0376c9
AM
501%exclude %{_mandir}/man1/git-svn.1*
502%exclude %{_mandir}/man1/git-cvs*.1*
a48d28b8 503%{_mandir}/man1/git.1*
0afd37aa 504%{_mandir}/man5/gitattributes.5*
a48d28b8 505%{_mandir}/man5/githooks.5*
0afd37aa 506%{_mandir}/man5/gitignore.5*
785b167d 507%{_mandir}/man5/gitmodules.5*
a48d28b8
AG
508%{_mandir}/man5/gitrepository-layout.5*
509%{_mandir}/man7/gitcli.7*
510%{_mandir}/man7/gitcore-tutorial.7*
a48d28b8
AG
511%{_mandir}/man7/gitdiffcore.7*
512%{_mandir}/man7/gitglossary.7*
513%{_mandir}/man7/gittutorial-2.7*
514%{_mandir}/man7/gittutorial.7*
670fe4d6 515%{_mandir}/man7/gitworkflows.7*
08cc92d7 516%endif
a8655d02 517
bf6fa63c
AM
518%dir %{_libdir}/%{name}
519%attr(755,root,root) %{_libdir}/%{name}/*-*
39dc084d 520%attr(755,root,root) %{_libdir}/%{name}/git
a8655d02 521
bf6fa63c 522%exclude %{_libdir}/%{name}/git-gui
2c0376c9 523%exclude %{_libdir}/%{name}/git-svn
d82521ea 524%exclude %{_libdir}/%{name}/git-archimport
2c0376c9 525%exclude %{_libdir}/%{name}/git-cvs*
d82521ea 526%exclude %{_libdir}/%{name}/*email*
a8655d02 527
6c4f9a5b 528%{_datadir}/%{name}
a8655d02 529
5db07614 530%{_localstatedir}/lib/git
e3cefa79 531
a8655d02
ER
532%if %{with doc}
533%files doc
778b89a7 534%defattr(644,root,root,755)
a8655d02
ER
535%doc Documentation/RelNotes*
536%doc Documentation/*.html Documentation/howto Documentation/technical
537%endif
538
b11ada2c
AG
539%files daemon-inetd
540%defattr(644,root,root,755)
541%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/git-daemon
542
543%files daemon-standalone
544%defattr(644,root,root,755)
545%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/git-daemon
546%attr(754,root, root) /etc/rc.d/init.d/git-daemon
547
e3cefa79 548%files devel
3ff86e9e 549%defattr(644,root,root,755)
5db07614
JB
550%{_includedir}/git-core
551%{_libdir}/libgit.a
eaf5c40c 552%{_libdir}/libgit_xdiff.a
5d7220ad 553
91396e2e
AG
554%files gitk
555%defattr(644,root,root,755)
08cc92d7 556%if %{with doc}
91396e2e 557%{_mandir}/man1/gitk.1*
08cc92d7
ER
558%endif
559%attr(755,root,root) %{_bindir}/gitk
9fa88d97
AM
560%dir %{_datadir}/gitk
561%dir %{_datadir}/gitk/lib
562%dir %{_datadir}/gitk/lib/msgs
3b243bbe 563%lang(de) %{_datadir}/gitk/lib/msgs/de.msg
f9871074 564%lang(es) %{_datadir}/gitk/lib/msgs/es.msg
778b89a7
AM
565%lang(fr) %{_datadir}/gitk/lib/msgs/fr.msg
566%lang(hu) %{_datadir}/gitk/lib/msgs/hu.msg
3b243bbe 567%lang(it) %{_datadir}/gitk/lib/msgs/it.msg
469258c9 568%lang(ja) %{_datadir}/gitk/lib/msgs/ja.msg
95998f97 569%lang(ru) %{_datadir}/gitk/lib/msgs/ru.msg
f9871074 570%lang(sv) %{_datadir}/gitk/lib/msgs/sv.msg
91396e2e 571
be2ccf99
AG
572%files gitweb
573%defattr(644,root,root,755)
574%doc gitweb/{README,INSTALL}
575%dir %{webappdir}
576%config(noreplace) %verify(not md5 mtime size) %attr(640,root,http) %{webappdir}/gitweb.conf
577%config(noreplace) %verify(not md5 mtime size) %attr(640,root,root) %{webappdir}/apache.conf
578%config(noreplace) %verify(not md5 mtime size) %attr(640,root,root) %{webappdir}/httpd.conf
579%attr(755,root,root) %{cgibindir}/gitweb.cgi
580%{appdir}
581
e1c8d79f 582%files gitview
583%defattr(644,root,root,755)
584%doc contrib/gitview/gitview.txt
585%attr(755,root,root) %{_bindir}/gitview
586
f9871074
AG
587%files gui
588%defattr(644,root,root,755)
bf6fa63c 589%attr(755,root,root) %{_libdir}/%{name}/git-gui
f9871074
AG
590%dir %{_datadir}/git-gui
591%dir %{_datadir}/git-gui/lib
592%dir %{_datadir}/git-gui/lib/msgs
593%{_datadir}/git-gui/lib/git-gui.ico
594%{_datadir}/git-gui/lib/tclIndex
595%{_datadir}/git-gui/lib/*.js
596%{_datadir}/git-gui/lib/*.tcl
597%lang(de) %{_datadir}/git-gui/lib/msgs/de.msg
469258c9 598%lang(el) %{_datadir}/git-gui/lib/msgs/el.msg
f9871074
AG
599%lang(fr) %{_datadir}/git-gui/lib/msgs/fr.msg
600%lang(hu) %{_datadir}/git-gui/lib/msgs/hu.msg
601%lang(it) %{_datadir}/git-gui/lib/msgs/it.msg
602%lang(ja) %{_datadir}/git-gui/lib/msgs/ja.msg
670fe4d6 603%lang(nb) %{_datadir}/git-gui/lib/msgs/nb.msg
f9871074
AG
604%lang(ru) %{_datadir}/git-gui/lib/msgs/ru.msg
605%lang(sv) %{_datadir}/git-gui/lib/msgs/sv.msg
606%lang(zh_cn) %{_datadir}/git-gui/lib/msgs/zh_cn.msg
607
2c0376c9
AM
608%files svn
609%defattr(644,root,root,755)
610%attr(755,root,root) %{_libdir}/%{name}/git-svn
611%if %{with doc}
612%{_mandir}/man1/git-svn.1*
613%endif
614
615%files cvs
616%defattr(644,root,root,755)
44ee5525 617%attr(755,root,root) %{_bindir}/git-cvsserver
2c0376c9
AM
618%attr(755,root,root) %{_libdir}/%{name}/git-cvs*
619%if %{with doc}
620%{_mandir}/man1/git-cvs*.1*
621%{_mandir}/man7/gitcvs-migration.7*
622%endif
623
d82521ea
ER
624%files arch
625%defattr(644,root,root,755)
d82521ea
ER
626%attr(755,root,root) %{_libdir}/%{name}/git-archimport
627%if %{with doc}
d82521ea
ER
628%{_mandir}/man1/git-archimport.1*
629%endif
630
631%files email
632%defattr(644,root,root,755)
d82521ea
ER
633%attr(755,root,root) %{_libdir}/%{name}/*email*
634%if %{with doc}
d82521ea
ER
635%{_mandir}/man1/*email*.1*
636%endif
637
f2c1983d
AG
638%files -n bash-completion-git
639%defattr(644,root,root,755)
640%{_sysconfdir}/bash_completion.d/*
641
3dc01deb 642%files -n perl-Git
5d7220ad 643%defattr(644,root,root,755)
3dc01deb 644%{perl_vendorlib}/Git.pm
0afd37aa 645%{_mandir}/man3/Git.3pm*
f2c1983d 646
778b89a7
AM
647%files -n python-Git
648%defattr(644,root,root,755)
649%{py_sitescriptdir}/git_remote_helpers*.egg-info
650%dir %{py_sitescriptdir}/git_remote_helpers
651%{py_sitescriptdir}/git_remote_helpers/*.py[co]
652%dir %{py_sitescriptdir}/git_remote_helpers/git
653%{py_sitescriptdir}/git_remote_helpers/git/*.py[co]
654
f2c1983d
AG
655%files -n vim-syntax-gitcommit
656%defattr(644,root,root,755)
657%doc contrib/vim/README
d82521ea 658%{_datadir}/vim/vimfiles/syntax/*.vim
This page took 0.213236 seconds and 4 git commands to generate.