]> git.pld-linux.org Git - packages/xfce4-dev-tools.git/blob - xfce4-dev-tools.spec
- x32 rebuild
[packages/xfce4-dev-tools.git] / xfce4-dev-tools.spec
1 Summary:        Xfce development tools
2 Summary(pl.UTF-8):      Narzędzia programistyczne Xfce
3 Name:           xfce4-dev-tools
4 Version:        4.11.0
5 Release:        2
6 License:        GPL v2
7 Group:          Development/Building
8 Source0:        http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.11/%{name}-%{version}.tar.bz2
9 # Source0-md5:  36112d0256092c30bd1b47105c547edf
10 URL:            http://xfce.org/~benny/projects/xfce4-dev-tools/
11 BuildRequires:  automake >= 1:1.8
12 BuildRequires:  glib2-devel >= 1:2.24.0
13 BuildRequires:  pkgconfig
14 Requires:       glib2 >= 1:2.24.0
15 Conflicts:      autoconf < 2.53
16 Conflicts:      pkgconfig < 1:0.9.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The Xfce development tools are a collection of tools and macros for
21 Xfce developers and people that want to build Xfce from Git. In
22 addition it contains the Xfce developer's handbook.
23
24 %description -l pl.UTF-8
25 Narzędzia programistyczne Xfce są zbiorem programów oraz makr
26 przeznaczonych dla programistów Xfce oraz ludzi którzy chcą zbudować
27 Xfce z repozytorium Git. Dodatkowo zawiera podręcznik programisty
28 Xfce.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         macrodir=%{_aclocaldir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog HACKING NEWS README
50 %attr(755,root,root) %{_bindir}/xdt-autogen
51 %attr(755,root,root) %{_bindir}/xdt-commit
52 %attr(755,root,root) %{_bindir}/xdt-csource
53 %{_aclocaldir}/xdt-*.m4
This page took 0.218018 seconds and 4 git commands to generate.