source: projects/specs/trunk/x/xfce4-dev-tools/xfce4-dev-tools-vl.spec @ 521

Revision 521, 1.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Xfce developer tools
2Name:           xfce4-dev-tools
3Version:        4.6.0
4Release:        1%{?_dist_release}
5License:        GPL
6URL:            http://xfce.org/~benny/projects/xfce4-dev-tools/
7Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
8Group:          Development/Tools
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildArch:      noarch
11     
12%description
13This package contains common tools required by Xfce developers and people
14that want to build Xfce from SVN. In addition, this package contains the
15Xfce developer's handbook.
16
17%prep
18%setup -q
19
20%build
21%configure
22make
23
24%install
25rm -rf $RPM_BUILD_ROOT
26%makeinstall
27#make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
28
29%clean
30rm -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.