inotify-tools-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. Summary: Command line utilities for inotify
  2. Summary(ja): inotify のコマンドラインユーティリティ
  3. Name: inotify-tools
  4. Version: 3.14
  5. Release: 1%{?_dist_release}
  6. Group: Applications/System
  7. License: GPLv2
  8. URL: http://inotify-tools.sourceforge.net/
  9. Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: autoconf
  12. BuildRequires: doxygen
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. Packager: daisuke
  16. %description
  17. inotify-tools is a set of command-line programs for Linux providing
  18. a simple interface to inotify. These programs can be used to monitor
  19. and act upon filesystem events.
  20. %description -l ja
  21. inotiyu-tools は inotify へのシンプルなインタフェースを提供するコマンド
  22. ラインプログラムです。このプログラムを利用するとファイルシステムイベント
  23. をモニタしアクションを起こすことができます。
  24. %package devel
  25. Summary: Headers and libraries for building apps that use libinotifytools
  26. Summary(ja): libinotifytoolsを利用するアプリケーションを開発するためのヘッダとライブラリ
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. %description devel
  30. This package contains headers and libraries required to build applications
  31. that use the libinotifytools library.
  32. %prep
  33. %setup -q
  34. %build
  35. %configure \
  36. --disable-dependency-tracking \
  37. --disable-static \
  38. --enable-doxygen
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf %{buildroot}
  42. make install DESTDIR=%{buildroot}
  43. find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
  44. # We'll install documentation in the proper place
  45. rm -rf %{buildroot}/%{_datadir}/doc/
  46. %clean
  47. rm -rf %{buildroot}
  48. %post -p /sbin/ldconfig
  49. %postun -p /sbin/ldconfig
  50. %files
  51. %defattr(-,root,root,-)
  52. %doc AUTHORS COPYING ChangeLog NEWS README
  53. %{_bindir}/inotifywait
  54. %{_bindir}/inotifywatch
  55. %{_libdir}/libinotifytools.so.*
  56. %{_mandir}/man1/inotifywait.1*
  57. %{_mandir}/man1/inotifywatch.1*
  58. %files devel
  59. %defattr(-,root,root,-)
  60. %doc libinotifytools/src/doc/html/*
  61. %dir %{_includedir}/inotifytools/
  62. %{_includedir}/inotifytools/inotify.h
  63. %{_includedir}/inotifytools/inotify-nosys.h
  64. %{_includedir}/inotifytools/inotifytools.h
  65. %{_libdir}/libinotifytools.so
  66. %changelog
  67. * Fri Jun 17 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.14-1
  68. - update to 3.14
  69. - fix typo
  70. * Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.13-1
  71. - initial build for Vine Linux
  72. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13-3
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  74. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13-2
  75. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  76. * Mon Feb 11 2008 Adel Gadllah <adel.gadllah@gmail.com> 3.13-1
  77. - Update to 3.13
  78. * Mon Sep 24 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 3.11-1
  79. - Update to 3.11 (CVE-2007-5037, #299771)
  80. - Fix License tag
  81. * Sun Dec 17 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 3.6-1
  82. - Update to 3.6
  83. * Tue Oct 31 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 3.3-1
  84. - Update to 3.3
  85. - Add %%check stage
  86. * Sat Oct 28 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 3.1-1
  87. - Update to 3.1
  88. - Add -devel subpackage
  89. * Tue Oct 3 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.6-1
  90. - Update to 2.6
  91. * Mon Oct 2 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.5-1
  92. - Update to 2.5
  93. * Sat Sep 9 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.4-1
  94. - Update to 2.4
  95. * Tue Aug 15 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.3-1
  96. - Update to 2.3
  97. - Drop implicit_syscall patch (fixed upstream)
  98. * Mon Jul 31 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.2-3
  99. - Fix URL
  100. * Thu Jul 6 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.2-2
  101. - Fix compilation warnings
  102. * Thu Jul 6 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.2-1
  103. - New version 2.2
  104. - Update URL and description
  105. - Add man pages
  106. * Wed Jul 5 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.1-1
  107. - Initial RPM release.