]> git.pld-linux.org Git - packages/cflow.git/blame - cflow.spec
- dropped pre-cvs changelog
[packages/cflow.git] / cflow.spec
CommitLineData
762d2dbb 1Summary: Show C language call structure
da9f6a5d
ER
2Summary(pl.UTF-8): Pokazywanie struktury wywołań C
3Summary(pt_BR.UTF-8): Mostra a estrutura de chamadas de funções em fontes de linguagem C
762d2dbb
JB
4Name: cflow
5Version: 2.0
cb900809 6Release: 3.1
762d2dbb
JB
7License: Public Domain
8Group: Development/Tools
9Source0: http://www.ibiblio.org/pub/Linux/devel/lang/c/%{name}-%{version}.tar.gz
b31b3f4d 10# Source0-md5: 09d6131980aa770289938f71401e8976
762d2dbb
JB
11Source1: %{name}.conf
12Patch0: %{name}-%{version}-config.patch
13Requires: gcc
14Requires: mktemp
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e73f5d82 16
17%description
762d2dbb
JB
18Show C language call structure.
19
2e002955
JR
20%description -l pl.UTF-8
21Pokazywanie struktury wywołań C.
e73f5d82 22
2e002955
JR
23%description -l pt_BR.UTF-8
24Mostra a estrutura de chamadas de funções em fontes de linguagem C
e73f5d82 25
e73f5d82 26%prep
27%setup -q
899b1924 28%patch0 -p1
e73f5d82 29
30%build
762d2dbb 31%{__make} PRCC_LOC=%{_bindir}/prcc PRCG_LOC=%{_bindir}/prcg
e73f5d82 32
33%install
762d2dbb
JB
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
36
37%{__make} install \
38 PREFIX=$RPM_BUILD_ROOT%{_prefix}
39
40install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
41install %{_sourcedir}/%{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}
e73f5d82 42
43%clean
762d2dbb 44rm -rf $RPM_BUILD_ROOT
e73f5d82 45
46%files
762d2dbb 47%defattr(644,root,root,755)
e73f5d82 48%doc INSTALL README TODO %{name}.lsm examples
10b317c4 49%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
762d2dbb
JB
50%attr(755,root,root) %{_bindir}/%{name}
51%attr(755,root,root) %{_bindir}/prcc
52%attr(755,root,root) %{_bindir}/prcg
e73f5d82 53%{_mandir}/man1/%{name}*
This page took 0.107178 seconds and 4 git commands to generate.