[packages/git-core/DEVEL] up to 1.7.12-rc2
draenog
draenog at pld-linux.org
Fri Aug 10 02:43:21 CEST 2012
commit bbceff2c73abfd44025f470535466d0f3bd6ec78
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Fri Aug 10 02:41:41 2012 +0200
up to 1.7.12-rc2
git-core.spec | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 716399c..a78974a 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -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 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.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: f4cef016edd1cbaa86762e26e229a7f3
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
More information about the pld-cvs-commit
mailing list