This commit is contained in:
parent
ff07754de4
commit
2fde0d3347
22
asciidoc.diff
Normal file
22
asciidoc.diff
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf
|
||||||
|
index 40d43b7..9fe70b2 100644
|
||||||
|
--- a/Documentation/asciidoc.conf
|
||||||
|
+++ b/Documentation/asciidoc.conf
|
||||||
|
@@ -24,7 +24,7 @@ ifdef::backend-docbook[]
|
||||||
|
endif::backend-docbook[]
|
||||||
|
|
||||||
|
ifdef::backend-docbook[]
|
||||||
|
-ifndef::docbook-xsl-172[]
|
||||||
|
+ifdef::docbook-xsl-168[]
|
||||||
|
# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
|
||||||
|
# v1.72 breaks with this because it replaces dots not in roff requests.
|
||||||
|
[listingblock]
|
||||||
|
@@ -39,7 +39,7 @@ ifdef::doctype-manpage[]
|
||||||
|
endif::doctype-manpage[]
|
||||||
|
</literallayout>
|
||||||
|
{title#}</example>
|
||||||
|
-endif::docbook-xsl-172[]
|
||||||
|
+endif::docbook-xsl-168[]
|
||||||
|
endif::backend-docbook[]
|
||||||
|
|
||||||
|
ifdef::doctype-manpage[]
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 26 17:17:12 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Fix manual pages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 25 16:08:40 CEST 2008 - tiwai@suse.de
|
Thu Sep 25 16:08:40 CEST 2008 - tiwai@suse.de
|
||||||
|
|
||||||
|
7
git.spec
7
git.spec
@ -15,13 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
BuildRequires: asciidoc curl-devel fdupes libopenssl-devel sgml-skel xmlto
|
BuildRequires: asciidoc curl-devel fdupes libopenssl-devel sgml-skel xmlto
|
||||||
Version: 1.6.0.2
|
Version: 1.6.0.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
@ -31,6 +30,7 @@ Source1: apache2-gitweb.conf
|
|||||||
Source2: sysconfig.git-daemon
|
Source2: sysconfig.git-daemon
|
||||||
Source3: git-daemon.init
|
Source3: git-daemon.init
|
||||||
Source4: git.xinetd
|
Source4: git.xinetd
|
||||||
|
Patch: asciidoc.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: git-core = %{version}
|
Requires: git-core = %{version}
|
||||||
Recommends: git-svn git-cvs git-arch git-email gitk git-gui git-web
|
Recommends: git-svn git-cvs git-arch git-email gitk git-gui git-web
|
||||||
@ -226,6 +226,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
@ -376,6 +377,8 @@ fi
|
|||||||
/etc/bash_completion.d/git.sh
|
/etc/bash_completion.d/git.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 26 2008 schwab@suse.de
|
||||||
|
- Fix manual pages.
|
||||||
* Thu Sep 25 2008 tiwai@suse.de
|
* Thu Sep 25 2008 tiwai@suse.de
|
||||||
- updated to 1.6.0.2:
|
- updated to 1.6.0.2:
|
||||||
Mostly small bug fixes, see details in
|
Mostly small bug fixes, see details in
|
||||||
|
Loading…
Reference in New Issue
Block a user