You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
576 B

  1. %define _unpackaged_files_terminate_build 0
  2. Summary: The emgu utility components
  3. Name: emgu-util
  4. Release: 1
  5. License: GPL
  6. Group: Emgu
  7. URL: www.emgu.com
  8. Source0: %{name}-%{version}.tar.gz
  9. BuildRoot: %{_topdir}/BUILD/%{name}-%{version}
  10. %description
  11. %prep
  12. %setup -q
  13. %build
  14. make rpmbin
  15. %install
  16. %clean
  17. rm -rf $RPM_BUILD_ROOT
  18. %files
  19. %defattr(-,root,root,-)
  20. %doc README
  21. /var/lib/emgu/bin/Emgu.Util.dll
  22. %changelog
  23. * Mon Dec 31 2007 Canming Huang <huangcanming@hotmail.com> -
  24. - Initial build.
  25. %post
  26. gacutil -i /var/lib/emgu/bin/Emgu.Util.dll
  27. %preun
  28. gacutil -u Emgu.Util