jhead-vl.spec 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Summary: Exif Jpeg camera setting parser and thumbnail remover
  2. Name: jhead
  3. Version: 2.6
  4. Release: 1%{?_dist_release}
  5. Source: %{name}-%{version}.tar.gz
  6. License: Public Domain
  7. Group: Applications/Graphics
  8. Url: http://www.sentex.net/~mwandel/jhead/
  9. Buildroot: %{_tmppath}/%{name}-%{version}-root
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. %description
  13. Exif Jpeg camera setting parser and thumbnail remover
  14. %prep
  15. %setup -q
  16. %build
  17. make
  18. %install
  19. rm -rf %{buildroot}
  20. install -d %{buildroot}%{_bindir}
  21. install -d %{buildroot}%{_mandir}/man1
  22. install -m 755 jhead %{buildroot}%{_bindir}
  23. install -m 644 jhead.1.gz %{buildroot}%{_mandir}/man1/
  24. %clean
  25. rm -rf %{buildroot}
  26. %files
  27. %defattr(-,root,root)
  28. %doc readme.txt
  29. %{_bindir}/jhead
  30. %{_mandir}/man1/*
  31. %changelog
  32. * Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.6-1vl5
  33. - applied new versioning policy
  34. * Fri Jun 2 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6-0vl1
  35. - new upstream release
  36. - s/Copyright/License/
  37. - changed Group to Applications/Graphics
  38. * Sun Dec 2 2001 Jun Nishii <jun@vinelinux.org> 1.5-0vl1
  39. - first release