Provisionally implement -n as -a.
[cnetworkmanager.git] / cnetworkmanager.spec
blob8c6fea2e58d1570f3d358f5f122106a77b6478b7
2 # spec file for package cnetworkmanager (Version 0.8)
4 # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
6 # All modifications and additions to the file contributed by third parties
7 # remain the property of their copyright owners, unless otherwise agreed
8 # upon. The license for this file, and modifications and additions to the
9 # file, is the same license as for the pristine package itself (unless the
10 # license for the pristine package is not an Open Source License, in which
11 # case the license is the MIT License). An "Open Source License" is a
12 # license that conforms to the Open Source Definition (Version 1.9)
13 # published by the Open Source Initiative.
15 # Please submit bugfixes or comments via http://bugs.opensuse.org/
20 Name: cnetworkmanager
21 Version: 0.8.4
22 Release: 1
23 Summary: Command-line client for NetworkManager
24 License: GPL v2 or later
25 Url: http://vidner.net/martin/software/cnetworkmanager/
26 Group: Productivity/Networking/System
27 BuildRequires: dbus-1
28 Requires: dbus-1-python python-gobject2
29 Provides: NetworkManager-client
30 BuildRoot: %{_tmppath}/%{name}-%{version}-build
31 BuildArch: noarch
32 Source: %{name}-%{version}.tar.gz
34 %description
35 Cnetworkmanager is a command-line client for NetworkManager, intended
36 to supplement and replace the GUI applets.
40 %prep
41 %setup
42 #% patch -p1
44 %build
45 make PREFIX=/usr
47 %install
48 make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr sysconfdir=/etc
50 %check
51 # nothing
53 %clean
54 rm -rf %{buildroot}
56 %files
57 %defattr(-,root,root)
58 /usr/bin/cnetworkmanager
59 %dir /usr/share/cnetworkmanager
60 /usr/share/cnetworkmanager/cnetworkmanager
61 /usr/share/cnetworkmanager/pbkdf2.py
62 /etc/dbus-1/system.d/cnetworkmanager.conf
63 /etc/dbus-1/system.d/cnetworkmanager-06.conf
64 %doc /usr/share/doc/packages/cnetworkmanager
66 %changelog
67 * Sat Mar 21 2009 mvidner@suse.cz
68 - v0.8.4
69 - New: When connecting (-C), monitor the NM connection state.
70 - Fix: RPM packaging: consistent PREFIX (bnc#485413), owning pkgdatadir.
71 - Fix: KeyError with --wep-hex. (James Hogan)
72 - Fix: knetworkmanagerrc: Don't let ConnectionSettings
73 override ConnectionSecrets.
74 - Updated pbkdf2.py to the newest upstream version (license
75 clarified). (Alexander Block)
76 * Fri Mar 06 2009 mvidner@suse.cz
77 - Packaging fix: claim ownership of pkgdatadir
78 * Thu Mar 05 2009 mvidner@suse.cz
79 - v0.8.3
80 - Fix: secrets leak via o.fd.NMS.Connection.Secrets (CVE-2009-0365)
81 - Fix: secrets leak via o.fd.NMS.Connection.GetSettings (bnc#479566#c3)
82 * Sat Nov 22 2008 coolo@suse.de
83 - buildrequire dbus-1 to fix file list check
84 * Tue Nov 18 2008 mvidner@suse.cz
85 - v0.8
86 - New: --wep-pass
87 - New: if there is another applet, report its pid
88 - Fix: do not rely on DBus config from GUI applets
89 * Fri Nov 07 2008 mvidner@suse.cz
90 - initial packaging