telepathy-filesystem-vl.spec 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Summary: Telepathy filesystem layout
  2. Summary(ja): Telepathy ファイルシステムレイアウト
  3. Name: telepathy-filesystem
  4. Version: 0.0.1
  5. Release: 1%{?_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%{_includedir}/telepathy-1.0
  19. %clean
  20. rm -rf $RPM_BUILD_ROOT
  21. %files
  22. %defattr(-,root,root,-)
  23. %dir %{_datadir}/telepathy
  24. %dir %{_datadir}/telepathy/managers
  25. %dir %{_includedir}/telepathy-1.0
  26. %changelog
  27. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.1-1
  28. - initial build for Vine Linux
  29. * Tue Jun 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-2
  30. - Add telepathy-1.0 dir.
  31. * Thu Sep 21 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.1-1
  32. - Initial FE spec.