source: projects/specs/trunk/x/xorg-x11-xtrans-devel/xorg-x11-xtrans-devel-vl.spec @ 12185

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

updated X11 libs

Line 
1Summary: X.Org X11 developmental X transport library
2Summary(ja): X.Org X11 Xtrans 開発ライブラリ
3Name: xorg-x11-xtrans-devel
4Version: 1.4.0
5Release: 1%{?_dist_release}
6License: MIT/X11
7Group: Development/Libraries
8URL: http://www.x.org
9
10Source0: ftp://ftp.x.org/pub/individual/lib/xtrans-%{version}.tar.bz2
11Patch1: xtrans-1.2.7-avoid-gethostname.patch
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14BuildArch: noarch
15BuildRequires: pkgconfig
16BuildRequires: xorg-x11-util-macros
17Requires(pre): xorg-x11-filesystem
18
19Vendor: Project Vine
20Distribution: Vine Linux
21Packager: daisuke
22
23%description
24X.Org X11 developmental X transport library
25
26%prep
27%setup -q -n xtrans-%{version}
28%patch1 -p1 -b .my-name-is-unix
29
30%build
31
32%configure --libdir=%{_datadir}
33# Running 'make' not needed.
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38make install DESTDIR=$RPM_BUILD_ROOT
39
40rm -rf $RPM_BUILD_ROOT/%{_docdir}/xtrans
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%doc AUTHORS ChangeLog COPYING README
48%dir %{_includedir}/X11
49%dir %{_includedir}/X11/Xtrans
50%{_includedir}/X11/Xtrans/Xtrans.c
51%{_includedir}/X11/Xtrans/Xtrans.h
52%{_includedir}/X11/Xtrans/Xtransint.h
53%{_includedir}/X11/Xtrans/Xtranslcl.c
54%{_includedir}/X11/Xtrans/Xtranssock.c
55%{_includedir}/X11/Xtrans/Xtransutil.c
56%{_includedir}/X11/Xtrans/transport.c
57%{_datadir}/pkgconfig/xtrans.pc
58%{_datadir}/aclocal/xtrans.m4
59
60%changelog
61* Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.0-1
62- new upstream release.
63
64* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.5-1
65- new upstream release
66
67* Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
68- new upstream release
69
70* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
71- new upstream release
72
73* Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-1
74- new upstream release
75- update Patch1 (xtrans-1.2.7-avoid-gethostname.patch)
76
77* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-1
78- new upstream release
79
80* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.5-2
81- rebuilt with rpm-4.8.1 for pkg-config
82
83* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
84- new upstream release
85- change BuildArch to noarch
86
87* Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.3-1
88- new upstream release
89- changed Group to Development/Libraries
90
91* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
92- new upstream release
93
94* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
95- new versioning policy
96
97* Mon Mar 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
98- initial build for Vine Linux
99
100* Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.0.3-5
101- xtrans-1.0.3-avoid-gethostname.patch: Don't trust gethostname() output
102  when building networkIds for AF_UNIX sockets.  Fixes application launch
103  delays and failures when dhclient changes your hostname from under you.
104
105* Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.3-4
106- Fix a bug in automatic port generation for abstract sockets.  Fixes fast
107  user switching, among other things.
108
109* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.0.3-3
110- Abstract sockets for PF_UNIX.
111
112* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
113- Don't install INSTALL
114
115* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
116- Update to 1.0.3
117
118* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
119- rebuild
120
121* Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1.fc6
122- Update to xtrans-1.0.1
123- Remove xtrans-1.0.0-setuid.diff as it is included in 1.0.1
124
125* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-4
126- Added xtrans-1.0.0-setuid.diff to fix potential security issue (#195555)
127- Use setup -n instead of -c, and remove extraneous calls to cd from build
128  and install sections.
129- Use "make install DESTDIR=$RPM_BUILD_ROOT" instead of makeinstall macro.
130- Added "AUTHORS ChangeLog COPYING INSTALL NEWS README" to doc macro.
131
132* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.2
133- bump again for double-long bug on ppc(64)
134
135* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.1
136- rebuilt for new gcc4.1 snapshot and glibc changes
137
138* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
139- Bump and rebuild.
140
141* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
142- Bump and rebuild.
143
144* Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
145- Update to xtrans-1.0.0 from X11R7 RC4 release.
146
147* Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
148- Add "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" to avoid bug (#173384).
149
150* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
151- Update to xtrans-0.99.2 from X11R7 RC2 release.
152
153* Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
154- Update to xtrans-0.99.1 from X11R7 RC1 release.
155- This package contains only C source and header files and pkg-config
156  *.pc files, and does not contain any ELF binaries or DSOs, so we disable
157  debuginfo generation.
158
159* Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
160- Use Fedora-Extras style BuildRoot tag
161- Add tarball URL
162
163* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
164- Initial build.
Note: See TracBrowser for help on using the repository browser.