From: Thomas Jarosch Date: Mon, 16 Feb 2009 09:43:38 +0000 (+0100) Subject: Automatically create ftdi_eeprom.spec and include it in the tarball X-Git-Tag: latest_release~1 X-Git-Url: http://developer.intra2net.com/git/?p=ftdi_eeprom;a=commitdiff_plain;h=5b5468aea913a8aa68c47bfe5e6b72cde4934b34 Automatically create ftdi_eeprom.spec and include it in the tarball --- diff --git a/Makefile.am b/Makefile.am index 5822a0c..4b1e95b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = foreign 1.4 SUBDIRS = src -EXTRA_DIST = README AUTHORS ChangeLog +EXTRA_DIST = README AUTHORS ChangeLog ftdi_eeprom.spec ftdi_eeprom.spec.in diff --git a/configure.in b/configure.in index 13e92c8..36af172 100644 --- a/configure.in +++ b/configure.in @@ -12,4 +12,4 @@ PKG_CHECK_MODULES(LIBFTDI, libftdi) AC_SUBST(LIBFTDI_CFLAGS) AC_SUBST(LIBFTDI_LIBS) -AC_OUTPUT(Makefile src/Makefile) +AC_OUTPUT(Makefile src/Makefile ftdi_eeprom.spec) diff --git a/ftdi_eeprom.spec b/ftdi_eeprom.spec.in similarity index 94% rename from ftdi_eeprom.spec rename to ftdi_eeprom.spec.in index 2cce3b7..5cfef8f 100644 --- a/ftdi_eeprom.spec +++ b/ftdi_eeprom.spec.in @@ -1,8 +1,8 @@ Summary: Tool for creating/reading/erasing/flashing FTDI USB chip eeproms Name: ftdi_eeprom -Version: 0.3 +Version: @VERSION@ Release: 1 -Copyright: GPL +License: GPL Group: Development/Tools Vendor: Intra2net AG Source: %{name}-%{version}.tar.gz