SHA256
1
0
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:
Martin Pluskal 2019-02-25 08:05:47 +00:00 committed by Git OBS Bridge
parent 92972978a3
commit 43986c47de
2 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -22,15 +22,13 @@ Release: 0
Summary: Tool to generate flowcharts for C sources
License: GPL-3.0-only
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
Source1: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz.sig
Source2: %{name}.keyring
BuildRequires: flex
BuildRequires: xz
Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
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}
%files -f %{name}.lang
%defattr(-,root,root)
%doc NEWS README COPYING AUTHORS
%license COPYING
%doc NEWS README AUTHORS
%{_bindir}/%{name}
%{_infodir}/%{name}.info%{ext_info}
%{_mandir}/man1/%{name}.1%{ext_man}
%{_infodir}/%{name}.info%{?ext_info}
%{_mandir}/man1/%{name}.1%{?ext_man}
%changelog