]> git.street.me.uk Git - andy/viking.git/commitdiff
Added viking.spec.in (by Michael A Peters). Made autoconf be aware of the new file
authorQuy Tonthat <qtonthat@gmail.com>
Thu, 15 Feb 2007 12:36:19 +0000 (12:36 +0000)
committerQuy Tonthat <qtonthat@gmail.com>
Thu, 15 Feb 2007 12:36:19 +0000 (12:36 +0000)
ChangeLog
Makefile.am
configure.ac

index 259bb561d0b3f03d33fccbc19d0909e1582b4fe0..ac9243608ff5a3a7ea9e18497046d34b88e14a11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-02-15
+Quy Tonthat <qtonthat@gmail.com>:
+       * Made viking.spec.in out of Michael's viking.spec
+       * Added viking.spec.in to autoconf files.
+
+2007-02-15
+Michael A Peters <mpeters@mac.com>:
+       * Added viking.spec
+
 2007-02-14
 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
        * NEWS, configure.ac: preparing 0.1.2
index d5b5c0d7cf5d052a7e8c008837a298c8ecb6917e..8af6311137e9a48c3a84b3628f47ee68e4d11948 100644 (file)
@@ -2,4 +2,9 @@ SUBDIRS = src test doc
 
 bin_SCRIPTS = viking-remote
 
-EXTRA_DIST = viking-remote
\ No newline at end of file
+EXTRA_DIST = \
+            viking-remote \
+            viking.spec
+
+dist-hook: viking.spec
+       cp $(top_builddir)/viking.spec $(distdir)
index 033a6dd88206fc7c754edd01b2872bc244202f51..bf07828949a37d8e52e5df85654f9c8c6a7d1ab0 100644 (file)
@@ -109,4 +109,6 @@ AC_CONFIG_FILES([Makefile
                  test/Makefile
                  doc/Makefile
                  doc/dev/Makefile])
-AC_OUTPUT
+AC_OUTPUT([
+          viking.spec
+          ])