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

Revision 9257, 4.1 KB checked in by inagaki, 9 years ago (diff)

2015-01-12 Ryoichi INAGAKI <ryo1@…>

  • WindowMaker?-Icons, remmina: rebuilt
  • gutenprint: changed Group
  • libmicrohttpd, pbzip2: updated


Line 
1Summary:        Parallel implementation of bzip2
2Summary(ja):    bzip2 の並列処理実装
3Name:           pbzip2
4Version:        1.1.12
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%doc AUTHORS ChangeLog COPYING README
49%{_bindir}/%{name}
50%{_bindir}/pbunzip2
51%{_mandir}/man1/*
52
53%changelog
54* Sun Jan 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.12-1
55- new upstream release
56
57* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
58- new upstream release
59
60* Tue Jul 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-2
61- spec in UTF-8
62
63* Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-1
64- new upstream release
65- changed Group to Applications/Archiving
66
67* Sat Apr 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
68- initial build for Vine Linux
69
70* Sun Feb 10 2008 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-4
71- Rebuild for gcc 4.3
72
73* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0.2-3
74- Rebuild for selinux ppc32 issue.
75
76* Thu Jul 26 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-2
77- Fixed symbolic link for pbunzip2 file
78
79* Tue Jul 25 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-1
80- Release 1.0.2
81
82* Tue Mar 20 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.1-1
83- Release 1.0.1
84
85* Wed Mar 14 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0-1
86- Release 1.0
87
88* Tue Sep 12 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-4
89- Rebuild for Fedora Extras 6
90
91* Tue May 23 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-3
92- Added support for $RPM_OPT_FLAGS thanks to Ville Skytta
93
94* Tue Feb 28 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-2
95- Rebuild for Fedora Extras 5
96
97* Sun Feb 5 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-1
98- Release 0.9.6
99
100* Sat Dec 31 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.5-1
101- Release 0.9.5
102
103* Tue Aug 30 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.4-1
104- Updated RPM spec with suggestions from Oliver Falk
105
106* Fri Jul 29 2005 Bryan Stillwell <bryan@bokeoa.com> - 0.9.3-1
107- Release 0.9.3
108- Removed non-packaging changelog info
109- Added dist macro to release field
110- Clean buildroot at the beginning of the install section
111- Modified buildroot tag to match with Fedora PackagingGuidelines
112- Shortened Requires and BuildRequires list
113- Changed description to match with the Debian package
114
115* Sat Mar 12 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.2-1
116- Release 0.9.2
117
118* Sat Jan 29 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.1-1
119- Release 0.9.1
120
121* Sun Jan 24 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9-1
122- Release 0.9
123
124* Sun Jan 9 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.3-1
125- Release 0.8.3
126
127* Mon Nov 30 2004 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.2-1
128- Release 0.8.2
129
130* Sat Nov 27 2004 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.1-1
131- Release 0.8.1
132
133* Thu Oct 28 2004 Bryan Stillwell <bryan@bokeoa.com> - 0.8-1
134- Initial packaging
Note: See TracBrowser for help on using the repository browser.