libexif-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. Name: libexif
  2. Summary: EXIF tag library
  3. Summary(ja): EXIF タグライブラリ
  4. Version: 0.6.19
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://libexif.sourceforge.net/
  9. Source: http://prdownloads.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: pkgconfig gettext doxygen
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  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: Development/Libraries
  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. %prep
  26. %setup -q
  27. %build
  28. %configure --disable-static
  29. make
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make DESTDIR=$RPM_BUILD_ROOT install
  33. rm -rf installed-docs
  34. cp -pr $RPM_BUILD_ROOT%{_datadir}/doc/%{name} installed-docs
  35. rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
  36. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root)
  41. %doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README
  42. %{_libdir}/libexif.so.*
  43. %{_datadir}/locale/*/LC_MESSAGES/*.mo
  44. %files devel
  45. %defattr(-,root,root)
  46. %doc COPYING installed-docs/libexif-api.html
  47. %{_libdir}/libexif.so
  48. %{_libdir}/pkgconfig/libexif.pc
  49. %{_includedir}/libexif
  50. #{_libdir}/libexif.la
  51. #{_libdir}/libexif.a
  52. %changelog
  53. * Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
  54. - new upstream release with security fix (CVE-2009-3895)
  55. - built with rpm-4.8.1 for pkg-config
  56. * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
  57. - new upstream release
  58. - removed static library from devel package
  59. * Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
  60. - new upstream release
  61. - dropped Patch0, 1 (merged into upstream)
  62. * Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.16-1vl5
  63. - applied new versioning policy
  64. - removed *.la files from devel package
  65. * Fri Dec 21 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.16-0vl2
  66. - Add Patch0 for CVE-2007-6351
  67. - Add Patch1 for CVE-2007-6352
  68. - change License to LGPL
  69. - update %%doc
  70. * Thu Jun 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.16-0vl1
  71. - new upstream release with security fix
  72. * Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.14-0vl1
  73. - new upstream release
  74. * Thu Feb 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.13-0vl1
  75. - new upstream release
  76. - add BuildRequires: doxygen
  77. - add %%doc to devel package
  78. * Sat Mar 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl2
  79. - rebuild for VineSeed
  80. * Tue Mar 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.12-0vl1
  81. - new upstream release (includes security fix for CAN-2005-0664)
  82. - remove patch0
  83. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl2
  84. - rebuild for VineSeed
  85. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.11-0vl1
  86. - new upstream release
  87. - add Patch0
  88. * Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.10-0vl1
  89. - first release