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

Revision 12412, 3.9 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

cups-2.3.3-1

libexif-0.6.22-1

Line 
1Name: libexif
2Summary: EXIF tag library
3Summary(ja): EXIF タグライブラリ
4Version: 0.6.22
5Release: 1%{?_dist_release}
6Group: System Environment/Libraries
7Vendor: Project Vine
8Distribution: Vine Linux
9
10License: LGPLv2+
11URL: https://libexif.github.io/
12%define altver %(echo %{version} | tr . _)
13Source: https://github.com/libexif/libexif/releases/download/libexif-%{altver}-release/%{name}-%{version}.tar.xz
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: pkgconfig gettext doxygen
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
33%prep
34%setup -q
35%autopatch -p1
36
37%build
38autoreconf -fiv
39%configure --disable-static
40make %{?_smp_mflags}
41
42
43%install
44rm -rf %{buildroot}
45make DESTDIR=%{buildroot} install
46
47rm -rf installed-docs
48cp -pr %{buildroot}%{_datadir}/doc/%{name} installed-docs
49rm -rf %{buildroot}%{_datadir}/doc/%{name}
50
51rm -f %{buildroot}%{_libdir}/*.la
52
53
54%clean
55rm -rf %{buildroot}
56
57
58%files
59%defattr(-,root,root)
60%license COPYING
61%doc ABOUT-NLS AUTHORS ChangeLog NEWS README
62%{_libdir}/libexif.so.*
63%{_datadir}/locale/*/LC_MESSAGES/*.mo
64
65%files devel
66%defattr(-,root,root)
67%license COPYING
68%doc installed-docs/libexif-api.html
69%{_libdir}/libexif.so
70%{_libdir}/pkgconfig/libexif.pc
71%{_includedir}/libexif
72#{_libdir}/libexif.la
73#{_libdir}/libexif.a
74
75
76%changelog
77* Fri May 22 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.22-1
78- dropped Patch0-4: fixed in upstream.
79
80* Sun May 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.21-3
81- added Patch0-4 to fix CVE-2016-6328, CVE-2018-20030 and CVE-2020-12767.
82
83* Sat Jan  4 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-2
84- rebuilt with new vineseed toolchan
85
86* Thu Sep 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-1
87- new upstream release with security fixes
88  (CVE-2012-2812, 2813, 2814, 2836, 2837, 2840, 2841, 2845)
89
90* Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.20-1
91- new upstream release (stability/bug fix release)
92
93* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
94- new upstream release with security fix (CVE-2009-3895)
95- built with rpm-4.8.1 for pkg-config
96
97* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
98- new upstream release
99- removed static library from devel package
100
101* Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
102- new upstream release
103- dropped Patch0, 1 (merged into upstream)
104
105* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.16-1vl5
106- applied new versioning policy
107- removed *.la files from devel package
108
109* Fri Dec 21 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.16-0vl2
110- Add Patch0 for CVE-2007-6351
111- Add Patch1 for CVE-2007-6352
112- change License to LGPL
113- update %%doc
114
115* Thu Jun 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.16-0vl1
116- new upstream release with security fix
117
118* Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.14-0vl1
119- new upstream release
120
121* Thu Feb 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.13-0vl1
122- new upstream release
123- add BuildRequires: doxygen
124- add %%doc to devel package
125
126* Sat Mar 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl2
127- rebuild for VineSeed
128
129* Tue Mar 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl1
130- new upstream release (includes security fix for CAN-2005-0664)
131- remove patch0
132
133* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl2
134- rebuild for VineSeed
135
136* Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl1
137- new upstream release
138- add Patch0
139
140* Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.10-0vl1
141- first release
Note: See TracBrowser for help on using the repository browser.