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

Line 
1%bcond_without test
2
3Name:           par2cmdline
4Summary:        PAR 2.0 compatible file verification and repair tool
5Version:        0.8.1
6Release:        1%{?_dist_release}
7Group:          Applications/Archiving
8Vendor:         Project Vine
9Distribution:   Vine Linux
10
11License:        GPLv2+
12URL:            https://github.com/Parchive/par2cmdline/
13Source:         https://github.com/Parchive/par2cmdline/releases/download/v%{version}/par2cmdline-%{version}.tar.bz2
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
40rm -rf %{buildroot}
41%make_install
42ln -sf par2 %{buildroot}/%{_bindir}/par
43
44
45%clean
46rm -rf %{buildroot}
47
48
49%if %{with test}
50%check
51make check-TESTS
52%endif
53
54
55%files
56%defattr(-,root,root,-)
57%license COPYING
58%doc AUTHORS ChangeLog README*
59%{_bindir}/par 
60%{_bindir}/par2
61%{_bindir}/par2create   
62%{_bindir}/par2repair   
63%{_bindir}/par2verify
64%{_mandir}/man1/par2.1*
65
66
67%changelog
68* Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.8.1-1
69- new upstream release.
70- dropped Patch1.
71
72* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.4-2
73- rebuild with gcc-5.4.0
74
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.