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

Revision 8997, 5.7 KB checked in by inagaki, 10 years ago (diff)

2014-10-03 Ryoichi INAGAKI <ryo1@…>

  • eboard-extras[2], xz: rebuilt


Line 
1Summary:        LZMA compression utilities
2Summary(ja):    LZMA 圧縮ユーティリティ
3Name:           xz
4Version:        5.0.5
5Release:        3%{?_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:          Applications/Archiving
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 --enable-silent-rules --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%find_lang %{name}
80
81%check
82LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
83
84%clean
85rm -rf %{buildroot}
86
87%post libs -p /sbin/ldconfig
88
89%postun libs -p /sbin/ldconfig
90
91%files
92%defattr(-,root,root,-)
93%doc AUTHORS README THANKS COPYING.* ChangeLog
94%{_bindir}/*xz*
95%{_mandir}/man1/*xz*
96
97%files libs -f %{name}.lang
98%defattr(-,root,root,-)
99%doc COPYING.*
100%{_libdir}/lib*.so.*
101
102%files devel
103%defattr(-,root,root,-)
104%dir %{_includedir}/lzma
105%{_includedir}/lzma/*.h
106%{_includedir}/lzma.h
107%{_libdir}/*.so
108%{_libdir}/pkgconfig/liblzma.pc
109
110%files lzma-compat
111%defattr(-,root,root,-)
112%{_bindir}/*lz*
113%{_mandir}/man1/*lz*
114
115%changelog
116* Fri Oct  3 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.0.5-3
117- moved lzma-compat to Applications/Archiving Group
118
119* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.5-2
120- rebuild with VineSeed environment
121
122* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.5-1
123- new upstream release
124
125* Fri Oct 19 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 5.0.4-1
126- new upstream release
127
128* Thu Apr 14 2011 IWAI, Masaharu <iwai@alib.jp> 5.0.2-1
129- new upstream release
130- fix Group: <BTS:VineLinux:1119>
131- add Vendor and Distribution tags
132
133* Fri Jan 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.0-1
134- new upstream release
135
136* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.999.9-2
137- rebuild with rpm-4.8.1 for pkg-config file
138
139* Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  4.999.9-1
140- initial build for Vine Linux
141
142* Thu Feb 18 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.2.20091007.beta
143- move xz man pages to main package, leave lzma ones where they belong (#566484)
144
145* Wed Oct 07 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.20091007.beta
146- sync with upstream again
147
148* Fri Oct 02 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.20091002.beta
149- sync with upstream to generate the same archives on machines with different
150  endianess
151
152* Fri Aug 28 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.beta
153- update to 4.999.9beta
154
155* Mon Aug 17 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.10.beta.20090817git
156- sync with upstream because of #517806
157
158* Tue Aug 04 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.9.beta.20090804git
159- update to the latest GIT snapshot
160
161* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.999.8-0.8.beta
162- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
163
164* Fri Jul 17 2009 Bill Nottingham <notting@redhat.com> 4.999.8-0.7.beta
165- tweak summary
166- add %%check section (<tibbs@math.uh.edu>)
167 
168* Thu Jul 09 2009 Bill Nottingham <notting@redhat.com> 4.999.8-0.6.beta
169- fix release versioning to match guidelines
170- fix up lzma-compat summary/description
171- tweak licensing
172
173* Mon Jun 22 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.5
174- introduce lzma-compat subpackage
175
176* Fri Jun 19 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.4
177- try to not to conflict with lzma
178
179* Thu Jun 18 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.3
180- obsolete but don't provide lzma, they are largely incompatible
181- put beta to Release
182
183* Wed Jun 17 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.2
184- obsolete old lzma
185- add Requires: pkgconfig
186
187* Tue Jun 16 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8beta-0.1
188- package XZ Utils, based on LZMA Utils packaged by Per Patrice Bouchand
Note: See TracBrowser for help on using the repository browser.