1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- Summary: Exif Jpeg camera setting parser and thumbnail remover
- Name: jhead
- Version: 2.6
- Release: 1%{?_dist_release}
- Source: %{name}-%{version}.tar.gz
- License: Public Domain
- Group: Applications/Graphics
- Url: http://www.sentex.net/~mwandel/jhead/
- Buildroot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Exif Jpeg camera setting parser and thumbnail remover
- %prep
- %setup -q
- %build
- make
- %install
- rm -rf %{buildroot}
- install -d %{buildroot}%{_bindir}
- install -d %{buildroot}%{_mandir}/man1
- install -m 755 jhead %{buildroot}%{_bindir}
- install -m 644 jhead.1.gz %{buildroot}%{_mandir}/man1/
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root)
- %doc readme.txt
- %{_bindir}/jhead
- %{_mandir}/man1/*
- %changelog
- * Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.6-1vl5
- - applied new versioning policy
- * Fri Jun 2 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6-0vl1
- - new upstream release
- - s/Copyright/License/
- - changed Group to Applications/Graphics
- * Sun Dec 2 2001 Jun Nishii <jun@vinelinux.org> 1.5-0vl1
- - first release
|