telepathy-filesystem-vl.spec 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Summary: Telepathy filesystem layout
  2. Summary(ja): Telepathy ファイルシステムレイアウト
  3. Name: telepathy-filesystem
  4. Version: 0.0.2
  5. Release: 2%{?_dist_release}
  6. Group: System Environment/Base
  7. License: Public Domain
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  9. BuildArch: noarch
  10. Requires: filesystem
  11. %description
  12. This package provides some directories which are required by other
  13. packages which comprise the Telepathy release.
  14. %prep
  15. %install
  16. rm -rf $RPM_BUILD_ROOT
  17. mkdir -p $RPM_BUILD_ROOT%{_datadir}/telepathy/managers
  18. mkdir -p $RPM_BUILD_ROOT%{_datadir}/telepathy/clients
  19. mkdir -p $RPM_BUILD_ROOT%{_includedir}/telepathy-1.0
  20. %clean
  21. rm -rf $RPM_BUILD_ROOT
  22. %files
  23. %defattr(-,root,root,-)
  24. %dir %{_datadir}/telepathy
  25. %dir %{_datadir}/telepathy/managers
  26. %dir %{_datadir}/telepathy/clients
  27. %dir %{_includedir}/telepathy-1.0
  28. %changelog
  29. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.2-2
  30. - rebuild with VineSeed environment
  31. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.2-1
  32. - add clients directory
  33. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.1-1
  34. - initial build for Vine Linux
  35. * Tue Jun 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-2
  36. - Add telepathy-1.0 dir.
  37. * Thu Sep 21 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-1
  38. - Initial FE spec.