| Rev | Line | |
|---|
| [521] | 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 | |
|---|
| 12 | %description |
|---|
| 13 | This package contains common tools required by Xfce developers and people |
|---|
| 14 | that want to build Xfce from SVN. In addition, this package contains the |
|---|
| 15 | Xfce developer's handbook. |
|---|
| 16 | |
|---|
| 17 | %prep |
|---|
| 18 | %setup -q |
|---|
| 19 | |
|---|
| 20 | %build |
|---|
| 21 | %configure |
|---|
| 22 | make |
|---|
| 23 | |
|---|
| 24 | %install |
|---|
| 25 | rm -rf $RPM_BUILD_ROOT |
|---|
| 26 | %makeinstall |
|---|
| 27 | #make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} |
|---|
| 28 | |
|---|
| 29 | %clean |
|---|
| 30 | rm -rf $RPM_BUILD_ROOT |
|---|
| 31 | |
|---|
| 32 | %files |
|---|
| 33 | %defattr(-,root,root) |
|---|
| 34 | %doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README |
|---|
| 35 | %{_bindir}/xdt-autogen |
|---|
| 36 | %{_bindir}/xdt-commit |
|---|
| 37 | %{_datadir}/xfce4/dev-tools |
|---|
| 38 | |
|---|
| 39 | %changelog |
|---|
| 40 | * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1 |
|---|
| 41 | - new upstream release |
|---|
| 42 | - BuildArch: noarch |
|---|
| 43 | |
|---|
| 44 | * Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5 |
|---|
| 45 | - applied new versioning policy |
|---|
| 46 | |
|---|
| 47 | * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2 |
|---|
| 48 | - new upstream release. |
|---|
| 49 | |
|---|
| 50 | * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2 |
|---|
| 51 | - build for VineSeed |
|---|
| 52 | |
|---|
| 53 | * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1 |
|---|
| 54 | - initial release |
|---|
Note: See
TracBrowser
for help on using the repository browser.