autogenerate spec file
This commit is contained in:
parent
13c4f1fc3d
commit
718b2db193
3 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ SUBDIRS = lib comedi_calibrate comedi_config man testing demo doc python \
|
|||
#pkgconfigdir = $(libdir)/pkgconfig
|
||||
#pkgconfig_DATA = comedilib.pc
|
||||
|
||||
EXTRA_DIST = include debian m4
|
||||
EXTRA_DIST = include debian m4 comedilib.spec
|
||||
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir) -name CVS`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Data Acquisition library for the Comedi DAQ driver.
|
||||
Name: comedilib
|
||||
Version: 0.7.19.1
|
||||
Version: @VERSION@
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: System Environment/Kernel
|
||||
|
|
|
@ -53,6 +53,7 @@ lib/Makefile
|
|||
man/Makefile
|
||||
python/Makefile
|
||||
testing/Makefile
|
||||
comedilib.spec
|
||||
)
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Add table
Reference in a new issue