Author: emes Date: Tue Jul 15 16:31:32 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed init scripts
---- Files affected: SPECS: flumotion.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/flumotion.spec diff -u SPECS/flumotion.spec:1.7 SPECS/flumotion.spec:1.8 --- SPECS/flumotion.spec:1.7 Wed Apr 23 18:26:08 2008 +++ SPECS/flumotion.spec Tue Jul 15 18:31:26 2008 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Serwer strumieni Fluendo Name: flumotion Version: 0.5.1 -Release: 0.3 +Release: 0.4 License: GPL Group: Daemons Source0: http://www.flumotion.net/src/flumotion/%{name}-%{version}.tar.bz2 # Source0-md5: 70256d8d80a0d5cda61e468116ff8be2 +Source1: %{name}.init Patch0: %{name}-pdksh.patch URL: http://www.flumotion.net/ BuildRequires: automake @@ -68,9 +69,7 @@ # install service files install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d -install -m 755 \ - doc/redhat/flumotion \ - $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d +install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name} # create log and run and cache directory install -d $RPM_BUILD_ROOT%{_localstatedir}/log/flumotion @@ -203,6 +202,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008/07/15 16:31:26 emes +- fixed init scripts + Revision 1.7 2008/04/23 16:26:08 qboosh - formatting ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/flumotion.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
