Changes of Revision 2
[-] | Changed | blocksshd.spec |
x 1
2 URL: http://sourceforge.net/projects/blocksshd/ 3 BuildArch: noarch 4 Source: http://downloads.sourgeforge.net/blocksshd/blocksshd-%{version}.tar.bz2 5 +Patch: blocksshd-1.1.diff 6 Requires: perl >= 5, /sbin/chkconfig 7 AutoReq: no 8 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 9
10 %prep 11 12 %setup -q 13 +%if 0%{?suse_version} 14 +%patch -p1 15 +%endif 16 17 %build 18 %{__make} 19 |
||
[+] | Added | blocksshd-1.1.diff ^ |
@@ -0,0 +1,11 @@ +--- blocksshd-1.1/Makefile.orig 2008-01-21 14:27:07.000000000 +0100 ++++ blocksshd-1.1/Makefile 2008-01-21 14:27:52.000000000 +0100 +@@ -15,7 +15,7 @@ + MANDIR = $(PREFIX)/man + MAN1DIR = $(MANDIR)/man1 + INIT = init/blocksshd +-INITDIR = /etc/rc.d/init.d ++INITDIR = /etc/init.d + DESTDIR = + + all: $(APPNAME).1.gz |