diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2008-06-30 18:10:04 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2008-06-30 18:10:04 -0300 |
commit | 92cd328edede3124ec64e4e5b39493305e5ea7c5 (patch) | |
tree | 4eb3280ce4e6458fafc70ca58737c240819461c1 | |
parent | 269214d44de140b5f83c782b7ac30b5687c784d6 (diff) | |
download | python-ethtool-92cd328edede3124ec64e4e5b39493305e5ea7c5.tar.gz python-ethtool-92cd328edede3124ec64e4e5b39493305e5ea7c5.tar.xz python-ethtool-92cd328edede3124ec64e4e5b39493305e5ea7c5.zip |
rpm: delete top level specfile now that we have it in rpm/SPECS
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | python-ethtool.spec | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/python-ethtool.spec b/python-ethtool.spec deleted file mode 100644 index 77137b6..0000000 --- a/python-ethtool.spec +++ /dev/null @@ -1,33 +0,0 @@ -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - -Summary: ethtool python bindings -Name: python-ethtool -Version: 0.1 -Release: 1 -Source0: %{name}-%{version}.tar.bz2 -License: GPLv2+ -Group: System Environment/Libraries -BuildRequires: python-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -%description -ethtool python bindings - -%prep -%setup -q - -%install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=${RPM_BUILD_ROOT} install - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc COPYING -%{python_sitearch}/ethtool.so - -%changelog -* Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-1 -- Get ethtool code from rhpl 0.212 |