source: projects/specs/trunk/e/exif/exif-vl.spec @ 8108

Revision 8108, 2.2 KB checked in by iwamoto, 10 years ago (diff)

libexif, exif: update

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