auto-import NetworkManager-0.2-1 from NetworkManager-0.2-1.src.rpm
This commit is contained in:
parent
60220d2498
commit
de50d424dd
@ -1 +1 @@
|
|||||||
NetworkManager.tar.bz2
|
NetworkManager-0.2.tar.gz
|
||||||
|
@ -9,11 +9,11 @@ ExcludeArch: s390 s390x
|
|||||||
##################################
|
##################################
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: A network link manager and user applications
|
Summary: A network link manager and user applications
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Release: 4
|
Release: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
Source: %{name}.tar.bz2
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
########################
|
########################
|
||||||
@ -67,7 +67,7 @@ networks.
|
|||||||
# Prep/Setup
|
# Prep/Setup
|
||||||
##################################
|
##################################
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
@ -129,6 +129,7 @@ fi
|
|||||||
%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO
|
%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/NMLoadModules
|
%{_bindir}/NMLoadModules
|
||||||
|
%{_bindir}/NMLaunchHelper
|
||||||
%{_bindir}/NetworkManagerDispatcher
|
%{_bindir}/NetworkManagerDispatcher
|
||||||
%dir %{_sysconfdir}/dbus-1/system.d
|
%dir %{_sysconfdir}/dbus-1/system.d
|
||||||
%config %{_sysconfdir}/dbus-1/system.d/%{name}.conf
|
%config %{_sysconfdir}/dbus-1/system.d/%{name}.conf
|
||||||
@ -143,12 +144,15 @@ fi
|
|||||||
%{_datadir}/pixmaps/NMWirelessApplet/*
|
%{_datadir}/pixmaps/NMWirelessApplet/*
|
||||||
%{_datadir}/gnome-2.0/ui/*
|
%{_datadir}/gnome-2.0/ui/*
|
||||||
%{_datadir}/NetworkManagerInfo
|
%{_datadir}/NetworkManagerInfo
|
||||||
|
%{_datadir}/NMWirelessApplet/wireless-applet.glade
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# Changelog
|
# Changelog
|
||||||
##################################
|
##################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 26 2004 Dan Williams <dcbw@redhat.com> 0.2-1
|
||||||
|
- Update to 0.2
|
||||||
|
|
||||||
* Thu Aug 26 2004 Florian La Roche <Florian.LaRoche@redhat.de>
|
* Thu Aug 26 2004 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
- spec-changes to req glib2 instead of glib
|
- spec-changes to req glib2 instead of glib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user