123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- Summary: Displays information about your hardware and operating system
- Summary(ja): ハードウェア情報を表示するアプリケーション
- Name: hardinfo
- Version: 0.5.1
- Release: 4%{?_dist_release}
- Group: Applications/System
- Vendor: Project Vine
- Distribution: Vine Linux
- License: GPLv2
- URL: https://www.berlios.de/software/hardinfo/
- Source: http://download.berlios.de/hardinfo/%{name}-%{version}.tar.bz2
- Patch: hardinfo-0.5.1-computer.patch
- Patch2: hardinfo-0.5.1-gmodule.patch
- # to fix linker error
- # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757525
- Patch3: 757525.patch
- BuildRequires: gtk2-devel >= 2.6
- BuildRequires: libsoup-devel >= 2.4
- Requires: pciutils
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- %description
- HardInfo is a small application that displays information about your
- hardware and operating system. Currently it knows about PCI, ISA PnP,
- USB, IDE, SCSI, Serial and parallel port devices.
- %description -l ja
- HardInfo はハードウェアと OS の情報を表示する小さなアプリケーションです.
- PCI, ISA PnP, USB, IDE, SCSI, シリアル/パラレルポートデバイスに対応しています.
- %prep
- %setup
- %patch -p1 -b .vine
- %patch2 -p1 -b .gmodule
- %patch3 -p1 -b .link
- %{__perl} -pi.orig -e 's|/lib\b|/%{_lib}|g' Makefile.in
- %build
- %configure
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf %{buildroot}
- %{__make} install DESTDIR="%{buildroot}"
- %clean
- %{__rm} -rf %{buildroot}
- %post
- /sbin/ldconfig
- %{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
- %postun
- /sbin/ldconfig
- %{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
- %files
- %defattr(-, root, root, 0755)
- %license LICENSE
- %{_bindir}/hardinfo
- %{_datadir}/applications/hardinfo.desktop
- %{_datadir}/hardinfo/
- %{_libdir}/hardinfo/
- %changelog
- * Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.1-4
- - rebuilt with libffi-3.3.
- * Thu Jul 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-3
- - rebuild with libpng-1.6.12
- - add BuildRequires: libsoup-devel
- - add Patch2 (hardinfo-0.5.1-gmodule.patch)
- * Sun Apr 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.5.1-2
- - rebuilt
- * Sat May 02 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.5.1-1
- - new upstream release
- * Sat Dec 13 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.2.3-2
- - fixed typo in spec
- * Sun Sep 7 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.2.3-1
- - apply new versioning policy
- - spec in utf-8
- - for only Vine 4.x, apply hardinfo-0.4.2.3-report-eucjp.patch
- * Thu Feb 14 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.2.3-0vl3
- - add hardinfo-0.4.2.3-report-eucjp.patch
- * Wed Feb 6 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.2.3-0vl2
- - rebuild for VineSeed
- - add hardinfo-0.4.2.3-computer.patch to check /etc/vine-release
- * Sat Dec 29 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 0.4.2.3-0vl1
- - source update
- * Sat Aug 11 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 0.4.2.2-0vl1
- - initial build for Vine Linux 4.1
- * Sat Jul 21 2007 Dag Wieers <dag@wieers.com> - 0.4.2.2-1 - 5272+/dag
- - Updated to release 0.4.2.2.
- * Sun Apr 15 2007 Dag Wieers <dag@wieers.com> - 0.4.2.1-1
- - Updated to release 0.4.2.1.
- * Wed Apr 04 2007 Dag Wieers <dag@wieers.com> - 0.4.2-1
- - Updated to release 0.4.2.
- * Tue Jun 20 2006 Dag Wieers <dag@wieers.com> - 0.4.1-1
- - Updated to release 0.4.1.
- * Thu Feb 02 2006 Dag Wieers <dag@wieers.com> - 0.4-1
- - Updated to release 0.4.
- * Fri Oct 31 2003 Dag Wieers <dag@wieers.com> - 0.3.6-0
- - Updated to release 0.3.6.
- * Tue Jun 24 2003 Dag Wieers <dag@wieers.com> - 0.3.5-0
- - Updated to release 0.3.5.
- * Mon Jun 23 2003 Dag Wieers <dag@wieers.com> - 0.3.4-0
- - Updated to release 0.3.4.
- * Sat Jun 21 2003 Dag Wieers <dag@wieers.com> - 0.3.3-0
- - Initial package. (using DAR)
|