Author: glen Date: Tue Dec 12 00:24:27 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - install sample ppp peer file, rel 2
---- Files affected: SPECS: synce-serial.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/synce-serial.spec diff -u SPECS/synce-serial.spec:1.3 SPECS/synce-serial.spec:1.4 --- SPECS/synce-serial.spec:1.3 Mon Dec 11 22:30:01 2006 +++ SPECS/synce-serial.spec Tue Dec 12 01:24:22 2006 @@ -3,11 +3,12 @@ Summary(pl): Skrypty pomocnicze do nawiązywania połączenia szeregowego dla SynCE Name: synce-serial Version: 0.9.1 -Release: 1 +Release: 2 License: MIT Group: Libraries -Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz # Source0-md5: 77f8879486469118386fb7429ec5a794 +Source1: synce-device URL: http://www.synce.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1.4 @@ -42,6 +43,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT/etc/ppp/peers +install %{SOURCE1} $RPM_BUILD_ROOT/etc/ppp/peers/synce-device + %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +53,7 @@ %defattr(644,root,root,755) %doc LICENSE README TODO %attr(755,root,root) %{_bindir}/* +%config(noreplace) %verify(not md5 mtime size) /etc/ppp/peers/synce-device %{_datadir}/synce %{_mandir}/man8/*.8* @@ -58,6 +63,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/12/12 00:24:22 glen +- install sample ppp peer file, rel 2 + Revision 1.3 2006/12/11 21:30:01 glen - new URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/synce-serial.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
