source: projects/specs/tags/6_0_REL/j/jhead/jhead-vl.spec @ 521

Revision 521, 1.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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