libexif-vl.spec 3.2 KB

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