[packages/git-core/DEVEL] - up to 1.8.2-rc0 - git-remote-testgit has been renamed to git-remote-testpy
draenog
draenog at pld-linux.org
Mon Feb 25 15:56:01 CET 2013
commit ed5df972a88118df32e253de1d54504c3dc47c6f
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Fri Dec 7 17:40:42 2012 +0000
- up to 1.8.2-rc0
- git-remote-testgit has been renamed to git-remote-testpy
git-core.spec | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 03bdb90..a17ea40 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -5,16 +5,18 @@
%bcond_without tests_svn # perform tests which use subversion
%bcond_without doc # skip building/packaging docs/manuals (takes some time)
+%define _rc rc0
+
%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.8.1.4
-Release: 1
+Version: 1.8.2
+Release: 0.%{_rc}.1
License: GPL v2
Group: Development/Tools
-Source0: http://git-core.googlecode.com/files/git-%{version}.tar.gz
-# Source0-md5: 60f32ef4a6b3fa2143b81a28704333ed
+Source0: http://git-core.googlecode.com/files/git-%{version}.%{_rc}.tar.gz
+# Source0-md5: 150d66e9f436f31790332b96bd5af5ef
Source1: %{name}-gitweb.conf
Source2: %{name}-gitweb-httpd.conf
Source3: %{name}-gitweb-lighttpd.conf
@@ -376,7 +378,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
@@ -553,7 +555,7 @@ fi
%exclude %{_mandir}/man1/git-svn.1*
%exclude %{_mandir}/man1/git-cvs*.1*
%exclude %{_mandir}/man1/*email*.1*
-%exclude %{_mandir}/man1/git-remote-helpers.1*
+%exclude %{_mandir}/man1/gitremote-helpers.1*
%{_mandir}/man1/git.1*
%{_mandir}/man5/gitattributes.5*
%{_mandir}/man5/githooks.5*
@@ -582,7 +584,7 @@ fi
%exclude %{_libdir}/%{name}/git-archimport
%exclude %{_libdir}/%{name}/git-cvs*
%exclude %{_libdir}/%{name}/git-instaweb
-%exclude %{_libdir}/%{name}/git-remote-testgit
+%exclude %{_libdir}/%{name}/git-remote-testpy
%exclude %{_libdir}/%{name}/*email*
%{_datadir}/%{name}
@@ -719,7 +721,7 @@ fi
%files -n python-Git
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/git-remote-testgit
+%attr(755,root,root) %{_libdir}/%{name}/git-remote-testpy
%dir %{py_sitescriptdir}/git_remote_helpers
%{py_sitescriptdir}/git_remote_helpers/*.py[co]
%dir %{py_sitescriptdir}/git_remote_helpers/git
@@ -728,7 +730,7 @@ fi
%{py_sitescriptdir}/git_remote_helpers*.egg-info
%endif
%if %{with doc}
-%{_mandir}/man1/git-remote-helpers.1*
+%{_mandir}/man1/gitremote-helpers.1*
%endif
%files -n vim-syntax-gitcommit
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/ed5df972a88118df32e253de1d54504c3dc47c6f
More information about the pld-cvs-commit
mailing list