public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lubomir Rintel <lkundrak@v3.sk>
To: git-commits@fedoraproject.org
Subject: [rpms/hwinfo] epel10.2: Import hwinfo-21.47-2.fc28.src.rpm
Date: Fri, 04 Sep 2026 15:54:48 GMT	[thread overview]
Message-ID: <178853728816.1.9152938747147439496.rpms-hwinfo-ff074bcba910@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/hwinfo
Branch : epel10.2
Commit : ff074bcba910499e9b807c69dd1652c2118ea89e
Author : Lubomir Rintel <lkundrak@v3.sk>
Date   : 2017-08-29T17:03:07+02:00
Stats  : +76/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/hwinfo/c/ff074bcba910499e9b807c69dd1652c2118ea89e?branch=epel10.2

Log:
Import hwinfo-21.47-2.fc28.src.rpm

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a83a7b6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/hwinfo-21.47.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 30146bd..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# hwinfo
-
-The hwinfo package
\ No newline at end of file

diff --git a/hwinfo.spec b/hwinfo.spec
new file mode 100644
index 0000000..65d4990
--- /dev/null
+++ b/hwinfo.spec
@@ -0,0 +1,74 @@
+%global make_flags \\\
+        LIBDIR=%{_libdir} \\\
+        HWINFO_VERSION=%{version}
+
+Name:           hwinfo
+Version:        21.47
+Release:        2%{?dist}
+Summary:        Hardware information tool
+
+License:        GPL+
+URL:            https://github.com/openSUSE/hwinfo
+Source0:        https://github.com/openSUSE/hwinfo/archive/%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires:  libx86emu-devel
+BuildRequires:  gcc
+BuildRequires:  flex
+BuildRequires:  perl
+
+%description
+hwinfo is to probe for the hardware present in the system. It can be used to
+generate a system overview log which can be later used for support.
+
+
+%package devel
+Summary:        Development files for hwinfo
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+
+%description devel
+Header files and libraries for developing with libhd library from hwinfo, a
+hardware information tool.
+
+
+%prep
+%setup -q
+
+
+%build
+# Parallel make disabled due to missing libhd.a dependency
+make %{make_flags}
+
+
+%install
+%make_install %{make_flags}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+
+%files
+%{_libdir}/libhd.so.*
+%{_sbindir}/check_hd
+%{_sbindir}/convert_hd
+%{_sbindir}/getsysinfo
+%{_sbindir}/hwinfo
+%{_sbindir}/mk_isdnhwdb
+%{_datadir}/hwinfo
+%doc *.md MAINTAINER
+%license COPYING
+
+
+%files devel
+%{_includedir}/hd.h
+%{_libdir}/pkgconfig/hwinfo.pc
+%{_libdir}/libhd.so
+
+
+%changelog
+* Fri Aug 25 2017 Lubomir Rintel <lkundrak@v3.sk> - 21.47-2
+- Better align with packaging guidelines
+
+* Tue Aug 01 2017 Lubomir Rintel <lkundrak@v3.sk> - 21.47-1
+- Initial packaging

diff --git a/sources b/sources
new file mode 100644
index 0000000..cebe889
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (hwinfo-21.47.tar.gz) = 99ce79696d30cd2e276a57b198d07d00aeee6b98543acb22e6092f3ae198f5d5eb1676684345aabe2df8bee10157ab3e2181706f66e785d2f4df2c6be85215c5

                 reply	other threads:[~2026-09-04 15:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178853728816.1.9152938747147439496.rpms-hwinfo-ff074bcba910@fedoraproject.org \
    --to=lkundrak@v3.sk \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox