cxplorer-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. %define name cxplorer
  2. %define version 2.1.0
  3. %define release 2%{?_dist_release}
  4. Name: %{name}
  5. Summary: Cxplorer is a GTK+2 based file manager.
  6. Version: %{version}
  7. Release: %{release}
  8. Source: %{name}-%{version}.tar.gz
  9. #Group: Applications/System
  10. Group: User Interface/Desktops
  11. URL: http://cxplorer.sourceforge.jp/
  12. License: GPL
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
  14. BuildRequires: libcxp-devel >= 0.5.6
  15. BuildRequires: gtk2-devel
  16. Requires: libcxp >= 0.5.6
  17. Summary(ja): Cxplorer - GTK+2ベースのファイルマネージャ
  18. %description
  19. Cxplorer is a GTK+2 based file manager. This version is development version.
  20. %description -l ja
  21. Cxplorerは、GTK+2ベースのファイルマネージャです。このバージョンは、開発版で
  22. す。
  23. %prep
  24. rm -rf $RPM_BUILD_ROOT
  25. %setup -q -n %{name}-%{version}
  26. %build
  27. %configure
  28. make
  29. %install
  30. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  31. %makeinstall
  32. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  33. %{find_lang} %{name}
  34. rm -rf $RPM_BUILD_ROOT/usr/doc/cxplorer
  35. %post
  36. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  37. gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/cxplorer.schemas > /dev/null
  38. %preun
  39. if [ $1 = 0 ]; then
  40. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  41. gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/cxplorer.schemas > /dev/null
  42. fi
  43. %clean
  44. rm -rf $RPM_BUILD_ROOT
  45. %files -f %{name}.lang
  46. %defattr(-,root,root)
  47. %doc AUTHORS COPYING ChangeLog INSTALL README NEWS TODO ABOUT-NLS
  48. %{_bindir}/cxplorer
  49. %{_datadir}/pixmaps/*.png
  50. %{_datadir}/applications/cxplorer.desktop
  51. %{_datadir}/cxplorer
  52. %{_sysconfdir}/gconf/schemas/cxplorer.schemas
  53. %changelog
  54. * Sun Mar 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.0-2vl5
  55. - addede BuildRequires: libcxp-devel
  56. - changed Group to User Interface/Desktops
  57. * Sun Sep 21 2008 Shu KONNO <owa@bg.wakwak.com> 2.1.0-1vl5
  58. - applied new versioning policy, spec in utf-8
  59. - changed group to Interface/Desktops
  60. * Sun Sep 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.1.0-0vl1
  61. - changed Group to Applications/System
  62. * Fri Dec 30 2005 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  63. - 2.1.0-0vl1
  64. - update source(upstream)
  65. * Mon Oct 17 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  66. - 2.0.0-0vl1
  67. - update source(upstream)
  68. * Wed Oct 12 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  69. - 1.9.20051012-0vl1(2.0.0rc2)
  70. - update source(upstream)
  71. * Wed Oct 05 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  72. - 1.9.20051005-0vl1
  73. - update source(upstream)
  74. * Thu Sep 08 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  75. - 1.9.20050907-0vl1
  76. - update source(upstream)
  77. * Mon Sep 05 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  78. - 1.9.20050903-0vl1
  79. - update source(upstream)
  80. * Thu May 19 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  81. - 1.9.20050519-0vl1
  82. - update source(upstream)
  83. * Sat May 14 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  84. - 1.9.20050512-0vl2
  85. - Add libcxp >= 0.4.1 to BuildRequires
  86. - %preun will be excuted when use -e option.
  87. * Sat May 14 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  88. - 1.9.20050512-0vl2
  89. - add patch
  90. - comment out %preun
  91. * Wed May 11 2005 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  92. - 1.9.20050512-0vl1
  93. - Version up
  94. - update requires
  95. * Sat Dec 18 2004 Yasumichi Akahoshi <w2linux@lapis.plala.or.jp>
  96. - 1.9.20041217-0vl1
  97. - First release