source: projects/specs/branches/6/lib/libe/libexif/libexif-vl.spec @ 6852

Revision 6852, 3.4 KB checked in by iwamoto, 12 years ago (diff)

update: libexif 0.6.21

Line 
1Name: libexif
2Summary: EXIF tag library
3Summary(ja): EXIF タグライブラリ
4Version: 0.6.21
5Release: 1%{?_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* Thu Sep 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-1
70- new upstream release with security fixes
71  (CVE-2012-2812, 2813, 2814, 2836, 2837, 2840, 2841, 2845)
72
73* Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.20-1
74- new upstream release (stability/bug fix release)
75
76* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
77- new upstream release with security fix (CVE-2009-3895)
78- built with rpm-4.8.1 for pkg-config
79
80* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
81- new upstream release
82- removed static library from devel package
83
84* Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
85- new upstream release
86- dropped Patch0, 1 (merged into upstream)
87
88* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.16-1vl5
89- applied new versioning policy
90- removed *.la files from devel package
91
92* Fri Dec 21 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.16-0vl2
93- Add Patch0 for CVE-2007-6351
94- Add Patch1 for CVE-2007-6352
95- change License to LGPL
96- update %%doc
97
98* Thu Jun 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.16-0vl1
99- new upstream release with security fix
100
101* Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.14-0vl1
102- new upstream release
103
104* Thu Feb 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.13-0vl1
105- new upstream release
106- add BuildRequires: doxygen
107- add %%doc to devel package
108
109* Sat Mar 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl2
110- rebuild for VineSeed
111
112* Tue Mar 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl1
113- new upstream release (includes security fix for CAN-2005-0664)
114- remove patch0
115
116* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl2
117- rebuild for VineSeed
118
119* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl1
120- new upstream release
121- add Patch0
122
123* Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.10-0vl1
124- first release
Note: See TracBrowser for help on using the repository browser.