xfce4-dev-tools-vl.spec 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Summary: Xfce developer tools
  2. Name: xfce4-dev-tools
  3. Version: 4.6.0
  4. Release: 1%{?_dist_release}
  5. License: GPL
  6. URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
  7. Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
  8. Group: Development/Tools
  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 May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
  34. - new upstream release
  35. - BuildArch: noarch
  36. * Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
  37. - applied new versioning policy
  38. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
  39. - new upstream release.
  40. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
  41. - build for VineSeed
  42. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
  43. - initial release