diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-02 16:07:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-02 16:07:26 +0200 |
commit | 759a5694418eebbb610a1c83499b41a810bf2512 (patch) | |
tree | c265527174c949dab59aa1417b5c378431fbdc55 | |
parent | 8d75833aacaa6c5aebd4014c79ace5633d6dabf3 (diff) |
-rw-r--r-- | configure.ac | 5 | ||||
-rw-r--r-- | miav-client.spec.in (renamed from miav-client.spec) | 2 | ||||
-rw-r--r-- | miav-server.spec.in (renamed from miav-server.spec) | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 0bfcf6e..bd3f5cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Filename: configure.in AC_INIT(src/miav.cc) -AM_INIT_AUTOMAKE( miav, 0.4.0 ) +AM_INIT_AUTOMAKE( miav, 0.4.1 ) AC_PROG_CXX @@ -189,6 +189,9 @@ if test x$with_test == xyes; then AC_CONFIG_FILES(test/Makefile) fi +AC_CONFIG_FILES(miav-client.spec) +AC_CONFIG_FILES(miav-server.spec) + AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(CXXFLAGS) diff --git a/miav-client.spec b/miav-client.spec.in index 2f4c188..0ace234 100644 --- a/miav-client.spec +++ b/miav-client.spec.in @@ -1,6 +1,6 @@ Summary: MIaV client - The Multicast Image and Video project Name: miav-client -Version: 0.4.0 +Version: @VERSION@ Release: 9 License: GPL+ Group: Multimedia diff --git a/miav-server.spec b/miav-server.spec.in index 196bb90..4d7a1f7 100644 --- a/miav-server.spec +++ b/miav-server.spec.in @@ -1,6 +1,6 @@ Summary: MIaV Server - The Multicast Image and Video project Name: miav-server -Version: 0.4.0 +Version: @VERSION@ Release: 9 License: GPL+ Group: Multimedia |