xfce4-dev-tools-vl.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Name: xfce4-dev-tools
  2. Summary: Xfce developer tools
  3. Version: 4.10.0
  4. Release: 1%{?_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. %description
  12. This package contains common tools required by Xfce developers and people
  13. that want to build Xfce from SVN. In addition, this package contains the
  14. Xfce developer's handbook.
  15. %prep
  16. %setup -q
  17. %build
  18. %configure
  19. make
  20. %install
  21. rm -rf $RPM_BUILD_ROOT
  22. %makeinstall
  23. #make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
  24. %clean
  25. rm -rf $RPM_BUILD_ROOT
  26. %files
  27. %defattr(-,root,root)
  28. %doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
  29. %{_bindir}/xdt-autogen
  30. %{_bindir}/xdt-commit
  31. %{_bindir}/xdt-csource
  32. %{_datadir}/xfce4/dev-tools
  33. %changelog
  34. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-1
  35. - new upstream release
  36. - add BuildRequires: glib2-devel
  37. - remove BuildArch: noarch
  38. * Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
  39. - new upstream release
  40. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
  41. - new upstream release
  42. - BuildArch: noarch
  43. * Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
  44. - applied new versioning policy
  45. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
  46. - new upstream release.
  47. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
  48. - build for VineSeed
  49. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
  50. - initial release