source: projects/specs/branches/6/x/xorg-x11-xtrans-devel/xorg-x11-xtrans-devel-vl.spec @ 2357

Revision 2357, 4.7 KB checked in by Takemikaduchi, 13 years ago (diff)

update xorg packages

Line 
1Summary: X.Org X11 developmental X transport library
2Summary(ja): X.Org X11 Xtrans 開発ライブラリ
3Name: xorg-x11-xtrans-devel
4Version: 1.2.6
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.0.3-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 SUZUKI <daisuke@linux.or.jp>
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/Xtransdnet.c
53%{_includedir}/X11/Xtrans/Xtransint.h
54%{_includedir}/X11/Xtrans/Xtranslcl.c
55#{_includedir}/X11/Xtrans/Xtransos2.c
56%{_includedir}/X11/Xtrans/Xtranssock.c
57%{_includedir}/X11/Xtrans/Xtranstli.c
58%{_includedir}/X11/Xtrans/Xtransutil.c
59%{_includedir}/X11/Xtrans/transport.c
60%{_datadir}/pkgconfig/xtrans.pc
61%{_datadir}/aclocal/xtrans.m4
62
63%changelog
64* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-1
65- new upstream release
66
67* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.5-2
68- rebuilt with rpm-4.8.1 for pkg-config
69
70* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
71- new upstream release
72- change BuildArch to noarch
73
74* Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.3-1
75- new upstream release
76- changed Group to Development/Libraries
77
78* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
79- new upstream release
80
81* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
82- new versioning policy
83
84* Mon Mar 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
85- initial build for Vine Linux
86
87* Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.0.3-5
88- xtrans-1.0.3-avoid-gethostname.patch: Don't trust gethostname() output
89  when building networkIds for AF_UNIX sockets.  Fixes application launch
90  delays and failures when dhclient changes your hostname from under you.
91
92* Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.3-4
93- Fix a bug in automatic port generation for abstract sockets.  Fixes fast
94  user switching, among other things.
95
96* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.0.3-3
97- Abstract sockets for PF_UNIX.
98
99* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
100- Don't install INSTALL
101
102* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
103- Update to 1.0.3
104
105* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
106- rebuild
107
108* Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1.fc6
109- Update to xtrans-1.0.1
110- Remove xtrans-1.0.0-setuid.diff as it is included in 1.0.1
111
112* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-4
113- Added xtrans-1.0.0-setuid.diff to fix potential security issue (#195555)
114- Use setup -n instead of -c, and remove extraneous calls to cd from build
115  and install sections.
116- Use "make install DESTDIR=$RPM_BUILD_ROOT" instead of makeinstall macro.
117- Added "AUTHORS ChangeLog COPYING INSTALL NEWS README" to doc macro.
118
119* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.2
120- bump again for double-long bug on ppc(64)
121
122* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.1
123- rebuilt for new gcc4.1 snapshot and glibc changes
124
125* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
126- Bump and rebuild.
127
128* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
129- Bump and rebuild.
130
131* Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
132- Update to xtrans-1.0.0 from X11R7 RC4 release.
133
134* Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
135- Add "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" to avoid bug (#173384).
136
137* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
138- Update to xtrans-0.99.2 from X11R7 RC2 release.
139
140* Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
141- Update to xtrans-0.99.1 from X11R7 RC1 release.
142- This package contains only C source and header files and pkg-config
143  *.pc files, and does not contain any ELF binaries or DSOs, so we disable
144  debuginfo generation.
145
146* Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
147- Use Fedora-Extras style BuildRoot tag
148- Add tarball URL
149
150* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
151- Initial build.
Note: See TracBrowser for help on using the repository browser.