From 5064f17b14bf00f6bee4555adf47330790d18778 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 29 May 2008 15:45:28 -0400 Subject: [PATCH] Added ppp options and chatscript files to RPM build --- ChangeLog | 1 + rpm/barry.spec | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98864fc3..2807a0d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Release: version 0.13 - 2008/05/?? ------------------------------------------------------------------------------ 2008/05/29 - fixed compile errors in gui when compiling with gcc 4.3.x + - added ppp options and chatscript files to RPM build 2008/05/27 - fixed missing #includes in src/data.cc - fixed compile errors in library, utils, and plugin when compiling diff --git a/rpm/barry.spec b/rpm/barry.spec index 8ff9deb9..ded24386 100644 --- a/rpm/barry.spec +++ b/rpm/barry.spec @@ -141,6 +141,12 @@ cd ../ %{__cp} udev/10-blackberry.perms %{buildroot}%{_sysconfdir}/security/console.perms.d/ %{__mkdir_p} %{buildroot}%{_sysconfdir}/modprobe.d %{__cp} modprobe/blacklist-berry_charge %{buildroot}%{_sysconfdir}/modprobe.d/ +%{__mkdir_p} %{buildroot}%{_sysconfdir}/ppp/peers +%{__cp} ppp/barry-rogers %{buildroot}%{_sysconfdir}/ppp/peers/ +%{__cp} ppp/barry-verizon %{buildroot}%{_sysconfdir}/ppp/peers/ +%{__mkdir_p} %{buildroot}%{_sysconfdir}/chatscripts +%{__cp} ppp/barry-rogers.chat %{buildroot}%{_sysconfdir}/chatscripts/ +%{__cp} ppp/barry-verizon.chat %{buildroot}%{_sysconfdir}/chatscripts/ # gui tree %if %{with_gui} @@ -189,6 +195,10 @@ cd ../ %attr(0644,root,root) %config %{_sysconfdir}/udev/rules.d/* %attr(0644,root,root) %config %{_sysconfdir}/security/console.perms.d/* %attr(0644,root,root) %config %{_sysconfdir}/modprobe.d/blacklist-berry_charge +%attr(0644,root,root) %config %{_sysconfdir}/ppp/peers/barry-rogers +%attr(0644,root,root) %config %{_sysconfdir}/ppp/peers/barry-verizon +%attr(0640,root,root) %config %{_sysconfdir}/chatscripts/barry-rogers.chat +%attr(0640,root,root) %config %{_sysconfdir}/chatscripts/barry-verizon.chat %doc COPYING %if %{with_gui} -- 2.11.4.GIT