summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-02-13 14:39:23 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-02-13 14:39:23 +0000
commite203e56f9b06f7860f4f1f4c3dded6c7e2031c5b (patch)
tree03cf57b5680064ecf8e017a5c3375367ad7e8c51
parent32bf7d52f21c1fc74583e3ae6d6978b879d4c650 (diff)
downloadpython-dmidecode-e203e56f9b06f7860f4f1f4c3dded6c7e2031c5b.tar.gz
python-dmidecode-e203e56f9b06f7860f4f1f4c3dded6c7e2031c5b.tar.xz
python-dmidecode-e203e56f9b06f7860f4f1f4c3dded6c7e2031c5b.zip
Removing spec file from upstream.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@173 abc39116-655e-4be6-ad55-d661dc543056
-rw-r--r--debian/changelog5
-rw-r--r--redhat/python-dmidecode.spec44
2 files changed, 3 insertions, 46 deletions
diff --git a/debian/changelog b/debian/changelog
index 03d8ba2..ff3f9a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-python-dmidecode (2.10.1-4) unstable; urgency=low
+python-dmidecode (2.10.2-1) unstable; urgency=low
+ * Upstream release.
* Added upstream changelog.
* Added hopepage to the control file.
* Change (C) to © in the copyright.
* Changed generic (GPL) license to specific (GPL-3).
- -- Nima Talebi <nima@it.net.au> Fri, 13 Feb 2009 06:27:38 -0800
+ -- Nima Talebi <nima@it.net.au> Fri, 13 Feb 2009 06:36:30 -0800
python-dmidecode (2.10.1-3) unstable; urgency=low
diff --git a/redhat/python-dmidecode.spec b/redhat/python-dmidecode.spec
deleted file mode 100644
index fd2e9a1..0000000
--- a/redhat/python-dmidecode.spec
+++ /dev/null
@@ -1,44 +0,0 @@
-%define is_not_debian %(test -e /etc/debian_version && echo 1 || echo 0)
-
-Summary: Python extension module for dmidecode.
-Name: python-dmidecode
-Version: 2.10
-Release: 0%?{dist}
-Requires: redhat-lsb
-Source: %{name}-%{version}.orig.tar.gz
-License: GNU GPL v3
-Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-buildroot
-Prefix: %{_prefix}
-Vendor: Autonomy <dmidecode-devel@autonojects.net.au>
-%{?!is_not_debian:BuildRequires: python-devel}
-Url: http://projects.autonomy.net.au/dmidecode/
-
-%description
- The Desktop Management Interface provides a standardized description of
- a computer's hardware, including characteristics such as BIOS serial
- number and hardware connectors.
-
- python-dmidecode provides an interface to the DMI data available from
- the BIOS. It is intended to be used as a back-end tool by other
- hardware detection programs implemented in python.
-
-%prep
-%setup -q -n %{name}-%{version}
-python src/setup.py clean
-
-%build
-python src/setup.py build
-
-%install
-python src/setup.py install --root=%{buildroot} --record=INSTALLED_OBJECTS
-
-%clean
-rm -rf %{buildroot}
-
-%files -f INSTALLED_OBJECTS
-
-%changelog
-* Fri Dec 19 2008 Nima Talebi <nima@it.net.au> - 2.10-1
-- Initial release
-