X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=git-core.spec;h=03bdb9011c2de3c001dbe2d702a08af2e8604b16;hb=8ce45cecd69aec45857c13326772dd0c28a27378;hp=20afae24796bcae4bc281fcd25ce0722af3c5674;hpb=fc0aa2dfeb2d30d84c051d84a9336b51f3423c27;p=packages%2Fgit-core.git diff --git a/git-core.spec b/git-core.spec index 20afae2..03bdb90 100644 --- a/git-core.spec +++ b/git-core.spec @@ -2,20 +2,19 @@ # Conditional build: %bcond_without tests # don't perform make test %bcond_with tests_cvs # perform tests which use CVS -%bcond_with tests_svn # perform tests which use subversion +%bcond_without tests_svn # perform tests which use subversion %bcond_without doc # skip building/packaging docs/manuals (takes some time) %include /usr/lib/rpm/macros.perl Summary: Distributed version control system focused on speed, effectivity and usability Summary(pl.UTF-8): Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności Name: git-core -Version: 1.7.9.5 +Version: 1.8.1.4 Release: 1 License: GPL v2 Group: Development/Tools -# Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2 Source0: http://git-core.googlecode.com/files/git-%{version}.tar.gz -# Source0-md5: 094ddc0175d7c5112c7ac99ca7079882 +# Source0-md5: 60f32ef4a6b3fa2143b81a28704333ed Source1: %{name}-gitweb.conf Source2: %{name}-gitweb-httpd.conf Source3: %{name}-gitweb-lighttpd.conf @@ -25,6 +24,7 @@ Source6: %{name}.init Patch0: %{name}-tests.patch Patch1: %{name}-key-bindings.patch Patch2: %{name}-sysconfdir.patch +Patch3: cherry-picked-commitlog.patch URL: http://git-scm.com/ BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -51,6 +51,7 @@ BuildRequires: xmlto BuildRequires: cvs-gnu-client < 1.13 BuildRequires: cvs-gnu-client >= 1.12 %endif +%{?with_tests_svn:BuildRequires: subversion} Conflicts: pdksh < 5.2.14-46 %endif Requires: coreutils @@ -162,16 +163,16 @@ udostępniania repozytoriów git. Ten pakiet dostarcza pliki potrzebne do uruchomienia git-daemona w trybie usługi samodzielnej. %package devel -Summary: Header files for git-core -Summary(pl.UTF-8): Pliki nagłówkowe dla git-core +Summary: Git library with header files +Summary(pl.UTF-8): Biblioteka Gita oraz pliki nagłówkowe Group: Development/Libraries Requires: zlib-devel %description devel -Header files for git-core. +Git library with header files. %description devel -l pl.UTF-8 -Pliki nagłówkowe dla git-core. +Biblioteka Gita oraz pliki nagłówkowe. %package gitk Summary: Tcl/Tk interface to the Git version control system @@ -379,6 +380,7 @@ Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita. %patch0 -p1 %patch1 -p0 %patch2 -p1 +%patch3 -p1 %build %{__aclocal} @@ -398,14 +400,17 @@ echo "BLK_SHA1=1" >> config.mak GITWEB_FAVICON="/gitweb/git-favicon.png" \ V=1 -# use DOCBOOK_XSL_172=1 to fix 'the ".ft C" problem' in generated manpages. -%{?with_doc:%{__make} -C Documentation V=1 DOCBOOK_XSL_172=1} +%if %{with doc} +%{__make} -C Documentation \ + MAN_BASE_URL=file://%{_docdir}/%{name}-doc-%{version}/ \ + V=1 +%endif %if %{with tests} %if %{without tests_cvs} -rm t/t*cvs*.sh || : +%{__rm} t/t*cvs*.sh || : %endif -%{!?with_svn:GIT_SKIP_TESTS='t91??'} %{__make} test +%{!?with_tests_svn:GIT_SKIP_TESTS='t91??'} %{__make} test %endif %install @@ -490,6 +495,7 @@ ln -f $RPM_BUILD_ROOT{%{_libdir}/%{name},%{_bindir}}/git-upload-pack %{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Git/.packlist %py_postclean +mv $RPM_BUILD_ROOT%{_localedir}/pt{_PT,} %find_lang git %clean @@ -543,8 +549,10 @@ fi %if %{with doc} %{_mandir}/man1/git-*.1* +%exclude %{_mandir}/man1/git-archimport.1* %exclude %{_mandir}/man1/git-svn.1* %exclude %{_mandir}/man1/git-cvs*.1* +%exclude %{_mandir}/man1/*email*.1* %exclude %{_mandir}/man1/git-remote-helpers.1* %{_mandir}/man1/git.1* %{_mandir}/man5/gitattributes.5* @@ -668,6 +676,8 @@ fi %files svn %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/%{name}/git-svn +%{perl_vendorlib}/Git/SVN +%{perl_vendorlib}/Git/SVN.pm %if %{with doc} %{_mandir}/man1/git-svn.1* %endif @@ -702,7 +712,9 @@ fi %files -n perl-Git %defattr(644,root,root,755) %{perl_vendorlib}/Git.pm -%{perl_vendorlib}/Git +%dir %{perl_vendorlib}/Git +%{perl_vendorlib}/Git/I18N.pm +%{perl_vendorlib}/Git/IndexInfo.pm %{_mandir}/man3/Git*.3pm* %files -n python-Git