source: projects/specs/branches/6/lib/libX/libXaw/libXaw-vl.spec @ 2545

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