source: projects/specs/trunk/j/jhead/jhead-vl.spec @ 10031

Revision 10031, 2.6 KB checked in by iwamoto, 8 years ago (diff)

jhead: new upstream release (VineSeed)

Line 
1Name:           jhead
2Summary:        EXIF JPEG header manipulation tool
3Summary(ja):    JPEG の EXIF ヘッダを操作するツール
4Version:        3.00
5Release:        1%{?_dist_release}
6License:        Public Domain
7URL:            http://www.sentex.net/~mwandel/jhead/
8Source:         http://www.sentex.net/~mwandel/jhead/%{name}-%{version}.tar.gz
9Group:          Applications/Graphics
10Buildroot:      %{_tmppath}/%{name}-%{version}-root
11Requires:       libjpeg-turbo-utils
12
13Vendor:         Project Vine
14Distribution:   Vine Linux
15
16
17%description
18Jhead displays and manipulates the non-image portions of EXIF formatted
19JPEG images, such as the images produced by most digital cameras.
20
21Jhead can extract various EXIF info from an JPEG file such as:
22time/date picture was taken; camera make/model; integral lowres thumbnail;
23shutter speed; F-stop number; flash used; distance camera was focused at;
24and many more. Jhead can also modify existing EXIF info on the JPEG file
25such as rotation tag, date/time offsets, jpeg comments etc.
26
27
28%description -l ja
29Jhead は、JPEG 画像ファイルの EXIF 情報を表示したり編集したりするツールです。
30ディジタルカメラで撮影された画像のほとんどは、EXIF 情報が付加されています。
31
32Jhead を使うと、撮影日時、カメラのメーカーやモデル名、埋め込みサムネール、
33シャッタースピード、F値、フラッシュ使用の有無、焦点距離、その他多くの
34EXIF 情報を JPEG ファイルから取り出し表示することが出来ます。
35また Jhead では、ローテーションタグや、日時オフセット、JPEG コメントなどを
36修正することも可能です。
37
38
39%prep
40%setup -q
41
42
43%build
44make %{?_smp_mflags} CFLAGS="%{optflags}"
45
46
47%install
48rm -rf %{buildroot}
49install -d %{buildroot}%{_bindir}
50install -d %{buildroot}%{_mandir}/man1
51install -m 755 jhead %{buildroot}%{_bindir}
52install -m 644 jhead.1 %{buildroot}%{_mandir}/man1/
53
54
55%clean
56rm -rf %{buildroot}
57
58
59%files
60%defattr(-,root,root,-)
61%doc readme.txt usage.html changes.txt
62%attr(0755,root,root) %{_bindir}/*
63%{_mandir}/man?/*
64
65
66%changelog
67%changelog
68* Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.00-1
69- new upstream release
70
71* Fri Mar 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.95-1
72- updated to 2.95 (the newest version so far)
73- spec revamp; add comprehensive description (English/Japanese)
74
75* Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.6-1vl5
76- applied new versioning policy
77
78* Fri Jun  2 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6-0vl1
79- new upstream release
80- s/Copyright/License/
81- changed Group to Applications/Graphics
82
83* Sun Dec  2 2001 Jun Nishii <jun@vinelinux.org> 1.5-0vl1
84- first release
85
Note: See TracBrowser for help on using the repository browser.