source: projects/specs/branches/6/x/xz/xz-vl.spec @ 3453

Revision 3453, 5.2 KB checked in by iwaim, 13 years ago (diff)

xz 5.0.2-1

Line 
1Summary:        LZMA compression utilities
2Summary(ja):    LZMA 圧縮ユーティリティ
3Name:           xz
4Version:        5.0.2
5Release:        1%{?_dist_release}
6License:        LGPLv2+
7Group:          Applications/Archiving
8Source0:        http://tukaani.org/%{name}/%{name}-%{version}.tar.bz2
9URL:            http://tukaani.org/%{name}/
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11Requires:       %{name}-libs = %{version}-%{release}
12
13Vendor: Project Vine
14Distribution: Vine Linux
15
16%description
17XZ Utils are an attempt to make LZMA compression easy to use on free (as in
18freedom) operating systems. This is achieved by providing tools and libraries
19which are similar to use than the equivalents of the most popular existing
20compression algorithms.
21
22LZMA is a general purpose compression algorithm designed by Igor Pavlov as
23part of 7-Zip. It provides high compression ratio while keeping the
24decompression speed fast.
25
26%package        libs
27Summary:        Libraries for decoding LZMA compression
28Summary(ja):    LZMA圧縮をデコードするためのライブラリ
29Group:          System Environment/Libraries
30License:        LGPLv2+
31
32%description    libs
33Libraries for decoding files compressed with LZMA or XZ utils.
34
35%package        devel
36Summary:        Devel libraries & headers for liblzma
37Summary(ja):    liblzma の開発ライブラリとヘッダファイル
38Group:          Development/Libraries
39License:        LGPLv2+
40Requires:       %{name}-libs = %{version}-%{release}
41Requires:       pkgconfig
42
43%description  devel
44Devel libraries and headers for liblzma.
45
46%package        lzma-compat
47Summary:        Older LZMA format compatibility binaries
48Summary(ja):    旧式のLZMAフォーマット互換バイナリ
49Group:          Development/Libraries
50# lz{grep,diff,more} are GPLv2+. Other binaries are LGPLv2+
51License:        GPLv2+ and LGPLv2+
52Requires:       %{name} = %{version}-%{release}
53Obsoletes:      lzma < 5
54Provides:       lzma = 5
55
56%description  lzma-compat
57The lzma-compat package contains compatibility links for older
58commands that deal with the older LZMA format.
59
60%prep
61%setup -q
62
63%build
64CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
65CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
66%configure --disable-static
67sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
68sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
69
70make %{?_smp_mflags}
71
72%install
73rm -rf %{buildroot}
74make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
75rm -f %{buildroot}/%{_libdir}/*.a
76rm -f %{buildroot}/%{_libdir}/*.la
77rm -rf %{buildroot}/%{_docdir}/%{name}
78
79%check
80LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
81
82%clean
83rm -rf %{buildroot}
84
85%post libs -p /sbin/ldconfig
86
87%postun libs -p /sbin/ldconfig
88
89%files
90%defattr(-,root,root,-)
91%doc AUTHORS README THANKS COPYING.* ChangeLog
92%{_bindir}/*xz*
93%{_mandir}/man1/*xz*
94
95%files libs
96%defattr(-,root,root,-)
97%doc COPYING.*
98%{_libdir}/lib*.so.*
99
100%files devel
101%defattr(-,root,root,-)
102%dir %{_includedir}/lzma
103%{_includedir}/lzma/*.h
104%{_includedir}/lzma.h
105%{_libdir}/*.so
106%{_libdir}/pkgconfig/liblzma.pc
107
108%files lzma-compat
109%defattr(-,root,root,-)
110%{_bindir}/*lz*
111%{_mandir}/man1/*lz*
112
113%changelog
114* Thu Apr 14 2011 IWAI, Masaharu <iwai@alib.jp> 5.0.2-1
115- new upstream release
116- fix Group: <BTS:VineLinux:1119>
117- add Vendor and Distribution tags
118
119* Fri Jan 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.0-1
120- new upstream release
121
122* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.999.9-2
123- rebuild with rpm-4.8.1 for pkg-config file
124
125* Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  4.999.9-1
126- initial build for Vine Linux
127
128* Thu Feb 18 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.2.20091007.beta
129- move xz man pages to main package, leave lzma ones where they belong (#566484)
130
131* Wed Oct 07 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.20091007.beta
132- sync with upstream again
133
134* Fri Oct 02 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.20091002.beta
135- sync with upstream to generate the same archives on machines with different
136  endianess
137
138* Fri Aug 28 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.beta
139- update to 4.999.9beta
140
141* Mon Aug 17 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.10.beta.20090817git
142- sync with upstream because of #517806
143
144* Tue Aug 04 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.9.beta.20090804git
145- update to the latest GIT snapshot
146
147* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.999.8-0.8.beta
148- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
149
150* Fri Jul 17 2009 Bill Nottingham <notting@redhat.com> 4.999.8-0.7.beta
151- tweak summary
152- add %%check section (<tibbs@math.uh.edu>)
153 
154* Thu Jul 09 2009 Bill Nottingham <notting@redhat.com> 4.999.8-0.6.beta
155- fix release versioning to match guidelines
156- fix up lzma-compat summary/description
157- tweak licensing
158
159* Mon Jun 22 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.5
160- introduce lzma-compat subpackage
161
162* Fri Jun 19 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.4
163- try to not to conflict with lzma
164
165* Thu Jun 18 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.3
166- obsolete but don't provide lzma, they are largely incompatible
167- put beta to Release
168
169* Wed Jun 17 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.2
170- obsolete old lzma
171- add Requires: pkgconfig
172
173* Tue Jun 16 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.1
174- package XZ Utils, based on LZMA Utils packaged by Per Patrice Bouchand
Note: See TracBrowser for help on using the repository browser.