]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
up to 1.7.12.rc3
[packages/git-core.git] / git-core.spec
index 716399c22d8d2737d474c428d68c0fc030399a21..5b25f7a895cd79d6672290bea61946cea28e74df 100644 (file)
@@ -5,17 +5,18 @@
 %bcond_with    tests_svn       # perform tests which use subversion
 %bcond_without doc             # skip building/packaging docs/manuals (takes some time)
 
+%define _rc  rc3
+
 %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.11.4
-Release:       1
+Version:       1.7.12
+Release:       0.%{_rc}.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: 21c7100cddee8579233a924111e829ab
+Source0:       http://git-core.googlecode.com/files/git-%{version}.%{_rc}.tar.gz
+# Source0-md5: 1035decd5549f10256e91cef6610951a
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -375,7 +376,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}
+%setup -q -n git-%{version}.%{_rc}
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
@@ -669,6 +670,7 @@ fi
 %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
@@ -705,6 +707,7 @@ fi
 %{perl_vendorlib}/Git.pm
 %dir %{perl_vendorlib}/Git
 %{perl_vendorlib}/Git/I18N.pm
+%{perl_vendorlib}/Git/IndexInfo.pm
 %{_mandir}/man3/Git*.3pm*
 
 %files -n python-Git
This page took 0.0981880000000001 seconds and 4 git commands to generate.