]> git.pld-linux.org Git - SPECS.git/blob - xorg-util-gccmakedep.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / xorg-util-gccmakedep.spec
1 Summary:        gccmakedep utility - create dependencies in makefiles using gcc
2 Summary(pl.UTF-8):      Narzędzie gccmakedep - tworzenie zależności w makefile'ach przy użyciu gcc
3 Name:           xorg-util-gccmakedep
4 Version:        1.0.3
5 Release:        2
6 License:        MIT
7 Group:          X11/Development/Tools
8 Source0:        http://xorg.freedesktop.org/releases/individual/util/gccmakedep-%{version}.tar.bz2
9 # Source0-md5:  683847bee13c78a005705824a7c6f225
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  xorg-util-util-macros >= 1.8
14 Requires:       gcc
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The gccmakedep program calls 'gcc -M' to output makefile rules
19 describing the dependencies of each sourcefile, so that make knows
20 which object files must be recompiled when a dependency has changed.
21
22 %description -l pl.UTF-8
23 Program gccmakedep wywołuje 'gcc -M', aby uzyskać reguły do pliku
24 makefile opisujące zależności wszystkich plików źródłowych, dzięki
25 którym program make wie, które pliki wynikowe należy przekompilować w
26 przypadku zmiany zależnego pliku źródłowego.
27
28 %prep
29 %setup -q -n gccmakedep-%{version}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc COPYING ChangeLog
51 %attr(755,root,root) %{_bindir}/gccmakedep
52 %{_mandir}/man1/gccmakedep.1*
This page took 0.098663 seconds and 3 git commands to generate.