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

Revision 9579, 8.7 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

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