source: projects/specs/tags/6_0_REL/e/exif/exif-vl.spec @ 1865

Revision 1865, 1.8 KB checked in by inagaki, 14 years ago (diff)

built with rpm-4.8.1: libcdio, libexif, libmowgli, libplist, libusb, exif, mcs

Line 
1Name: exif
2Summary: A utility to display exif headers from jpeg files
3Summary(ja): JPEG ファイルの EXIF ヘッダを表示するためのユーティリティ
4Version: 0.6.19
5Release: 1%{?_dist_release}
6
7Group: Applications/Multimedia
8License: GPLv2+
9URL: http://libexif.sourceforge.net/
10
11Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.bz2
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: libexif-devel >= 0.6.19
15BuildRequires: popt-devel
16BuildRequires: gettext
17BuildRequires: pkgconfig
18Requires: libexif >= 0.6.19
19
20%description
21'exif' is a small command-line utility to show EXIF information hidden
22in JPEG files. I wrote it to demonstrate the power of libexif.
23
24%prep
25%setup -q
26
27%build
28%configure
29make
30
31%install
32rm -rf $RPM_BUILD_ROOT
33%makeinstall
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(-,root,root)
40%doc COPYING ChangeLog README
41%{_bindir}/*
42%{_mandir}/man*/*
43%{_datadir}/locale/*/LC_MESSAGES/*.mo
44
45%changelog
46* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
47- new upstream release with security fix (CVE-2009-3895)
48
49* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
50- new upstream release
51
52* Tue Mar 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
53- new upstream release
54- built with libexif-0.6.17
55- added BuildRequires: popt-devel
56
57* Tue Sep 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.15-1
58- new upstream release
59
60* Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.9-1vl5
61- applied new versioning policy
62
63* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl3
64- rebuild for VineSeed
65
66* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl2
67- rebuild with libexif-0.6.11
68
69* Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl1
70- first release
Note: See TracBrowser for help on using the repository browser.