forked from pool/cflow
- Modernise spec file with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=8
This commit is contained in:
parent
92972978a3
commit
43986c47de
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 25 08:05:15 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Modernise spec file with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 23 19:41:30 UTC 2019 - seanlew@opensuse.org
|
Sat Feb 23 19:41:30 UTC 2019 - seanlew@opensuse.org
|
||||||
|
|
||||||
|
12
cflow.spec
12
cflow.spec
@ -22,15 +22,13 @@ Release: 0
|
|||||||
Summary: Tool to generate flowcharts for C sources
|
Summary: Tool to generate flowcharts for C sources
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: http://www.gnu.org/software/cflow
|
URL: http://www.gnu.org/software/cflow
|
||||||
Source0: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz
|
Source0: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz
|
||||||
Source1: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz.sig
|
Source1: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: xz
|
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
Requires(preun): %{install_info_prereq}
|
Requires(preun): %{install_info_prereq}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU cflow analyzes a collection of C source files and prints a graph, charting
|
GNU cflow analyzes a collection of C source files and prints a graph, charting
|
||||||
@ -61,10 +59,10 @@ make %{?_smp_mflags} check
|
|||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc NEWS README COPYING AUTHORS
|
%doc NEWS README AUTHORS
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_infodir}/%{name}.info%{ext_info}
|
%{_infodir}/%{name}.info%{?ext_info}
|
||||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user