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

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