Integrate the specfile into autoconf

This commit is contained in:
Bradlee Speice 2012-07-19 16:42:24 -04:00
parent 4c1f9bbd64
commit 556e8b59ed
2 changed files with 2 additions and 1 deletions

View File

@ -110,4 +110,5 @@ AC_OUTPUT(
[examples/Makefile]
[docs/Makefile]
[libcvautomation.pc]
[rpm/libcvautomation.spec]
)

View File

@ -1,6 +1,6 @@
#Specfile for Libcvautomation
#This specfile builds the library and headers for Libcvautomation
%global VERSION 1.2
%global VERSION @PACKAGE_VERSION@
%global PATCHLEVEL 0
Summary: GUI Automation and Testing tool based on OpenCV and XTest