Author: paszczus Date: Tue Sep 9 13:38:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use our sysconfig file
---- Files affected: SPECS: icecream.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/icecream.spec diff -u SPECS/icecream.spec:1.10 SPECS/icecream.spec:1.11 --- SPECS/icecream.spec:1.10 Tue Sep 9 15:13:42 2008 +++ SPECS/icecream.spec Tue Sep 9 15:37:57 2008 @@ -8,7 +8,8 @@ Group: Development/Languages Source0: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2 # Source0-md5: d8f65259ef2f72d36c157b64a2ff11d5 -Source1: %{name}-iceccd.init +Source1: %{name}.sysconfig +Source2: %{name}-iceccd.init URL: http://en.opensuse.org/Icecream BuildRequires: autoconf BuildRequires: automake @@ -59,8 +60,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install suse/sysconfig.icecream $RPM_BUILD_ROOT/etc/sysconfig/icecream -install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/iceccd +install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/icecream +install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/iceccd for i in cc gcc c++ g++; do ln -sf %{_bindir}/icecc $RPM_BUILD_ROOT%{_libdir}/icecc/bin/$i @@ -123,6 +124,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2008/09/09 13:37:57 paszczus +- use our sysconfig file + Revision 1.10 2008/09/09 13:13:42 paszczus - added our init script; adduser user/group icecream ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/icecream.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
