]> git.pld-linux.org Git - packages/NetworkManager.git/commitdiff
- based on template
authorwrobell <wrobell@pld-linux.org>
Mon, 24 Jan 2005 22:52:09 +0000 (22:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    NetworkManager.spec -> 1.1

NetworkManager.spec [new file with mode: 0644]

diff --git a/NetworkManager.spec b/NetworkManager.spec
new file mode 100644 (file)
index 0000000..3547a48
--- /dev/null
@@ -0,0 +1,36 @@
+# todo:
+# - PLD backend (now redhat used)
+Summary:       Network Manager for GNOME
+Name:          NetworkManager
+Version:       0.3.1
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.3/%{name}-%{version}.tar.bz2
+# Source0-md5: 93a3e25b871a1977836b3f778e43b5fe
+BuildRequires: libiw-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Network Manager for GNOME.
+
+%prep
+%setup -q
+
+%build
+%configure --with-distro=redhat
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+#%attr(755,root,root) %{_bindir}/*
This page took 0.476173 seconds and 4 git commands to generate.