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

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

import VineSeed package specs

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