]> git.pld-linux.org Git - packages/xfce4-dev-tools.git/blob - xfce4-dev-tools.spec
- updated to 4.13.0
[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.13.0
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Building
8 Source0:        http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.13/%{name}-%{version}.tar.bz2
9 # Source0-md5:  dc7ce082ed0fb9a8f2c0953a939b8d42
10 URL:            http://xfce.org/~benny/projects/xfce4-dev-tools/
11 BuildRequires:  automake >= 1:1.11
12 BuildRequires:  glib2-devel >= 1:2.42.0
13 BuildRequires:  pkgconfig
14 Requires:       glib2 >= 1:2.42.0
15 Conflicts:      autoconf < 2.60
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         --disable-silent-rules
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         macrodir=%{_aclocaldir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog HACKING NEWS README
51 %attr(755,root,root) %{_bindir}/xdt-autogen
52 %attr(755,root,root) %{_bindir}/xdt-csource
53 %{_aclocaldir}/xdt-*.m4
This page took 0.091181 seconds and 4 git commands to generate.