source: spec/trunk/SPECS/par2cmdline.spec@ 1750

Last change on this file since 1750 was 1695, checked in by tellie, 6 years ago

spec: fribidi: Release version 0.19.5-1

File size: 1.3 KB
Line 
1Name: par2cmdline
2Version: 0.8.1
3Release: 1%{?dist}
4Summary: PAR 2.0 compatible file verification and repair tool
5
6License: GPLv2+
7URL: https://github.com/Parchive/par2cmdline/
8#Source0: https://github.com/Parchive/par2cmdline/releases/download/v%{version}/par2cmdline-%{version}.tar.bz2
9%scm_source github https://github.com/Parchive/par2cmdline master
10
11
12#BuildRequires: gcc-c++
13BuildRequires: gcc
14
15
16%description
17par2cmdline is a program for creating and using PAR2 files to detect damage
18in data files and repair them if necessary. PAR2 files are usually
19published in binary newsgroups on Usenet; they apply the data-recovery
20capability concepts of RAID-like systems to the posting and recovery of
21multi-part archives.
22
23
24%prep
25#%autosetup
26# Remove executable permission from text files
27chmod -x ChangeLog configure.ac INSTALL Makefile.am NEWS stamp-h.in
28%scm_setup
29
30autoreconf -ivf
31
32%build
33export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
34export LIBS="-lcx"
35
36%configure
37%{__make} %{_smp_mflags}
38
39%install
40%make_install
41
42
43%check
44#make check-TESTS
45
46
47%files
48%license COPYING
49%doc AUTHORS ChangeLog README
50%{_bindir}/par2.exe
51%{_bindir}/par2create.exe
52%{_bindir}/par2repair.exe
53%{_bindir}/par2verify.exe
54%{_mandir}/man1/par2.1*
55
56
57%changelog
58* Mon Jul 30 2018 Elbert Pol <elbert.pol@gmail.com> - 0.8.0-1
59- First OS2 or ArcaNoa release
Note: See TracBrowser for help on using the repository browser.