source: projects/specs/trunk/h/hardinfo/hardinfo-vl.spec @ 12376

Revision 12376, 3.8 KB checked in by tomop, 4 years ago (diff)

updated 19 packages

g-wrap-1.9.15-2

gjs-1.54.3-2

glib2-2.64.2-2

gobject-introspection-1.64.1-1

guile-2.2.7-1

guile20-2.0.14-5

hardinfo-0.5.1-4

llvm-10.0.0-2

libffi-3.3-1

libffi321-3.2.1-1

p11-kit-0.23.20-2

pycairo-1.18.2-1

pygobject-2.28.6-7

pygobject3-3.34.0-1

python-cffi-1.14.0-1

python-2.7.17-1

python3-3.5.9-1

ruby-2.6.6-2

uim-1.8.8-3

Line 
1Summary: Displays information about your hardware and operating system
2Summary(ja): ハードウェア情報を表示するアプリケーション
3Name: hardinfo
4Version: 0.5.1
5Release: 4%{?_dist_release}
6Group: Applications/System
7Vendor: Project Vine
8Distribution: Vine Linux
9
10License: GPLv2
11URL: https://www.berlios.de/software/hardinfo/
12Source: http://download.berlios.de/hardinfo/%{name}-%{version}.tar.bz2
13Patch: hardinfo-0.5.1-computer.patch
14Patch2: hardinfo-0.5.1-gmodule.patch
15# to fix linker error
16# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757525
17Patch3: 757525.patch
18
19BuildRequires: gtk2-devel >= 2.6
20BuildRequires: libsoup-devel >= 2.4
21Requires: pciutils
22BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
23
24%description
25HardInfo is a small application that displays information about your
26hardware and operating system. Currently it knows about PCI, ISA PnP,
27USB, IDE, SCSI, Serial and parallel port devices.
28
29%description -l ja
30HardInfo はハードウェアと OS の情報を表示する小さなアプリケーションです.
31PCI, ISA PnP, USB, IDE, SCSI, シリアル/パラレルポートデバイスに対応しています.
32
33
34%prep
35%setup
36
37%patch -p1 -b .vine
38%patch2 -p1 -b .gmodule
39%patch3 -p1 -b .link
40
41%{__perl} -pi.orig -e 's|/lib\b|/%{_lib}|g' Makefile.in
42
43
44%build
45%configure
46%{__make} %{?_smp_mflags}
47
48
49%install
50%{__rm} -rf %{buildroot}
51%{__make} install DESTDIR="%{buildroot}"
52
53
54%clean
55%{__rm} -rf %{buildroot}
56
57
58%post
59/sbin/ldconfig
60%{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
61
62%postun
63/sbin/ldconfig
64%{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
65
66
67%files
68%defattr(-, root, root, 0755)
69%license LICENSE
70%{_bindir}/hardinfo
71%{_datadir}/applications/hardinfo.desktop
72%{_datadir}/hardinfo/
73%{_libdir}/hardinfo/
74
75
76%changelog
77* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.1-4
78- rebuilt with libffi-3.3.
79
80* Thu Jul 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-3
81- rebuild with libpng-1.6.12
82- add BuildRequires: libsoup-devel
83- add Patch2 (hardinfo-0.5.1-gmodule.patch)
84
85* Sun Apr 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.5.1-2
86- rebuilt
87
88* Sat May 02 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.5.1-1
89- new upstream release
90
91* Sat Dec 13 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.2.3-2
92- fixed typo in spec
93
94* Sun Sep 7 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.2.3-1
95- apply new versioning policy
96- spec in utf-8
97- for only Vine 4.x, apply hardinfo-0.4.2.3-report-eucjp.patch
98
99* Thu Feb 14 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.2.3-0vl3
100- add hardinfo-0.4.2.3-report-eucjp.patch
101
102* Wed Feb 6 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.2.3-0vl2
103- rebuild for VineSeed
104- add hardinfo-0.4.2.3-computer.patch to check /etc/vine-release
105
106* Sat Dec 29 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 0.4.2.3-0vl1
107- source update
108
109* Sat Aug 11 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 0.4.2.2-0vl1
110- initial build for Vine Linux 4.1
111
112* Sat Jul 21 2007 Dag Wieers <dag@wieers.com> - 0.4.2.2-1 - 5272+/dag
113- Updated to release 0.4.2.2.
114
115* Sun Apr 15 2007 Dag Wieers <dag@wieers.com> - 0.4.2.1-1
116- Updated to release 0.4.2.1.
117
118* Wed Apr 04 2007 Dag Wieers <dag@wieers.com> - 0.4.2-1
119- Updated to release 0.4.2.
120
121* Tue Jun 20 2006 Dag Wieers <dag@wieers.com> - 0.4.1-1
122- Updated to release 0.4.1.
123
124* Thu Feb 02 2006 Dag Wieers <dag@wieers.com> - 0.4-1
125- Updated to release 0.4.
126
127* Fri Oct 31 2003 Dag Wieers <dag@wieers.com> - 0.3.6-0
128- Updated to release 0.3.6.
129
130* Tue Jun 24 2003 Dag Wieers <dag@wieers.com> - 0.3.5-0
131- Updated to release 0.3.5.
132
133* Mon Jun 23 2003 Dag Wieers <dag@wieers.com> - 0.3.4-0
134- Updated to release 0.3.4.
135
136* Sat Jun 21 2003 Dag Wieers <dag@wieers.com> - 0.3.3-0
137- Initial package. (using DAR)
Note: See TracBrowser for help on using the repository browser.