SPECS: Regina.spec - drop init.patch; fixed pre/post scripts with ...

shadzik shadzik at pld-linux.org
Thu May 11 02:40:43 CEST 2006


Author: shadzik                      Date: Thu May 11 00:40:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop init.patch; fixed pre/post scripts with new init script

---- Files affected:
SPECS:
   Regina.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/Regina.spec
diff -u SPECS/Regina.spec:1.2 SPECS/Regina.spec:1.3
--- SPECS/Regina.spec:1.2	Thu May 11 02:04:13 2006
+++ SPECS/Regina.spec	Thu May 11 02:40:38 2006
@@ -13,19 +13,13 @@
 Group:		Applications
 Source0:	http://dl.sourceforge.net/regina-rexx/%{name}-REXX-%{version}.tar.gz
 # Source0-md5:	bdb85f57cbe3e7f9b45aea329cd7752e
+Source1:	%{name}.init
 Patch0:		%{name}-makefileinfix.patch
-Patch1:		%{name}-init.patch
 URL:		http://regina-rexx.sourceforge.net
-BuildRequires:	autoconf
-BuildRequires:	automake
 BuildRequires:	bison
 BuildRequires:	flex
-BuildRequires:	mawk
 BuildRequires:	rpmbuild(macros) >= 1.228
 Requires(post,preun):	/sbin/chkconfig
-Provides:	libregina.so
-Provides:	libregina.so(REXXSAA_API)
-Provides:	libregina.so(regina_2.0)
 Provides:	rexx
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -61,7 +55,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
 
 %build
 ./configure
@@ -74,7 +67,7 @@
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d/,%{_mandir}/man1}
 %{__make} install \
     DESTDIR=$RPM_BUILD_ROOT
-install $RPM_BUILD_ROOT%{_prefix}/etc/rc.d/init.d/rxstack $RPM_BUILD_ROOT/etc/rc.d/init.d/
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/rxstack
 install $RPM_BUILD_ROOT%{_prefix}/man/man1/regina.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 rm -f $RPM_BUILD_ROOT%{_prefix}/etc/rc.d/init.d/rxstack
 rm -f $RPM_BUILD_ROOT%{_prefix}/man/man1/regina.1
@@ -107,6 +100,9 @@
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.3  2006/05/11 00:40:38  shadzik
+- drop init.patch; fixed pre/post scripts with new init script
+
 Revision 1.2  2006/05/11 00:04:13  shadzik
 - init patch; there are still pre/post script failures
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Regina.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list