xfce4-dev-tools-vl.spec 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Name: xfce4-dev-tools
  2. Summary: Xfce developer tools
  3. Version: 4.8.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. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  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. %{_datadir}/xfce4/dev-tools
  32. %changelog
  33. * Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
  34. - new upstream release
  35. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
  36. - new upstream release
  37. - BuildArch: noarch
  38. * Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
  39. - applied new versioning policy
  40. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
  41. - new upstream release.
  42. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
  43. - build for VineSeed
  44. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
  45. - initial release