libexif-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. Name: libexif
  2. Summary: EXIF tag library
  3. Summary(ja): EXIF タグライブラリ
  4. Version: 0.6.24
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: LGPLv2+
  10. URL: https://libexif.github.io/
  11. Source: https://github.com/libexif/libexif/releases/download/v%{version}/libexif-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: pkgconfig gettext doxygen
  14. %description
  15. libexif is a library for parsing, editing, and saving EXIF data. It is
  16. intended to replace lots of redundant implementations in command-line
  17. utilities and programs with GUIs.
  18. %package devel
  19. Summary: The files needed for libexif application development
  20. Group: programming
  21. Requires: %{name} = %{version}
  22. %description devel
  23. The libexif-devel package contains the libraries and include files
  24. that you can use to develop libexif applications.
  25. %debug_packge
  26. %prep
  27. %setup -q
  28. %autopatch -p1
  29. %build
  30. autoreconf -fiv
  31. %configure --disable-static
  32. make %{?_smp_mflags}
  33. %install
  34. rm -rf %{buildroot}
  35. make DESTDIR=%{buildroot} install
  36. rm -rf installed-docs
  37. cp -pr %{buildroot}%{_datadir}/doc/%{name} installed-docs
  38. rm -rf %{buildroot}%{_datadir}/doc/%{name}
  39. rm -f %{buildroot}%{_libdir}/*.la
  40. %files
  41. %defattr(-,root,root)
  42. %license COPYING
  43. %doc ABOUT-NLS AUTHORS ChangeLog NEWS README
  44. %{_libdir}/libexif.so.*
  45. %{_datadir}/locale/*/LC_MESSAGES/*.mo
  46. %files devel
  47. %defattr(-,root,root)
  48. %license COPYING
  49. %doc installed-docs/libexif-api.html
  50. %{_libdir}/libexif.so
  51. %{_libdir}/pkgconfig/libexif.pc
  52. %{_includedir}/libexif
  53. #{_libdir}/libexif.la
  54. #{_libdir}/libexif.a
  55. %changelog
  56. * Tue Oct 01 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.24-1
  57. - new upstream release.
  58. - dropped Patch1000.
  59. * Tue Jun 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.22-2
  60. - added Patch1000 to fix CVE-2020-0198.
  61. * Fri May 22 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.22-1
  62. - new upstream release.
  63. - dropped Patch0-4: fixed in upstream.
  64. * Sun May 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.21-3
  65. - added Patch0-4 to fix CVE-2016-6328, CVE-2018-20030 and CVE-2020-12767.
  66. * Sat Jan 4 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-2
  67. - rebuilt with new vineseed toolchan
  68. * Thu Sep 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-1
  69. - new upstream release with security fixes
  70. (CVE-2012-2812, 2813, 2814, 2836, 2837, 2840, 2841, 2845)
  71. * Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.20-1
  72. - new upstream release (stability/bug fix release)
  73. * Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
  74. - new upstream release with security fix (CVE-2009-3895)
  75. - built with rpm-4.8.1 for pkg-config
  76. * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
  77. - new upstream release
  78. - removed static library from devel package
  79. * Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
  80. - new upstream release
  81. - dropped Patch0, 1 (merged into upstream)
  82. * Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.16-1vl5
  83. - applied new versioning policy
  84. - removed *.la files from devel package
  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. * Thu Jun 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.16-0vl1
  91. - new upstream release with security fix
  92. * Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.14-0vl1
  93. - new upstream release
  94. * Thu Feb 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.13-0vl1
  95. - new upstream release
  96. - add BuildRequires: doxygen
  97. - add %%doc to devel package
  98. * Sat Mar 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl2
  99. - rebuild for VineSeed
  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. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl2
  104. - rebuild for VineSeed
  105. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl1
  106. - new upstream release
  107. - add Patch0
  108. * Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.10-0vl1
  109. - first release