X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=git-core.spec;h=4d59bb2e290348684ee10deaaabd2a42fb4dbdb0;hb=cfed6a63edeed969e92f491a0394aef71053540a;hp=35b38137e310f2354c70a839546dd64b036936e5;hpb=3e681e7f8e8d23aeba561b45a0ffddfa40eadaf6;p=packages%2Fgit-core.git diff --git a/git-core.spec b/git-core.spec index 35b3813..4d59bb2 100644 --- a/git-core.spec +++ b/git-core.spec @@ -9,13 +9,12 @@ 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.10.1 +Version: 1.7.12.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: 41da844a1b8cc2d92864381e2fdeb0e1 +# Source0-md5: 5f3f0feb59d96f8106e0a56112bc73db Source1: %{name}-gitweb.conf Source2: %{name}-gitweb-httpd.conf Source3: %{name}-gitweb-lighttpd.conf @@ -398,14 +397,13 @@ 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} +%{?with_doc:%{__make} -C Documentation V=1} %if %{with tests} %if %{without tests_cvs} 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,7 +488,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%{_datadir}/locale/pt{_PT,} +mv $RPM_BUILD_ROOT%{_localedir}/pt{_PT,} %find_lang git %clean @@ -544,8 +542,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* @@ -669,6 +669,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 @@ -703,7 +705,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