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

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

import VineSeed package specs

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