]> git.pld-linux.org Git - SPECS.git/blob - vish.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / vish.spec
1 Summary:        Command line interface for Virtual Instrument Software Architecture
2 Summary(pl.UTF-8):      Interfejs linii poleceń do Virtual Instrument Software Architecture
3 Name:           vish
4 Version:        0.0.20130714
5 Release:        1
6 License:        GPL v3+
7 Group:          Libraries
8 # upstream (pre)releases
9 Source0:        http://www.librevisa.org/download/%{name}-%{version}.tar.gz
10 # Source0-md5:  c0b1f953948453e371096ea30613d0d7
11 URL:            http://www.librevisa.org/
12 BuildRequires:  autoconf >= 2.67
13 BuildRequires:  automake >= 1:1.10
14 BuildRequires:  librevisa-devel
15 BuildRequires:  libstdc++-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The VISA API provides a common interface to test and measurement
20 equipment that can be accessed via GPIB, USB or VXI-11 interfaces.
21
22 This package contains a command line interface that can be used to
23 send raw commands.
24
25 %description -l pl.UTF-8
26 VISA API zapewnia ogólny interfejs do urządzeń testowych i
27 pomiarowych, z którymi można łączyć się przez interfejsy GPIB, USB
28 albo VXI-11.
29
30 Ten pakiet zawiera interfejs linii poleceń, który można wykorzystywać
31 do wysyłania surowych poleceń.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %attr(755,root,root) %{_bindir}/vish
57 %{_mandir}/man1/vish.1*
This page took 0.159721 seconds and 3 git commands to generate.