xfce4-dev-tools-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Name: xfce4-dev-tools
  2. Version: 4.12.0
  3. Release: 1%{?_dist_release}
  4. Summary: Xfce developer tools
  5. Summary(ja): Xfce 開発者向けツール集
  6. Group: Development/Tools
  7. License: GPLv2
  8. URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
  9. Source0: http://archive.xfce.org/src/xfce/%{name}/4.12/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.30.0
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %description
  15. This package contains common tools required by Xfce developers and people
  16. that want to build Xfce from SVN. In addition, this package contains the
  17. Xfce developer's handbook.
  18. %prep
  19. %setup -q
  20. %build
  21. %configure
  22. make %{?_smp_mflags}
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. make install DESTDIR=$RPM_BUILD_ROOT
  26. %clean
  27. rm -rf $RPM_BUILD_ROOT
  28. %files
  29. %defattr(-,root,root)
  30. %doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
  31. %{_bindir}/xdt-autogen
  32. %{_bindir}/xdt-commit
  33. %{_bindir}/xdt-csource
  34. %{_datadir}/xfce4/dev-tools
  35. %changelog
  36. * Sun Mar 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.0-1
  37. - new upstream release
  38. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-2
  39. - rebuild with VineSeed environment
  40. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-1
  41. - new upstream release
  42. - add BuildRequires: glib2-devel
  43. - remove BuildArch: noarch
  44. * Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
  45. - new upstream release
  46. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
  47. - new upstream release
  48. - BuildArch: noarch
  49. * Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
  50. - applied new versioning policy
  51. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
  52. - new upstream release.
  53. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
  54. - build for VineSeed
  55. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
  56. - initial release