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

Revision 521, 4.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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