galculator-vl.spec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. Summary: GTK 2 based scientific calculator
  2. Summary(ja): GTK2 ベースの関数電卓
  3. Name: galculator
  4. Version: 1.3.4
  5. Release: 2%{?_dist_release}
  6. License: GPLv2
  7. Group: Applications/Accessories
  8. Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: gtk2-devel >= 2.6.0
  11. BuildRequires: libglade2-devel
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %description
  15. galculator is a GTK 2 based scientific calculator with "ordinary" and reverse polish notation.
  16. %description -l ja
  17. galculator は GTK2 ベースの 電卓です。
  18. %prep
  19. %setup -q
  20. %build
  21. %configure
  22. %install
  23. rm -rf $RPM_BUILD_ROOT
  24. make install DESTDIR=$RPM_BUILD_ROOT
  25. %find_lang %{name}
  26. %clean
  27. rm -rf $RPM_BUILD_ROOT
  28. %files -f %{name}.lang
  29. %defattr(-, root, root)
  30. %doc AUTHORS ChangeLog NEWS README COPYING TODO
  31. %{_bindir}/galculator
  32. %{_datadir}/applications/galculator.desktop
  33. %{_datadir}/%{name}
  34. %{_datadir}/pixmaps/*
  35. %{_mandir}/man1/%{name}.1*
  36. %changelog
  37. * Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-2
  38. - rebuild with rpm-4.8.1
  39. * Sun Apr 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.4-1
  40. - new upstream release
  41. - updated BuildRequires
  42. - changed Group to Applications/Accessories
  43. * Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.3.1-1vl5
  44. - applied new versioning policy, spec in utf-8
  45. * Fri Sep 28 2007 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.3.1-0vl1
  46. - update
  47. * Wed Jun 7 2006 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.5.2-0vl1
  48. - update
  49. - Group changed(Applications/System -> Applications/Productivity)
  50. * Tue May 10 2005 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.5-0vl1
  51. - update
  52. - Group changed(Application/Math -> Applications/System)
  53. * Tue Jun 15 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.3-0vl1
  54. - update
  55. * Mon Apr 5 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.2-0vl1
  56. - update
  57. * Thu Mar 11 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.0-0vl1
  58. - update
  59. * Wed Nov 12 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.4-0vl1
  60. - update
  61. * Mon Sep 1 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.3-0vl1
  62. - update
  63. * Wed Jul 2 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.1-0vl1
  64. - 1st build for VineSeed
  65. * Thu Oct 3 2002 Simon Floery <simon.floery@gmx.at>
  66. - description update