source: projects/specs/trunk/p/pbzip2/pbzip2-vl.spec @ 10573

Revision 10573, 4.2 KB checked in by tomop, 8 years ago (diff)

pbzip2-1.1.13-1

Line 
1Summary:        Parallel implementation of bzip2
2Summary(ja):    bzip2 の並列処理実装
3Name:           pbzip2
4Version:        1.1.13
5Release:        1%{?_dist_release}
6URL:            http://www.compression.ca/pbzip2/
7License:        BSD
8Group:          Applications/Archiving
9Source0:        https://launchpad.net/pbzip2/1.1/1.1.12/+download/%{name}-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildRequires:  bzip2-devel
12
13Vendor: Project Vine
14Distribution: Vine Linux
15Packager: daisuke
16
17%description
18PBZIP2 is a parallel implementation of the bzip2 block-sorting file
19compressor that uses pthreads and achieves near-linear speedup on SMP
20machines.  The output of this version is fully compatible with bzip2
21v1.0.2 or newer (ie: anything compressed with pbzip2 can be
22decompressed with bzip2).
23
24%description -l ja
25PBZIP2 は bzip2 ブロックソートファイル圧縮ツールの pthread を使った
26並列処理実装で、SMP マシン上で圧縮処理がほぼリニアにスピードアップ
27します。PBZIP2 で圧縮されたファイルは、bzip2-1.0.2 以上と完全互換で
28す。(pbzip2 で圧縮したファイルはすべて bzip2 で伸張できます)
29
30%prep
31%setup -q
32sed -i -e 's/ -O3 / %{optflags} /' Makefile
33
34%build
35make
36
37%install
38rm -rf %{buildroot}
39install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
40install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
41ln -sf pbzip2 %{buildroot}%{_bindir}/pbunzip2
42
43%clean
44rm -rf %{buildroot}
45
46%files
47%defattr(-,root,root)
48%license COPYING
49%doc AUTHORS ChangeLog README
50%{_bindir}/%{name}
51%{_bindir}/pbunzip2
52%{_mandir}/man1/*
53
54%changelog
55* Sun Jul 10 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.13-1
56- new upstream release.
57
58* Sun Jan 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.12-1
59- new upstream release
60
61* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
62- new upstream release
63
64* Tue Jul 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-2
65- spec in UTF-8
66
67* Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-1
68- new upstream release
69- changed Group to Applications/Archiving
70
71* Sat Apr 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
72- initial build for Vine Linux
73
74* Sun Feb 10 2008 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-4
75- Rebuild for gcc 4.3
76
77* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0.2-3
78- Rebuild for selinux ppc32 issue.
79
80* Thu Jul 26 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-2
81- Fixed symbolic link for pbunzip2 file
82
83* Tue Jul 25 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-1
84- Release 1.0.2
85
86* Tue Mar 20 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.1-1
87- Release 1.0.1
88
89* Wed Mar 14 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0-1
90- Release 1.0
91
92* Tue Sep 12 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-4
93- Rebuild for Fedora Extras 6
94
95* Tue May 23 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-3
96- Added support for $RPM_OPT_FLAGS thanks to Ville Skytta
97
98* Tue Feb 28 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-2
99- Rebuild for Fedora Extras 5
100
101* Sun Feb 5 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-1
102- Release 0.9.6
103
104* Sat Dec 31 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.5-1
105- Release 0.9.5
106
107* Tue Aug 30 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.4-1
108- Updated RPM spec with suggestions from Oliver Falk
109
110* Fri Jul 29 2005 Bryan Stillwell <bryan@bokeoa.com> - 0.9.3-1
111- Release 0.9.3
112- Removed non-packaging changelog info
113- Added dist macro to release field
114- Clean buildroot at the beginning of the install section
115- Modified buildroot tag to match with Fedora PackagingGuidelines
116- Shortened Requires and BuildRequires list
117- Changed description to match with the Debian package
118
119* Sat Mar 12 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.2-1
120- Release 0.9.2
121
122* Sat Jan 29 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.1-1
123- Release 0.9.1
124
125* Sun Jan 24 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9-1
126- Release 0.9
127
128* Sun Jan 9 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.3-1
129- Release 0.8.3
130
131* Mon Nov 30 2004 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.2-1
132- Release 0.8.2
133
134* Sat Nov 27 2004 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.1-1
135- Release 0.8.1
136
137* Thu Oct 28 2004 Bryan Stillwell <bryan@bokeoa.com> - 0.8-1
138- Initial packaging
Note: See TracBrowser for help on using the repository browser.