source: projects/specs/tags/6_0_REL/lib/libe/libexif/libexif-vl.spec @ 1865

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

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

Line 
1Name: libexif
2Summary: EXIF tag library
3Summary(ja): EXIF タグライブラリ
4Version: 0.6.19
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 $RPM_BUILD_ROOT
42make DESTDIR=$RPM_BUILD_ROOT install
43
44rm -rf installed-docs
45cp -pr $RPM_BUILD_ROOT%{_datadir}/doc/%{name} installed-docs
46rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
47
48rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
49
50%clean
51rm -rf $RPM_BUILD_ROOT
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* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
70- new upstream release with security fix (CVE-2009-3895)
71- built with rpm-4.8.1 for pkg-config
72
73* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
74- new upstream release
75- removed static library from devel package
76
77* Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
78- new upstream release
79- dropped Patch0, 1 (merged into upstream)
80
81* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.16-1vl5
82- applied new versioning policy
83- removed *.la files from devel package
84
85* Fri Dec 21 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.16-0vl2
86- Add Patch0 for CVE-2007-6351
87- Add Patch1 for CVE-2007-6352
88- change License to LGPL
89- update %%doc
90
91* Thu Jun 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.16-0vl1
92- new upstream release with security fix
93
94* Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.14-0vl1
95- new upstream release
96
97* Thu Feb 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.13-0vl1
98- new upstream release
99- add BuildRequires: doxygen
100- add %%doc to devel package
101
102* Sat Mar 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl2
103- rebuild for VineSeed
104
105* Tue Mar 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl1
106- new upstream release (includes security fix for CAN-2005-0664)
107- remove patch0
108
109* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl2
110- rebuild for VineSeed
111
112* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl1
113- new upstream release
114- add Patch0
115
116* Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.10-0vl1
117- first release
Note: See TracBrowser for help on using the repository browser.