source: projects/specs/trunk/x/xorg-x11-xauth/xorg-x11-xauth-vl.spec @ 8381

Revision 8381, 3.7 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.14.6

Line 
1%define pkgname xauth
2
3Summary: X.Org X11 X authority utilities
4Summary(ja): X.Org X11 X authority ユーティリティ
5Name: xorg-x11-%{pkgname}
6Version: 1.0.9
7Release: 1%{?_dist_release}
8License: MIT/X11
9Group: User Interface/X
10URL: http://www.x.org
11
12Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
13Source10: mkxauth
14Source11: mkxauth.man
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17BuildRequires: pkgconfig
18BuildRequires: libX11-devel
19BuildRequires: libXau-devel
20BuildRequires: libXext-devel
21BuildRequires: libXmu-devel
22Provides: xauth
23Provides: mkxauth
24Obsoletes: XFree86, XOrg
25
26Vendor: Project Vine
27Distribution: Vine Linux
28Packager: Takemikaduchi
29
30%description
31xauth is used to edit and display the authorization information
32used in connecting to an X server.
33
34%prep
35%setup -q -n %{pkgname}-%{version}
36
37%build
38%configure
39make
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44make install DESTDIR=$RPM_BUILD_ROOT
45# Install mkxauth
46{
47   install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/
48   install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1/mkxauth.1x
49}
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-,root,root,-)
56%doc COPYING README ChangeLog
57%{_bindir}/xauth
58%{_bindir}/mkxauth
59%{_mandir}/man1/xauth.1*
60%{_mandir}/man1/mkxauth.1*
61
62%changelog
63* Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
64- new upstream release
65
66* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
67- new upstream release
68
69* Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
70- new upstream release
71
72* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
73- new upstream release
74
75* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
76- new upstream release
77
78* Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
79- new upstream release
80
81* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
82- new upstream release
83
84* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
85- new versioning policy
86
87* Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
88- initial build for Vine Linux
89
90* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1:1.0.2-3
91- Rebuild for build id
92
93* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1:1.0.2-2
94- Don't install INSTALL
95
96* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1:1.0.2-1.fc7
97- Update to 1.0.2
98
99* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
100- rebuild
101
102* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-2
103- Add missing documentation to doc manifest.
104- Use "make install" instead of makeinstall macro.
105
106* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.2
107- bump again for double-long bug on ppc(64)
108
109* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.1
110- rebuilt for new gcc4.1 snapshot and glibc changes
111
112* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-1
113- Updated to xauth 1.0.1 from X11R7.0
114
115* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1:1.0.0-1
116- Updated to xauth 1.0.0 from X11R7 RC4
117- Changed manpage dir from man1x to man1 to match upstream default.
118
119* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.2-1
120- Updated to xauth 0.99.2 from X11R7 RC2
121- Added Epoch 1 to package, to be able to change the version number from the
122  X11R7 release number to the actual twm version.
123- Rename mkxauth manpage to mkxauth.1x
124
125* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-3
126- Updated to xauth 0.99.1 from X11R7 RC1
127- Change manpage location to 'man1x' in file manifest
128
129* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-2
130- Use Fedora-Extras style BuildRoot tag
131- Update BuildRequires to use new library package names
132
133* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
134- Initial build.
Note: See TracBrowser for help on using the repository browser.