1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- Name: xfce4-dev-tools
- Summary: Xfce developer tools
- Version: 4.10.0
- Release: 1%{?_dist_release}
- Group: Development/Tools
- License: GPLv2
- URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
- Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
- BuildRequires: glib2-devel
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
- %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
- %{_bindir}/xdt-csource
- %{_datadir}/xfce4/dev-tools
- %changelog
- * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-1
- - new upstream release
- - add BuildRequires: glib2-devel
- - remove BuildArch: noarch
- * Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
- - new upstream release
- * 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
|