]> git.pld-linux.org Git - packages/linux-gpib.git/blame - linux-gpib.spec
- updated to 4.3.3
[packages/linux-gpib.git] / linux-gpib.spec
CommitLineData
d4054fe9 1#
d4054fe9 2# Conditional build:
2ee896be 3%bcond_without kernel # kernel modules
25beb8e8 4%bcond_without drivers_isa # ISA kernel drivers [ix86 only]
25beb8e8 5%bcond_without drivers_usb # USB kernel drivers
2ee896be
JB
6%bcond_without userspace # userspace packages
7%bcond_without verbose # verbose modules build (V=1)
df990a65 8
635db00a 9%bcond_without doc # documentation build
08f3bc97 10%bcond_with hotplug # legacy hotplug support
2ee896be 11%bcond_without static_libs # static library
91dbb874 12%bcond_without guile # guile binding
2ee896be 13%bcond_without perl # Perl binding
b3693ec1 14%bcond_with php # PHP binding
fb21f50f
JB
15%bcond_without python # Python (any) binding
16%bcond_without python2 # Python 2.x binding
2ee896be 17%bcond_without tcl # Tcl binding
df990a65 18
4c4f156c
JR
19# The goal here is to have main, userspace, package built once with
20# simple release number, and only rebuild kernel packages with kernel
21# version as part of release number, without the need to bump release
22# with every kernel change.
23%if 0%{?_pld_builder:1} && %{with kernel} && %{with userspace}
24%{error:kernel and userspace cannot be built at the same time on PLD builders}
25exit 1
26%endif
27
25beb8e8
JB
28%ifnarch %{ix86}
29%undefine with_drivers_isa
fb21f50f
JB
30%endif
31%if %{without python}
32%undefine with_python2
25beb8e8 33%endif
4c4f156c 34
76a67c9a 35%define php_name php%{?php_suffix}
4c4f156c 36
fb21f50f 37%define rel 1
4c4f156c 38%define pname linux-gpib
2ee896be
JB
39Summary: GPIB (IEEE 488) Linux support
40Summary(pl.UTF-8): Obsługa GPIB (IEEE 488) dla Linuksa
4c4f156c 41Name: %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
fb21f50f 42Version: 4.3.3
2d0c8827 43Release: %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
2ee896be 44License: GPL v2+
cc64c2aa 45Group: Applications/System
996e3d04 46Source0: http://downloads.sourceforge.net/linux-gpib/%{pname}-%{version}.tar.gz
fb21f50f 47# Source0-md5: 1243aa44f788cf23f9b40ded54c14685
4c4f156c
JR
48Patch2: %{pname}-python.patch
49Patch3: %{pname}-perl.patch
50Patch4: %{pname}-firmwaredir.patch
51Patch5: %{pname}-guile2.patch
52Patch6: %{pname}-php7.patch
82a3ed18 53Patch8: kernel-5.2.patch
d4054fe9 54URL: http://linux-gpib.sourceforge.net/
2ee896be
JB
55BuildRequires: autoconf >= 2.50
56BuildRequires: automake
57BuildRequires: libtool
fb21f50f 58BuildRequires: rpmbuild(macros) >= 1.745
d4054fe9 59%if %{with kernel}
2ee896be 60BuildRequires: kernel-module-build >= 3:2.6.8
d4054fe9 61%endif
2ee896be
JB
62%if %{with userspace}
63BuildRequires: bison
635db00a 64%{?with_doc:BuildRequires: docbook-utils}
2ee896be 65BuildRequires: flex
91dbb874 66%{?with_guile:BuildRequires: guile-devel >= 1.4}
df990a65 67%{?with_perl:BuildRequires: perl-devel}
76a67c9a 68%{?with_php:BuildRequires: %{php_name}-devel >= 3:5}
2ee896be
JB
69%{?with_python:BuildRequires: python-devel >= 2}
70BuildRequires: readline-devel
df990a65 71%{?with_tcl:BuildRequires: tcl-devel}
2ee896be 72%endif
4c4f156c 73Requires: %{pname}-libs = %{version}-%{release}
4ffc9310
JB
74# for agilent_82357a and ni_usb_gpib
75Suggests: fxload
76# for agilent_82357a, agilent/hp_82341, agilent/hp_82350a, ni_usb_gpib
77Suggests: linux-gpib-firmware
d4054fe9 78BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
79
80%description
cc64c2aa 81The Linux GPIB package provides support for GPIB (IEEE 488) hardware.
d4054fe9 82
bc9733fa
JR
83%description -l pl.UTF-8
84Pakiet Linux GPIB służy do obsługi sprzętu GPIB (IEEE 488).
d4054fe9 85
08f3bc97
JB
86%package hotplug
87Summary: Linux GPIB support for legacy USB hotplug
88Summary(pl.UTF-8): Obsługa Linux GPIB dla starego systemu hotplug USB
89Group: Applications/System
4c4f156c 90Requires: %{pname} = %{version}-%{release}
08f3bc97
JB
91Requires: hotplug
92
93%description hotplug
94Linux GPIB support for legacy USB hotplug.
95
96%description hotplug -l pl.UTF-8
97Obsługa Linux GPIB dla starego systemu hotplug USB.
98
2ee896be
JB
99%package libs
100Summary: Shared GPIB library
101Summary(pl.UTF-8): Biblioteka współdzielona GPIB
102Group: Libraries
d7b3679a 103
2ee896be
JB
104%description libs
105Shared GPIB library.
106
107%description libs -l pl.UTF-8
108Biblioteka współdzielona GPIB.
109
110%package devel
111Summary: Header file for GPIB library
112Summary(pl.UTF-8): Plik nagłówkowy biblioteki GPIB
113Group: Development/Libraries
4c4f156c 114Requires: %{pname}-libs = %{version}-%{release}
2ee896be
JB
115
116%description devel
117Header file for GPIB library.
118
119%description devel -l pl.UTF-8
120Plik nagłówkowy biblioteki GPIB.
121
122%package static
123Summary: Static GPIB library
124Summary(pl.UTF-8): Biblioteka statyczna GPIB
125Group: Development/Libraries
4c4f156c 126Requires: %{pname}-devel = %{version}-%{release}
2ee896be
JB
127
128%description static
129Static GPIB library.
130
131%description static -l pl.UTF-8
132Biblioteka statyczna GPIB.
133
91dbb874
JB
134%package -n guile-gpib
135Summary: Guile bindings for GPIB library
136Summary(pl.UTF-8): Wiązania Guile do biblioteki GPIB
137Group: Development/Languages/Perl
4c4f156c 138Requires: %{pname}-libs = %{version}-%{release}
91dbb874
JB
139Requires: guile-libs
140
141%description -n guile-gpib
142Guile bindings for GPIB library.
143
144%description -n guile-gpib -l pl.UTF-8
145Wiązania Guile do biblioteki GPIB.
146
2ee896be
JB
147%package -n perl-gpib
148Summary: Perl bindings for GPIB library
149Summary(pl.UTF-8): Wiązania Perla do biblioteki GPIB
150Group: Development/Languages/Perl
4c4f156c 151Requires: %{pname}-libs = %{version}-%{release}
d7b3679a 152
2ee896be
JB
153%description -n perl-gpib
154Perl bindings for GPIB library.
d7b3679a 155
2ee896be
JB
156%description -n perl-gpib -l pl.UTF-8
157Wiązania Perla do biblioteki GPIB.
d7b3679a 158
76a67c9a
JB
159%package -n %{php_name}-gpib
160Summary: PHP bindings for GPIB library
161Summary(pl.UTF-8): Wiązania PHP do biblioteki GPIB
162Group: Development/Languages/PHP
163Provides: php(gpib) = %{version}
4c4f156c 164Requires: %{pname}-libs = %{version}-%{release}
76a67c9a
JB
165%{?requires_php_extension}
166
167%description -n %{php_name}-gpib
168PHP bindings for GPIB library.
169
170%description -n %{php_name}-gpib -l pl.UTF-8
171Wiązania PHP do biblioteki GPIB.
172
2ee896be 173%package -n python-gpib
fb21f50f
JB
174Summary: Python 2 bindings for GPIB library
175Summary(pl.UTF-8): Wiązania Pythona 2 do biblioteki GPIB
2ee896be 176Group: Libraries/Python
4c4f156c 177Requires: %{pname}-libs = %{version}-%{release}
2ee896be 178Requires: python-libs
d7b3679a 179
2ee896be 180%description -n python-gpib
fb21f50f 181Python 2 bindings for GPIB library.
2ee896be
JB
182
183%description -n python-gpib -l pl.UTF-8
fb21f50f
JB
184Wiązania Pythona 2 do biblioteki GPIB.
185
186%package -n python3-gpib
187Summary: Python 3 bindings for GPIB library
188Summary(pl.UTF-8): Wiązania Pythona 3 do biblioteki GPIB
189Group: Libraries/Python
190Requires: %{pname}-libs = %{version}-%{release}
191Requires: python3-libs
192
193%description -n python3-gpib
194Python 3 bindings for GPIB library.
195
196%description -n python3-gpib -l pl.UTF-8
197Wiązania Pythona 3 do biblioteki GPIB.
2ee896be
JB
198
199%package -n tcl-gpib
200Summary: Tcl bindings for GPIB library
201Summary(pl.UTF-8): Wiązania Tcl-a do biblioteki GPIB
202Group: Libraries
4c4f156c 203Requires: %{pname}-libs = %{version}-%{release}
2ee896be
JB
204Requires: tcl
205
206%description -n tcl-gpib
207Tcl bindings for GPIB library.
208
209%description -n tcl-gpib -l pl.UTF-8
210Wiązania Tcl-a do biblioteki GPIB.
211
212%package doc
213Summary: Linux-GPIB tools and library documentation
214Summary(pl.UTF-8): Dokumentacja narzędzi i biblioteki Linux-GPIB
215License: GFDL v1.2+ or GPL v2+
216Group: Documentation
217
218%description doc
219Linux-GPIB tools and library documentation.
220
221%description doc -l pl.UTF-8
222Dokumentacja narzędzi i biblioteki Linux-GPIB.
223
224%define kernel_pkg()\
225%package -n kernel%{_alt_kernel}-gpib\
226Summary: Linux GPIB drivers\
227Summary(pl.UTF-8): Sterowniki GPIB dla Linuksa\
228Release: %{rel}@%{_kernel_ver_str}\
229Group: Base/Kernel\
230Requires(post,postun): /sbin/depmod\
231%requires_releq_kernel\
232Requires(postun): %releq_kernel\
233\
234%description -n kernel%{_alt_kernel}-gpib\
235This package contains Linux drivers for GPIB (IEEE 488) hardware.\
236\
237%description -n kernel%{_alt_kernel}-gpib -l pl.UTF-8\
238Ten pakiet zawiera sterowniki dla Linuksa do urządzeń GPIB (IEEE 488).\
239\
240%if %{with kernel}\
241%files -n kernel%{_alt_kernel}-gpib\
242%defattr(644,root,root,755)\
243/lib/modules/%{_kernel_ver}/kernel/gpib\
244%endif\
245\
246%post -n kernel%{_alt_kernel}-gpib\
247%depmod %{_kernel_ver}\
248\
249%postun -n kernel%{_alt_kernel}-gpib\
250%depmod %{_kernel_ver}\
251%{nil}
252
253%define build_kernel_pkg()\
55cbc6e3 254%{__make} VERBOSE=1 LINUX_SRCDIR=%{_kernelsrcdir}\
2ee896be 255cd drivers/gpib\
82a3ed18
JR
256%ifarch %{ix86}\
257%install_kernel_modules -D installed -m agilent_82350b/agilent_82350b,cb7210/cb7210,cec/cec_gpib,hp_82335/hp82335,ines/ines_gpib,nec7210/nec7210,sys/gpib_common,tms9914/tms9914,tnt4882/tnt4882%{?with_drivers_isa:,pc2/pc2_gpib}%{?with_drivers_usb:,agilent_82357a/agilent_82357a,lpvo_usb_gpib/lpvo_usb_gpib,ni_usb/ni_usb_gpib} -d kernel/gpib\
258%else\
25beb8e8 259%install_kernel_modules -D installed -m agilent_82350b/agilent_82350b,cb7210/cb7210,cec/cec_gpib,hp_82335/hp82335,hp_82341/hp_82341,ines/ines_gpib,nec7210/nec7210,sys/gpib_common,tms9914/tms9914,tnt4882/tnt4882%{?with_drivers_isa:,pc2/pc2_gpib}%{?with_drivers_usb:,agilent_82357a/agilent_82357a,lpvo_usb_gpib/lpvo_usb_gpib,ni_usb/ni_usb_gpib} -d kernel/gpib\
82a3ed18 260%endif\
b69cc3e0 261cd ../..\
2ee896be
JB
262%{nil}
263
264%define install_kernel_pkg()\
265%{nil}
266
267%{?with_kernel:%{expand:%create_kernel_packages}}
d7b3679a 268
d4054fe9 269%prep
996e3d04 270%setup -q -n %{pname}-%{version}
16f00101
JR
271%if %{with userspace}
272tar xzf linux-gpib-user-%{version}.tar.gz
273cd linux-gpib-user-%{version}
2ee896be
JB
274%patch2 -p1
275%patch3 -p1
08f3bc97 276%patch4 -p1
91dbb874 277%patch5 -p1
16f00101
JR
278#%patch6 -p1
279cd ..
280%endif
281
282%if %{with kernel}
283tar xzf linux-gpib-kernel-%{version}.tar.gz
284cd linux-gpib-kernel-%{version}
5e300ced
JR
285%ifarch %{ix86}
286%patch8 -p1
287%endif
16f00101 288%endif
d7b3679a 289
d4054fe9 290%build
16f00101
JR
291%if %{with userspace}
292cd linux-gpib-user-%{version}
302b72f6
JR
293%{__libtoolize}
294%{__aclocal}
295%{__autoconf}
296%{__autoheader}
297%{__automake}
91dbb874 298%if %{with guile}
d53b2ad5 299CPPFLAGS="%{rpmcppflags} -I/usr/include/guile/2.2"
91dbb874 300%endif
d7b3679a 301%configure \
55cbc6e3 302 --with-udev-libdir=/lib/udev \
635db00a 303 %{!?with_doc:--disable-documentation} \
2ee896be
JB
304 %{!?with_guile:--disable-guile-binding} \
305 %{!?with_perl:--disable-perl-binding} \
306 %{!?with_php:--disable-php-binding} \
307 %{!?with_python:--disable-python-binding} \
308 %{?with_static_libs:--enable-static} \
16f00101 309 %{!?with_tcl:--disable-tcl-binding}
d7b3679a 310
9e3b7024 311%{__make}
fb21f50f
JB
312
313%if %{with python2}
314cd language/python
315%py_build
316cd ../..
317%endif
16f00101 318cd ..
2ee896be 319%endif
d7b3679a 320
2ee896be 321%if %{with kernel}
16f00101 322cd linux-gpib-kernel-%{version}
2ee896be
JB
323%{expand:%build_kernel_packages}
324%endif
d4054fe9 325
326%install
327rm -rf $RPM_BUILD_ROOT
2ee896be 328install -d $RPM_BUILD_ROOT%{_examplesdir}
d4054fe9 329
8eefbf3b 330%if %{with kernel}
16f00101 331cd linux-gpib-kernel-%{version}
2ee896be
JB
332%{expand:%install_kernel_packages}
333cp -a drivers/gpib/installed/* $RPM_BUILD_ROOT
302b72f6 334cd ..
8eefbf3b
MWP
335%endif
336
d4054fe9 337%if %{with userspace}
302b72f6
JR
338cd linux-gpib-user-%{version}
339%{__make} install \
08f3bc97
JB
340 DESTDIR=$RPM_BUILD_ROOT \
341 HOTPLUG_USB_CONF_DIR=/lib/udev \
342 UDEV_RULES_DIR=/lib/udev/rules.d \
343 USB_FIRMWARE_DIR=/lib/firmware
25beb8e8 344
fb21f50f
JB
345%if %{with python2}
346cd language/python
347%py_install
348cd ../..
349%endif
350
25beb8e8 351%if %{with hotplug}
08f3bc97
JB
352# use udev paths as base and legacy hotplug as addon (not the opposite)
353install -d $RPM_BUILD_ROOT/etc/hotplug/usb
354%{__mv} $RPM_BUILD_ROOT/lib/udev/*.usermap $RPM_BUILD_ROOT/etc/hotplug/usb
355ln -snf /lib/udev/agilent_82357a $RPM_BUILD_ROOT/etc/hotplug/usb/agilent_82357a
356ln -snf /lib/udev/ni_usb_gpib $RPM_BUILD_ROOT/etc/hotplug/usb/ni_usb_gpib
25beb8e8 357%endif
2ee896be
JB
358
359# obsoleted by pkg-config
360%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgpib.la
361
91dbb874
JB
362%if %{with guile}
363%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgpib-guile.la
364%if %{with static_libs}
365%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgpib-guile.a
366%endif
367%endif
368
2ee896be
JB
369%if %{with perl}
370%{__make} -C language/perl pure_install \
371 DESTDIR=$RPM_BUILD_ROOT
76a67c9a 372
2ee896be 373cp -pr language/perl/examples $RPM_BUILD_ROOT%{_examplesdir}/perl-gpib-%{version}
76a67c9a 374
2ee896be
JB
375%{__rm} -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/LinuxGpib/.packlist
376%endif
377
76a67c9a
JB
378%if %{with php}
379install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
380cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/gpib.ini
381; Enable gpib extension module
382extension=gpib_php.so
383EOF
384
385%{__rm} $RPM_BUILD_ROOT%{php_extensiondir}/gpib_php.la
386%if %{with static_libs}
387%{__rm} $RPM_BUILD_ROOT%{php_extensiondir}/gpib_php.a
388%endif
389%endif
390
2ee896be
JB
391%if %{with python}
392%py_postclean
393%endif
394
395%if %{with tcl}
396cp -pr language/tcl/examples $RPM_BUILD_ROOT%{_examplesdir}/tcl-gpib-%{version}
76a67c9a 397
2ee896be
JB
398%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgpib_tcl.la
399%if %{with static_libs}
400%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgpib_tcl.a
401%endif
402%endif
403
635db00a 404%if %{with doc}
2ee896be 405# packaged as %doc
302b72f6 406%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/linux-gpib-user/html
d4054fe9 407%endif
82a3ed18 408%endif
d4054fe9 409
d4054fe9 410%clean
411rm -rf $RPM_BUILD_ROOT
412
2ee896be
JB
413%post libs -p /sbin/ldconfig
414%postun libs -p /sbin/ldconfig
d4054fe9 415
91dbb874
JB
416%post -n guile-gpib -p /sbin/ldconfig
417%postun -n guile-gpib -p /sbin/ldconfig
418
419%post -n tcl-gpib -p /sbin/ldconfig
420%postun -n tcl-gpib -p /sbin/ldconfig
421
76a67c9a
JB
422%post -n %{php_name}-gpib
423%php_webserver_restart
424
425%postun -n %{php_name}-gpib
426if [ "$1" = 0 ]; then
427 %php_webserver_restart
428fi
429
2ee896be
JB
430%if %{with userspace}
431%files
432%defattr(644,root,root,755)
302b72f6 433%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gpib.conf
2ee896be
JB
434%attr(755,root,root) %{_bindir}/ibterm
435%attr(755,root,root) %{_bindir}/ibtest
436%attr(755,root,root) %{_sbindir}/gpib_config
55cbc6e3 437/lib/udev/rules.d/98-gpib-generic.rules
08f3bc97 438/lib/udev/rules.d/99-agilent_82357a.rules
08f3bc97 439/lib/udev/rules.d/99-ni_usb_gpib.rules
55cbc6e3
JR
440%attr(755,root,root) /lib/udev/gpib_udev_config
441%attr(755,root,root) /lib/udev/gpib_udev_fxloader
442%attr(755,root,root) /lib/udev/gpib_udevadm_wrapper
08f3bc97
JB
443
444%if %{with hotplug}
445%files hotplug
446%defattr(644,root,root,755)
2ee896be
JB
447%attr(755,root,root) /etc/hotplug/usb/agilent_82357a
448%attr(755,root,root) /etc/hotplug/usb/ni_usb_gpib
449/etc/hotplug/usb/agilent_82357a.usermap
450/etc/hotplug/usb/ni_usb_gpib.usermap
08f3bc97 451%endif
d4054fe9 452
2ee896be 453%files libs
0e4898e2 454%defattr(644,root,root,755)
302b72f6 455%doc linux-gpib-user-%{version}/{AUTHORS,ChangeLog,README,README.HAMEG,README.hp82335,TODO}
2ee896be
JB
456%attr(755,root,root) %{_libdir}/libgpib.so.*.*.*
457%attr(755,root,root) %ghost %{_libdir}/libgpib.so.0
458
459%files devel
460%defattr(644,root,root,755)
461%attr(755,root,root) %{_libdir}/libgpib.so
462%{_includedir}/gpib
463%{_pkgconfigdir}/libgpib.pc
464
465%if %{with static_libs}
466%files static
467%defattr(644,root,root,755)
468%{_libdir}/libgpib.a
469%endif
470
91dbb874
JB
471%if %{with guile}
472%files -n guile-gpib
473%defattr(644,root,root,755)
996e3d04 474%attr(755,root,root) %{_libdir}/libgpib-guile-%{version}.so
91dbb874
JB
475%attr(755,root,root) %{_libdir}/libgpib-guile.so
476%endif
477
2ee896be
JB
478%if %{with perl}
479%files -n perl-gpib
480%defattr(644,root,root,755)
302b72f6 481%doc linux-gpib-user-%{version}/language/perl/{Changes,README}
2ee896be
JB
482%{perl_vendorarch}/LinuxGpib.pm
483%dir %{perl_vendorarch}/auto/LinuxGpib
484%attr(755,root,root) %{perl_vendorarch}/auto/LinuxGpib/LinuxGpib.so
485%{perl_vendorarch}/auto/LinuxGpib/autosplit.ix
486%{_mandir}/man3/LinuxGpib.3pm*
487%{_examplesdir}/perl-gpib-%{version}
488%endif
489
76a67c9a
JB
490%if %{with php}
491%files -n %{php_name}-gpib
492%defattr(644,root,root,755)
493%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/gpib.ini
996e3d04 494%attr(755,root,root) %{php_extensiondir}/gpib_php-%{version}.so
76a67c9a
JB
495%attr(755,root,root) %{php_extensiondir}/gpib_php.so
496%endif
497
fb21f50f 498%if %{with python2}
2ee896be
JB
499%files -n python-gpib
500%defattr(644,root,root,755)
302b72f6 501%doc linux-gpib-user-%{version}/language/python/README
2ee896be
JB
502%attr(755,root,root) %{py_sitedir}/gpib.so
503%{py_sitedir}/Gpib.py[co]
504%{py_sitedir}/gpib-1.0-py*.egg-info
505%endif
506
fb21f50f
JB
507%if %{with python}
508%files -n python3-gpib
509%defattr(644,root,root,755)
510%doc linux-gpib-user-%{version}/language/python/README
511%attr(755,root,root) %{py3_sitedir}/gpib.cpython-*.so
512%{py3_sitedir}/Gpib.py
513%{py3_sitedir}/__pycache__/Gpib.cpython-*.py[co]
514%{py3_sitedir}/gpib-1.0-py*.egg-info
515%endif
516
2ee896be
JB
517%if %{with tcl}
518%files -n tcl-gpib
519%defattr(644,root,root,755)
302b72f6 520%doc linux-gpib-user-%{version}/language/tcl/README
996e3d04 521%attr(755,root,root) %{_libdir}/libgpib_tcl-%{version}.so
2ee896be
JB
522%attr(755,root,root) %{_libdir}/libgpib_tcl.so
523%{_examplesdir}/tcl-gpib-%{version}
524%endif
525
635db00a 526%if %{with doc}
2ee896be
JB
527%files doc
528%defattr(644,root,root,755)
302b72f6 529%doc linux-gpib-user-%{version}/doc/doc_html/*
2ee896be 530%endif
1fc85825 531%endif
This page took 0.142796 seconds and 4 git commands to generate.