source: projects/specs/branches/6/x/xfce4-dev-tools/xfce4-dev-tools-vl.spec @ 3253

Revision 3253, 1.4 KB checked in by inagaki, 13 years ago (diff)

update: Xfce4

Line 
1Name:           xfce4-dev-tools
2Summary:        Xfce developer tools
3Version:        4.8.0
4Release:        1%{?_dist_release}
5
6Group:          Development/Tools
7License:        GPLv2
8URL:            http://xfce.org/~benny/projects/xfce4-dev-tools/
9
10Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13BuildArch:      noarch
14     
15%description
16This package contains common tools required by Xfce developers and people
17that want to build Xfce from SVN. In addition, this package contains the
18Xfce developer's handbook.
19
20%prep
21%setup -q
22
23%build
24%configure
25make
26
27%install
28rm -rf $RPM_BUILD_ROOT
29%makeinstall
30#make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(-,root,root)
37%doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
38%{_bindir}/xdt-autogen
39%{_bindir}/xdt-commit
40%{_datadir}/xfce4/dev-tools
41
42%changelog
43* Sat Apr  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
44- new upstream release
45
46* Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
47- new upstream release
48- BuildArch: noarch
49
50* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
51- applied new versioning policy
52
53* Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
54- new upstream release.
55
56* Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
57- build for VineSeed
58
59* Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
60- initial release
Note: See TracBrowser for help on using the repository browser.