Author: megabajt Date: Sat Sep 8 10:53:00 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - install nm-tool - release 2
---- Files affected: SPECS: NetworkManager.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: SPECS/NetworkManager.spec diff -u SPECS/NetworkManager.spec:1.35 SPECS/NetworkManager.spec:1.36 --- SPECS/NetworkManager.spec:1.35 Sat Sep 8 11:55:38 2007 +++ SPECS/NetworkManager.spec Sat Sep 8 12:52:55 2007 @@ -6,7 +6,7 @@ Summary(pl.UTF-8): ZarzÄ…dca sieci dla GNOME Name: NetworkManager Version: 0.6.5 -Release: 1.3 +Release: 2 License: GPL v2 Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.6/%{name}-%{version}.tar.bz2 @@ -113,6 +113,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install test/nm-tool $RPM_BUILD_ROOT%{_bindir}/nm-tool + install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/NetworkManager install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/NetworkManagerDispatcher @@ -142,9 +144,10 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_sbindir}/* -%attr(755,root,root) %{_datadir}/gnome-vpn-properties +%attr(755,root,root) %{_bindir}/nm-vpn-properties +%attr(755,root,root) %{_bindir}/nm-tool +%attr(755,root,root) %{_sbindir}/NetworkManager +%attr(755,root,root) %{_sbindir}/NetworkManagerDispatcher %attr(755,root,root) %{_libdir}/nm-crash-logger %attr(754,root,root) /etc/rc.d/init.d/NetworkManager %attr(754,root,root) /etc/rc.d/init.d/NetworkManagerDispatcher @@ -152,9 +155,12 @@ %dir %{_sysconfdir}/NetworkManager/dispatcher.d %dir %{_datadir}/%{name} %dir /var/run/%{name} +%{_datadir}/gnome-vpn-properties %{_datadir}/%{name}/gdb-cmd -%{_mandir}/man1/* -%{_sysconfdir}/dbus-1/system.d/* +%{_mandir}/man1/NetworkManager.1* +%{_mandir}/man1/NetworkManagerDispatcher.1* +%{_mandir}/man1/nm-tool.1* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/NetworkManager.conf %files libs %defattr(644,root,root,755) @@ -182,6 +188,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2007/09/08 10:52:55 megabajt +- install nm-tool +- release 2 + Revision 1.35 2007/09/08 09:55:38 megabajt - added init script for NetworkManagerDispatcher - release 1.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/NetworkManager.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
