]> git.pld-linux.org Git - packages/xfce4-dev-tools.git/blob - xfce4-dev-tools.spec
0ed9aeccfebba4a113f0df19b695acff6e5fb4a9
[packages/xfce4-dev-tools.git] / xfce4-dev-tools.spec
1 # $Revision: 1.4 $Date: 2005-03-15 23:30:15 $
2 %define         _rel    cvs
3 Summary:        Xfce development tools
4 Summary(pl):    Narzêdzia programistyczne Xfce
5 Name:           xfce4-dev-tools
6 Version:        4.3.0
7 Release:        0.%{_rel}.1
8 License:        GPL v2
9 Group:          Development/Building
10 Source0:        http://www.xfce.org/~benny/trials/%{name}-%{version}%{_rel}.tar.gz
11 # Source0-md5:  dcdea5e5b5215687e72f080f766c5b07
12 URL:            http://www.xfce.org/
13 Requires:       libxfce4util >= 4.2
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The Xfce development tools are a collection of tools and macros for
18 Xfce developers and people that want to build Xfce from CVS. In
19 addition it contains the Xfce developer's handbook.
20
21 %description -l pl
22 Narzêdzia programistyczne Xfce s± zbiorem programów oraz makr
23 przeznaczonych dla programistów Xfce oraz ludzi którzy chc± zbudowaæ
24 Xfce z CVS-u. Dodatkowo zawiera podrêcznik programisty Xfce.
25
26 %prep
27 %setup -q -n %{name}-%{version}%{_rel}
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS ChangeLog NEWS README
45 %attr(755,root,root) %{_bindir}/*
46 %{_datadir}/xfce4/dev-tools
This page took 0.055647 seconds and 3 git commands to generate.