Changes of Revision 5
[-] | Changed | docbook-to-man.spec |
x 1
2 Source0: %{name}_%{version}.orig.tar.gz 3 Patch0: %{name}_%{version}-26.diff.gz 4 Patch1: %{name}_Transpec_Makefile.diff 5 +Patch2: %{name}_Instant_Makefile.diff 6 BuildRoot: %{_tmppath}/%{name}-%{version}-build 7 Packager: Carsten Schoene <cs@linux-administrator.com> 8 Vendor: linux-administrator.com 9
10 patch -p1 < ${A} 11 done 12 %patch1 -p1 13 +%patch2 -p1 14 15 %build 16 %__make 17 |
||
[+] | Added | docbook-to-man_Instant_Makefile.diff ^ |
@@ -0,0 +1,10 @@ +--- docbook-to-man-2.0.0/Instant/Makefile.orig 2008-01-02 18:50:48.000000000 +0100 ++++ docbook-to-man-2.0.0/Instant/Makefile 2008-01-02 18:51:07.000000000 +0100 +@@ -96,6 +96,7 @@ + $(CC) -o $@ $(LDFLAGS) $(OBJ) $(REGEX) + + install: all ++ mkdir -p $(BINDIR) + cp $(PROGS) $(BINDIR) + + |