Merge branch 'secrets-leak-cve-2009-0365' into opensuse-11.1
[cnetworkmanager.git] / cnetworkmanager.spec
blobd6c42f9f562c4ab4733d5e9de28b99c5ed3ec4cb
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
22 Release: 2
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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
30 BuildArch: noarch
31 Source: %{name}-%{version}.tar.gz
33 %description
34 Cnetworkmanager is a command-line client for NetworkManager, intended
35 to supplement and replace the GUI applets.
39 %prep
40 %setup
41 #% patch -p1
43 %build
44 make
46 %install
47 make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr sysconfdir=/etc
49 %check
50 # nothing
52 %clean
53 rm -rf %{buildroot}
55 %files
56 %defattr(-,root,root)
57 /usr/bin/cnetworkmanager
58 /etc/dbus-1/system.d/cnetworkmanager.conf
59 /etc/dbus-1/system.d/cnetworkmanager-06.conf
60 %doc /usr/share/doc/packages/cnetworkmanager
62 %changelog
63 * Sat Nov 22 2008 coolo@suse.de
64 - buildrequire dbus-1 to fix file list check
65 * Tue Nov 18 2008 mvidner@suse.cz
66 - v0.8
67 - New: --wep-pass
68 - New: if there is another applet, report its pid
69 - Fix: do not rely on DBus config from GUI applets
70 * Fri Nov 07 2008 mvidner@suse.cz
71 - initial packaging