Instead of keeping it static, let ./configure to fill the
version of the rasdaemon.spec. That makes it a little easier
to be used on rpm-based distros.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
man/Makefile
man/ras-mc-ctl.8
man/rasdaemon.1
+ misc/rasdaemon.spec
util/Makefile
util/ras-mc-ctl
])
-Name: rasdaemon
-Version: 0.2.0
+Name: @PACKAGE@
+Version: @PACKAGE_VERSION@
Release: 1%{?dist}
Summary: Utility to receive RAS error tracings
Group: Applications/System
%{_unitdir}/*.service
%changelog
-* Wed May 8 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 0.2.0.fc19
+* Wed May 8 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 0.2.0-1
- Package created