metacity-setup-vl.spec 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Summary: Setup utility for metacity
  2. Summary(ja): Metacity セットアップユーティリティ
  3. Name: metacity-setup
  4. Version: 0.7.1
  5. Release: 1%{?_dist_release}
  6. Source0: %{name}-%{version}.tar.gz
  7. Source1: metacity-setup-ja.po
  8. Patch1: metacity-setup-0.7.1-default.patch
  9. Patch2: metacity-setup-ja.patch
  10. License: GPL
  11. Group: User Interface/Desktops
  12. BuildRoot: %{_tmppath}/%{name}-root
  13. Requires: desktop-file-utils >= 0.3
  14. %description
  15. Configuration tool for the Metacity Window Manager.
  16. %prep
  17. %setup -q
  18. %patch1 -p0 -b .default
  19. %patch2 -p0 -b .ja
  20. cp -f %{SOURCE1} po/ja.po
  21. %build
  22. autoconf
  23. %configure
  24. make
  25. %install
  26. %makeinstall
  27. desktop-file-install --vendor gnome --delete-original \
  28. --dir $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets \
  29. $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets/*
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root)
  34. %{_bindir}/*
  35. %{_datadir}/control-center-2.0/capplets/*
  36. %{_datadir}/metacity-setup
  37. %{_datadir}/pixmaps/*
  38. %{_datadir}/locale/*/LC_MESSAGES/*.mo
  39. %changelog
  40. * Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.1-1vl5
  41. - applied new versioning policy, spec in utf-8
  42. * Fri Jan 3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl4
  43. - oops, add missing locale data to %%files.
  44. * Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl3
  45. - update ja.po, patch2
  46. - translate .desktop files.
  47. * Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl2
  48. - add ja.po, patch2
  49. * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl1
  50. - initial build for Vine Linux