source: projects/specs/trunk/x/xz/xz-vl.spec @ 8793

Revision 8793, 5.5 KB checked in by Takemikaduchi, 10 years ago (diff)

libXi, libcdio, libusb1, qt4: new upstream release
others: rebuild

Line 
1Summary:        LZMA compression utilities
2Summary(ja):    LZMA 圧縮ユーティリティ
3Name:           xz
4Version:        5.0.5
5Release:        2%{?_dist_release}
6License:        LGPLv2+
7Group:          Applications/Archiving
8Source0:        http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
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* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.5-2
115- rebuild with VineSeed environment
116
117* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.5-1
118- new upstream release
119
120* Fri Oct 19 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 5.0.4-1
121- new upstream release
122
123* Thu Apr 14 2011 IWAI, Masaharu <iwai@alib.jp> 5.0.2-1
124- new upstream release
125- fix Group: <BTS:VineLinux:1119>
126- add Vendor and Distribution tags
127
128* Fri Jan 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.0-1
129- new upstream release
130
131* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.999.9-2
132- rebuild with rpm-4.8.1 for pkg-config file
133
134* Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  4.999.9-1
135- initial build for Vine Linux
136
137* Thu Feb 18 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.2.20091007.beta
138- move xz man pages to main package, leave lzma ones where they belong (#566484)
139
140* Wed Oct 07 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.20091007.beta
141- sync with upstream again
142
143* Fri Oct 02 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.20091002.beta
144- sync with upstream to generate the same archives on machines with different
145  endianess
146
147* Fri Aug 28 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.beta
148- update to 4.999.9beta
149
150* Mon Aug 17 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.10.beta.20090817git
151- sync with upstream because of #517806
152
153* Tue Aug 04 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.9.beta.20090804git
154- update to the latest GIT snapshot
155
156* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.999.8-0.8.beta
157- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
158
159* Fri Jul 17 2009 Bill Nottingham <notting@redhat.com> 4.999.8-0.7.beta
160- tweak summary
161- add %%check section (<tibbs@math.uh.edu>)
162 
163* Thu Jul 09 2009 Bill Nottingham <notting@redhat.com> 4.999.8-0.6.beta
164- fix release versioning to match guidelines
165- fix up lzma-compat summary/description
166- tweak licensing
167
168* Mon Jun 22 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.5
169- introduce lzma-compat subpackage
170
171* Fri Jun 19 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.4
172- try to not to conflict with lzma
173
174* Thu Jun 18 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.3
175- obsolete but don't provide lzma, they are largely incompatible
176- put beta to Release
177
178* Wed Jun 17 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.2
179- obsolete old lzma
180- add Requires: pkgconfig
181
182* Tue Jun 16 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.1
183- package XZ Utils, based on LZMA Utils packaged by Per Patrice Bouchand
Note: See TracBrowser for help on using the repository browser.