source: projects/specs/trunk/lib/libI/libICE/libICE-vl.spec @ 8545

Revision 8545, 7.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary: X.Org X11 libICE runtime library
4Summary(ja): X.Org X11 libICE ランタイムライブラリ
5Name: libICE
6Version: 1.0.9
7Release: 1%{?_dist_release}
8License: MIT/X11
9Group: System Environment/Libraries
10URL: http://www.x.org
11
12Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildRequires: pkgconfig
16BuildRequires: xorg-x11-proto-devel
17BuildRequires: xorg-x11-xtrans-devel
18BuildRequires: xorg-x11-util-macros
19Obsoletes: XFree86-libs, XOrg-libs
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: Takemikaduchi
24
25%description
26X.Org X11 libICE runtime library
27
28%package devel
29Summary: X.Org X11 libICE development package
30Group: Development/Libraries
31Requires(pre): xorg-x11-filesystem
32Requires: %{name} = %{version}-%{release}
33Requires: xorg-x11-proto-devel
34Obsoletes: XFree86-devel, XOrg-devel
35
36%description devel
37X.Org X11 libICE development package
38
39# compat32
40%package -n compat32-%{name}
41Summary: X.Org X11 libICE runtime library
42Summary(ja): X.Org X11 libICE ランタイムライブラリ
43Group: System Environment/Libraries
44
45%description -n compat32-%{name}
46X.Org X11 libICE runtime library
47
48%package -n compat32-%{name}-devel
49Summary: X.Org X11 libICE development package
50Group: Development/Libraries
51Requires(pre): xorg-x11-filesystem
52Requires: compat32-%{name} = %{version}-%{release}
53Requires: %{name}-devel = %{version}-%{release}
54
55%description -n compat32-%{name}-devel
56X.Org X11 libICE development package
57
58%prep
59%setup -q
60
61# Disable static library creation by default.
62%define with_static 0
63
64%build
65autoreconf -if
66%configure \
67%if ! %{with_static}
68       --disable-static
69%endif
70make
71
72%install
73rm -rf $RPM_BUILD_ROOT
74
75make install DESTDIR=$RPM_BUILD_ROOT
76
77# We intentionally don't ship *.la files
78rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
79
80# remove xml and txt file
81rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
86%post -p /sbin/ldconfig
87%postun -p /sbin/ldconfig
88
89%post -n compat32-%{name} -p /sbin/ldconfig
90%postun -n compat32-%{name} -p /sbin/ldconfig
91
92%files
93%defattr(-,root,root,-)
94%doc AUTHORS COPYING README ChangeLog
95%{_libdir}/libICE.so.6
96%{_libdir}/libICE.so.6.3.0
97
98%files devel
99%dir %{_includedir}/X11
100%dir %{_includedir}/X11/ICE
101%{_includedir}/X11/ICE/*.h
102%if %{with_static}
103%{_libdir}/libICE.a
104%endif
105%{_libdir}/libICE.so
106%{_libdir}/pkgconfig/ice.pc
107
108# compat32
109%if %{build_compat32}
110%files -n compat32-%{name}
111%defattr(-,root,root,-)
112%{_libdir}/libICE.so.6
113%{_libdir}/libICE.so.6.3.0
114
115%files  -n compat32-%{name}-devel
116%if %{with_static}
117%{_libdir}/libICE.a
118%endif
119%{_libdir}/libICE.so
120%endif
121
122%changelog
123* Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
124- new upstream release
125- remove Patch0 (libICE-1.0.8-git20131224.patch)
126
127* Sat Apr 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-3
128- add Patch0 (libICE-1.0.8-git20131224.patch)
129
130* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-2
131- rebuild with VineSeed environment
132
133* Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
134- new upstream release
135- add BuildRequires: xorg-x11-util-macros
136
137* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
138- new upstream release
139
140* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.0.6-2
141- build with rpm-4.8.1-1 for pkg-config file
142
143* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-1
144- new upstream release
145
146* Mon May 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.5-2
147- added compat32 package for x86_64 arch support
148
149* Thu Jan 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
150- new upstream release
151
152* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
153- new versioning policy
154
155* Sun Jan 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
156- initial build for Vine Linux
157
158* Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.0.4-2
159- Rebuild against xtrans 1.0.3-5 to pick up gethostname() avoidance.
160
161* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
162- libICE 1.0.4
163
164* Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.3-5
165- Update xtrans dep and rebuild.
166
167* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.0.3-4
168- Rebuild for abstract socket support.
169
170* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
171- Rebuild for build id
172
173* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
174- Don't install INSTALL
175
176* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
177- Update to 1.0.3
178
179* Mon Nov 20 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
180- Update to 1.0.2.
181
182* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-2.1
183- rebuild
184
185* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
186- Added "Requires: xorg-x11-proto-devel"
187- Replace "makeinstall" with "make install DESTDIR=..."
188- Remove package ownership of mandir/libdir/etc.
189
190* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
191- Update to 1.0.1
192
193* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
194- bump again for double-long bug on ppc(64)
195
196* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
197- rebuilt for new gcc4.1 snapshot and glibc changes
198
199* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
200- Bumped and rebuilt
201
202* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
203- Updated libICE to version 1.0.0 from X11R7 RC4
204
205* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
206- Updated libICE to version 0.99.2 from X11R7 RC3
207- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
208  that /usr/lib/X11 and /usr/include/X11 pre-exist.
209- Removed 'x' suffix from manpage directories to match RC3 upstream.
210
211* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
212- rebuilt
213
214* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
215- Updated libICE to version 0.99.1 from X11R7 RC2
216- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
217- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
218
219
220* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
221- Updated libICE to version 0.99.0 from X11R7 RC1
222
223* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
224- Added BuildRequires: pkgconfig
225
226* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
227- Renamed package to remove "xorg-x11" from the name due to unanimous decision
228  between developers.
229- Use Fedora Extras style BuildRoot tag.
230- Disable static library creation by default.
231- Add missing defattr to devel subpackage
232- Add missing documentation files to doc macro
233
234* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
235- Renamed package to prepend "xorg-x11" to the name for consistency with
236  the rest of the X11R7 packages.
237- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
238  subpackage to ensure the devel package matches the installed shared libs.
239- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
240  allow applications to use implementation agnostic dependencies.
241- Added post/postun scripts which call ldconfig.
242- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
243  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
244
245* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
246- Initial build.
Note: See TracBrowser for help on using the repository browser.