]> git.pld-linux.org Git - packages/xfce4-dev-tools.git/blob - xfce4-dev-tools.spec
- up to 4.18.1
[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.18.1
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Building
8 Source0:        https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.18/%{name}-%{version}.tar.bz2
9 # Source0-md5:  69b4cd255a0b8f12bbdc9b10c433b223
10 URL:            https://xfce.org/~benny/projects/xfce4-dev-tools/
11 BuildRequires:  automake >= 1:1.11
12 BuildRequires:  glib2-devel >= 1:2.50.0
13 BuildRequires:  pkgconfig
14 Requires:       glib2 >= 1:2.50.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 %{__sed} -i '1s,/usr/bin/env bash$,%{__bash},' \
33                 helpers/{xfce-get-release-notes,xfce-update-news,xfce-do-release,xfce-get-translations}
34
35 %build
36 %configure \
37         --disable-silent-rules
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         macrodir=%{_aclocaldir}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog HACKING NEWS
53 %{_mandir}/man1/xdt-csource.1*
54 %attr(755,root,root) %{_bindir}/xdt-autogen
55 %attr(755,root,root) %{_bindir}/xdt-csource
56 %attr(755,root,root) %{_bindir}/xfce-build
57 %attr(755,root,root) %{_bindir}/xfce-do-release
58 %attr(755,root,root) %{_bindir}/xfce-get-release-notes
59 %attr(755,root,root) %{_bindir}/xfce-get-translations
60 %attr(755,root,root) %{_bindir}/xfce-update-news
61 %{_aclocaldir}/xdt-*.m4
This page took 0.076595 seconds and 4 git commands to generate.