source: projects/specs/trunk/lib/libX/libXaw/libXaw-vl.spec @ 12185

Revision 12185, 8.8 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

Line 
1Summary: X.Org X11 libXaw runtime library
2Summary(ja): X.Org X11 libXaw ランタイムライブラリ
3Name: libXaw
4Version: 1.0.13
5Release: 2%{?_dist_release}
6License: MIT/X11
7URL: http://www.x.org
8Group: System Environment/Libraries
9
10Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires: pkgconfig
14BuildRequires: xorg-x11-proto-devel
15BuildRequires: libX11-devel
16BuildRequires: libXt-devel
17BuildRequires: libXmu-devel
18BuildRequires: libXpm-devel
19BuildRequires: libXext-devel >= 1.1
20BuildRequires: ed
21
22Obsoletes: XFree86-libs, XOrg-libs
23
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28X.Org X11 libXaw runtime library
29
30%package compat
31Summary: X.Org X11 libXaw version 6 compatibility
32Group: System Environment/Libraries
33
34%description compat
35X.Org X11 libXaw version 6 compatibility
36
37%package devel
38Summary: X.Org X11 libXaw development package
39Group: Development/Libraries
40Requires(pre): xorg-x11-filesystem
41Requires: %{name} = %{version}-%{release}
42Requires: xorg-x11-proto-devel
43Requires: libXmu-devel
44Requires: libXt-devel
45Requires: libXpm-devel
46Obsoletes: XFree86-devel, XOrg-devel
47
48%description devel
49X.Org X11 libXaw development package
50
51%package compat-devel
52Summary: X.Org X11 libXaw-compat development package
53Group: Development/Libraries
54Requires(pre): xorg-x11-filesystem
55Requires: %{name}-compat = %{version}-%{release}
56Requires: xorg-x11-proto-devel
57Requires: libXmu-devel
58Requires: libXt-devel
59Requires: libXpm-devel
60Obsoletes: XFree86-devel, XOrg-devel
61
62%description compat-devel
63X.Org X11 libXaw-compat development package
64
65%prep
66%setup -q
67
68%build
69%configure --disable-static
70make %{?_smp_mflags}
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%files
90%defattr(-,root,root,-)
91%license COPYING
92%doc AUTHORS README ChangeLog
93%{_libdir}/libXaw.so.7
94%{_libdir}/libXaw7.so.7
95%{_libdir}/libXaw7.so.7.0.*
96
97%files compat
98%defattr(-,root,root,-)
99%{_libdir}/libXaw.so.6
100%{_libdir}/libXaw6.so.6
101%{_libdir}/libXaw6.so.6.0.1
102
103%files devel
104%defattr(-,root,root,-)
105%dir %{_includedir}/X11
106%dir %{_includedir}/X11/Xaw
107%license COPYING
108%{_includedir}/X11/Xaw/*.h
109# FIXME:  Is this C file really supposed to be here?
110%{_includedir}/X11/Xaw/Template.c
111%{_libdir}/libXaw.so
112%{_libdir}/libXaw7.so
113%{_libdir}/pkgconfig/xaw7.pc
114#%dir %{_mandir}/man3x
115%{_mandir}/man3/*.3*
116
117%files compat-devel
118%defattr(-,root,root,-)
119%{_libdir}/libXaw6.so
120%{_libdir}/pkgconfig/xaw6.pc
121
122%changelog
123* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.13-2
124- rebuilt with current environment.
125
126* Sun May 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.13-1
127- new upstream release
128
129* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.12-2
130- rebuild with VineSeed environment
131
132* Mon Sep 23 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.12-1
133- new upstream release
134
135* Wed Jun 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-1
136- new upstream release
137
138* Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
139- new upstream release
140
141* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-2
142- create compat-devel sub package
143
144* Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
145- new upstream release
146
147* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
148- new upstream release
149
150* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
151- rebuild with rpm-4.8.1 for pkg-config file
152
153* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-1
154- new upstream release
155- BR: libXext-devel >= 1.1
156
157* Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-1
158- new upstream release
159
160* Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
161- new upstream release
162- remove Xaw8
163
164* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
165- remove --disable-xaw8 to build libXaw.so.8
166
167* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
168- new versioning policy
169
170* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
171- initial build for Vine Linux
172
173* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
174- libXaw 1.0.4
175
176* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.0.2-10
177- Move Xaw6 to a compat package, nothing in the distro needs it.
178
179* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-9
180- Rebuild for build id
181
182* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-9
183- Don't install INSTALL
184
185* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-8.1
186- rebuild
187
188* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-8
189- Rebuild, brew doesn't pick up buildroot changes fast enough.
190
191* Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-7
192- Rebuild for libXt pkgconfig fixes.
193
194* Thu Jun 22 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-6
195- Added "Requires: libXpm-devel" to devel subpackage to attempt to fix
196  bug (#192040).
197
198* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5
199- Remove package ownership of mandir/libdir/etc.
200
201* Tue Jun 06 2006 Bill Nottingham <notting@redhat.com> 1.0.2-4
202- Add "BuildRequires: ed" to fix library sonames
203
204* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
205- Added "Requires: xorg-x11-proto-devel" to devel package to try to fix
206  indirect bug (#192040)
207
208* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
209- Added "BuildRequires: pkgconfig" for (#193423)
210- Replace "makeinstall" with "make install DESTDIR=..."
211- Added "BuildRequires: libXt-devel" for (#190169)
212
213* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
214- Update to 1.0.2
215
216* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
217- bump again for double-long bug on ppc(64)
218
219* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
220- rebuilt for new gcc4.1 snapshot and glibc changes
221
222* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
223- Updated libXaw to version 1.0.1 from X11R7.0
224
225* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
226- Updated libXaw to version 1.0.0 from X11R7 RC4
227
228* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
229- Updated libXaw to version 0.99.3 from X11R7 RC3
230- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
231  that /usr/lib/X11 and /usr/include/X11 pre-exist.
232- Removed 'x' suffix from manpage directories to match RC3 upstream.
233
234* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
235- rebuilt
236
237* Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
238- Added libXaw-0.99.2-bug-173027-libtool-sucks.patch to fix bug #173027,
239  added 'autoconf' invocation prior to configure, and conditionalized it
240  all with with_libtool_sucks_workaround macro.
241- Added _smp_mflags to make invocation.
242- Use *.h glob in file manifest instead of listing each header individually.
243
244* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
245- Updated libXaw to version 0.99.2 from X11R7 RC2
246
247* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
248- Updated libXaw to version 0.99.1 from X11R7 RC1
249- Update file manifest to find manpages in "man3x"
250- Added {_includedir}/X11/Xaw/Template.c to file manifest
251
252* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
253- Renamed package to remove xorg-x11 from the name due to unanimous decision
254  between developers.
255- Use Fedora Extras style BuildRoot tag.
256- Disable static library creation by default.
257- Add missing defattr to devel subpackage
258- Add missing documentation files to doc macro
259- Fix all "BuildRequires:" deps with s/xorg-x11-//g
260
261* Thu Aug 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
262- Added dependency on xorg-x11-libXmu-devel to devel subpackage, as libXaw
263  headers include libXmu headers directly which caused xkbutils to fail to
264  build.
265
266* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
267- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
268  package names, as we want xorg-x11 libs to explicitly build against
269  X.Org supplied libs, rather than "any implementation", which is what the
270  virtual provides is intended for.
271
272* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
273- Renamed package to prepend "xorg-x11" to the name for consistency with
274  the rest of the X11R7 packages.
275- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
276  subpackage to ensure the devel package matches the installed shared libs.
277- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
278  allow applications to use implementation agnostic dependencies.
279- Added post/postun scripts which call ldconfig.
280- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
281  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
282
283* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
284- Initial build.
Note: See TracBrowser for help on using the repository browser.