source: projects/specs/trunk/lib/libe/libexif/libexif-vl.spec @ 8108

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

libexif, exif: update

Line 
1Name: libexif
2Summary: EXIF tag library
3Summary(ja): EXIF タグライブラリ
4Version: 0.6.21
5Release: 2%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPLv2+
9URL: http://libexif.sourceforge.net/
10
11Source: http://prdownloads.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: pkgconfig gettext doxygen
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20libexif is a library for parsing, editing, and saving EXIF data. It is
21intended to replace lots of redundant implementations in command-line
22utilities and programs with GUIs.
23
24%package devel
25Summary: The files needed for libexif application development
26Group: Development/Libraries
27Requires: %{name} = %{version}
28
29%description devel
30The libexif-devel package contains the libraries and include files
31that you can use to develop libexif applications.
32
33%prep
34%setup -q
35
36%build
37%configure --disable-static
38make
39
40%install
41rm -rf %{buildroot}
42make DESTDIR=%{buildroot} install
43
44rm -rf installed-docs
45cp -pr %{buildroot}%{_datadir}/doc/%{name} installed-docs
46rm -rf %{buildroot}%{_datadir}/doc/%{name}
47
48rm -f %{buildroot}%{_libdir}/*.la
49
50%clean
51rm -rf %{buildroot}
52
53%files
54%defattr(-,root,root)
55%doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README
56%{_libdir}/libexif.so.*
57%{_datadir}/locale/*/LC_MESSAGES/*.mo
58
59%files devel
60%defattr(-,root,root)
61%doc COPYING installed-docs/libexif-api.html
62%{_libdir}/libexif.so
63%{_libdir}/pkgconfig/libexif.pc
64%{_includedir}/libexif
65#{_libdir}/libexif.la
66#{_libdir}/libexif.a
67
68%changelog
69* Sat Jan  4 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-2
70- rebuilt with new vineseed toolchan
71
72* Thu Sep 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-1
73- new upstream release with security fixes
74  (CVE-2012-2812, 2813, 2814, 2836, 2837, 2840, 2841, 2845)
75
76* Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.20-1
77- new upstream release (stability/bug fix release)
78
79* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
80- new upstream release with security fix (CVE-2009-3895)
81- built with rpm-4.8.1 for pkg-config
82
83* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
84- new upstream release
85- removed static library from devel package
86
87* Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
88- new upstream release
89- dropped Patch0, 1 (merged into upstream)
90
91* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.16-1vl5
92- applied new versioning policy
93- removed *.la files from devel package
94
95* Fri Dec 21 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.16-0vl2
96- Add Patch0 for CVE-2007-6351
97- Add Patch1 for CVE-2007-6352
98- change License to LGPL
99- update %%doc
100
101* Thu Jun 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.16-0vl1
102- new upstream release with security fix
103
104* Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.14-0vl1
105- new upstream release
106
107* Thu Feb 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.13-0vl1
108- new upstream release
109- add BuildRequires: doxygen
110- add %%doc to devel package
111
112* Sat Mar 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl2
113- rebuild for VineSeed
114
115* Tue Mar 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl1
116- new upstream release (includes security fix for CAN-2005-0664)
117- remove patch0
118
119* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl2
120- rebuild for VineSeed
121
122* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl1
123- new upstream release
124- add Patch0
125
126* Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.10-0vl1
127- first release
Note: See TracBrowser for help on using the repository browser.