X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=git-core.spec;h=4d59bb2e290348684ee10deaaabd2a42fb4dbdb0;hb=cfed6a63edeed969e92f491a0394aef71053540a;hp=a78974ad4a4c8af6d904a893d7e89557ccb97685;hpb=bbceff2c73abfd44025f470535466d0f3bd6ec78;p=packages%2Fgit-core.git diff --git a/git-core.spec b/git-core.spec index a78974a..4d59bb2 100644 --- a/git-core.spec +++ b/git-core.spec @@ -5,18 +5,16 @@ %bcond_with tests_svn # perform tests which use subversion %bcond_without doc # skip building/packaging docs/manuals (takes some time) -%define _rc rc2 - %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.12 -Release: 0.%{_rc}.1 +Version: 1.7.12.4 +Release: 1 License: GPL v2 Group: Development/Tools -Source0: http://git-core.googlecode.com/files/git-%{version}.%{_rc}.tar.gz -# Source0-md5: f4cef016edd1cbaa86762e26e229a7f3 +Source0: http://git-core.googlecode.com/files/git-%{version}.tar.gz +# Source0-md5: 5f3f0feb59d96f8106e0a56112bc73db Source1: %{name}-gitweb.conf Source2: %{name}-gitweb-httpd.conf Source3: %{name}-gitweb-lighttpd.conf @@ -376,7 +374,7 @@ This plugin provides syntax highlighting for git's commit messages. Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita. %prep -%setup -q -n git-%{version}.%{_rc} +%setup -q -n git-%{version} %patch0 -p1 %patch1 -p0 %patch2 -p1 @@ -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*