123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- Summary: Xfce developer tools
- Name: xfce4-dev-tools
- Version: 4.6.0
- Release: 1%{?_dist_release}
- License: GPL
- URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
- Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
- Group: Development/Tools
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
-
- %description
- This package contains common tools required by Xfce developers and people
- that want to build Xfce from SVN. In addition, this package contains the
- Xfce developer's handbook.
- %prep
- %setup -q
- %build
- %configure
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- %makeinstall
- #make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root)
- %doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
- %{_bindir}/xdt-autogen
- %{_bindir}/xdt-commit
- %{_datadir}/xfce4/dev-tools
- %changelog
- * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
- - new upstream release
- - BuildArch: noarch
- * Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
- - applied new versioning policy
- * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
- - new upstream release.
- * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
- - build for VineSeed
- * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
- - initial release
|