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