source: projects/specs/trunk/p/par2cmdline/par2cmdline-vl.spec @ 12371

Revision 12371, 1.7 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

dbus-glib-0.110-1

dstat-0.7.4-1

firefox-68.7.0-1

iso-codes-4.4-1

kbd-2.2.0-1

libdb-5.3.28-12

libsmbios-2.4.3-1

par2cmdline-0.8.1-1

sgml-common-0.6.3-42

smem-1.5-1

thunderbird-68.7.0-1

RevLine 
[12371]1%bcond_without test
2
[2034]3Name:           par2cmdline
4Summary:        PAR 2.0 compatible file verification and repair tool
[12371]5Version:        0.8.1
6Release:        1%{?_dist_release}
7Group:          Applications/Archiving
8Vendor:         Project Vine
9Distribution:   Vine Linux
[2034]10
11License:        GPLv2+
[12371]12URL:            https://github.com/Parchive/par2cmdline/
13Source:         https://github.com/Parchive/par2cmdline/releases/download/v%{version}/par2cmdline-%{version}.tar.bz2
[2034]14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16Obsoletes:      parchive <= 1.1.4
17Provides:       parchive = 1.1.4.0.par2.%{version}
18
19%description
20par2cmdline is a program for creating and using PAR2 files to detect damage
21in data files and repair them if necessary. PAR2 files are usually
22published in binary newsgroups on Usenet; they apply the data-recovery
23capability concepts of RAID-like systems to the posting and recovery of
24multi-part archives.
25
26
27%prep
28%setup -q
29
30# fix end-of-lines of several files
31sed -i 's/\r//' AUTHORS PORTING README ROADMAP
32
33
34%build
35%configure
36make %{_smp_mflags}
37
38
39%install
[12371]40rm -rf %{buildroot}
41%make_install
42ln -sf par2 %{buildroot}/%{_bindir}/par
[2034]43
44
45%clean
[12371]46rm -rf %{buildroot}
[2034]47
48
[12371]49%if %{with test}
[2034]50%check
51make check-TESTS
[12371]52%endif
[2034]53
54
55%files
56%defattr(-,root,root,-)
[12371]57%license COPYING
58%doc AUTHORS ChangeLog README*
[2034]59%{_bindir}/par 
60%{_bindir}/par2
61%{_bindir}/par2create   
62%{_bindir}/par2repair   
63%{_bindir}/par2verify
[12371]64%{_mandir}/man1/par2.1*
[2034]65
[12371]66
[2034]67%changelog
[12371]68* Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.8.1-1
69- new upstream release.
70- dropped Patch1.
71
[10769]72* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.4-2
73- rebuild with gcc-5.4.0
74
[2034]75* Sun Oct 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.4-1
76- Initial build for Vine Linux
77- brought patch from debian
78
Note: See TracBrowser for help on using the repository browser.