xfce4-dev-tools-vl.spec 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Name: xfce4-dev-tools
  2. Summary: Xfce developer tools
  3. Version: 4.10.0
  4. Release: 2%{?_dist_release}
  5. Group: Development/Tools
  6. License: GPLv2
  7. URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
  8. Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
  9. BuildRequires: glib2-devel
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. %description
  14. This package contains common tools required by Xfce developers and people
  15. that want to build Xfce from SVN. In addition, this package contains the
  16. Xfce developer's handbook.
  17. %prep
  18. %setup -q
  19. %build
  20. %configure
  21. make
  22. %install
  23. rm -rf $RPM_BUILD_ROOT
  24. %makeinstall
  25. #make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
  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 Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-2
  37. - rebuild with VineSeed environment
  38. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-1
  39. - new upstream release
  40. - add BuildRequires: glib2-devel
  41. - remove BuildArch: noarch
  42. * Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
  43. - new upstream release
  44. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
  45. - new upstream release
  46. - BuildArch: noarch
  47. * Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
  48. - applied new versioning policy
  49. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
  50. - new upstream release.
  51. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
  52. - build for VineSeed
  53. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
  54. - initial release