source: projects/specs/trunk/lib/libX/libXTrap/libXTrap-vl.spec @ 12185

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

updated X11 libs

Line 
1Summary: X.Org X11 libXTrap runtime library
2Summary(ja): X.Org X11 libXTrap ランタイムライブラリ
3Name: libXTrap
4Version: 1.0.1
5Release: 3%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
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: libXext-devel
17BuildRequires: libXt-devel
18Obsoletes: XFree86-libs, XOrg-libs
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24X.Org X11 libXTrap runtime library
25
26%package devel
27Summary: X.Org X11 libXTrap development package
28Summary(ja): X.Org X11 libXTrap 開発パッケージ
29Group: Development/Libraries
30Requires(pre): xorg-x11-filesystem
31Requires: %{name} = %{version}-%{release}
32Requires: xorg-x11-proto-devel
33Obsoletes: XFree86-devel, XOrg-devel
34
35%description devel
36X.Org X11 libXTrap development package
37
38%prep
39%setup -q
40
41# Disable static library creation by default.
42%define with_static 0
43
44%build
45%configure --disable-static
46make
47
48%install
49rm -rf $RPM_BUILD_ROOT
50make install DESTDIR=$RPM_BUILD_ROOT
51
52# We intentionally don't ship *.la files
53rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%post -p /sbin/ldconfig
59%postun -p /sbin/ldconfig
60
61%files
62%defattr(-,root,root,-)
63%license COPYING
64%doc AUTHORS README ChangeLog
65%{_libdir}/libXTrap.so.6
66%{_libdir}/libXTrap.so.6.4.0
67
68%files devel
69%defattr(-,root,root,-)
70%{_libdir}/libXTrap.so
71%{_libdir}/pkgconfig/xtrap.pc
72
73%changelog
74* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.1-3
75- rebuilt with current environment.
76
77* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-2
78- rebuild with VineSeed environment
79
80* Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-1
81- new upstream release
82
83* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-3
84- rebuild with rpm-4.8.1 for pkg-config file
85
86* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-2
87- spec in utf-8
88
89* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
90- new versioning policy
91
92* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-0vl1
93- initial build for Vine Linux
94
95* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.0-4
96- Rebuild for build id
97
98* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
99- Don't install INSTALL
100
101* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.1
102- rebuild
103
104* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
105- Added "Requires: xorg-x11-proto-devel" for xtrap.pc
106- Replace "makeinstall" with "make install DESTDIR=..."
107- Remove package ownership of mandir/libdir/etc.
108
109* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
110- bump again for double-long bug on ppc(64)
111
112* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
113- rebuilt for new gcc4.1 snapshot and glibc changes
114
115* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
116- Bumped and rebuilt with X11R7 tarball
117
118* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
119- Updated libXTrap to version 1.0.0 from X11R7 RC4
120
121* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
122- Updated libXTrap to version 0.99.2 from X11R7 RC3
123- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
124  that /usr/lib/X11 and /usr/include/X11 pre-exist.
125- Removed 'x' suffix from manpage directories to match RC3 upstream.
126
127* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
128- rebuilt
129
130* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
131- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
132- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
133
134* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
135- Updated libXTrap to version 0.99.1 from X11R7 RC1
136
137* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
138- Renamed package to remove xorg-x11 from the name due to unanimous decision
139  between developers.
140- Use Fedora Extras style BuildRoot tag.
141- Disable static library creation by default.
142- Add missing defattr to devel subpackage
143- Add missing documentation files to doc macro
144- Fix BuildRequires to use new style X library package names
145
146* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
147- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
148  package names, as we want xorg-x11 libs to explicitly build against
149  X.Org supplied libs, rather than "any implementation", which is what the
150  virtual provides is intended for.
151
152* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
153- Renamed package to prepend "xorg-x11" to the name for consistency with
154  the rest of the X11R7 packages.
155- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
156  subpackage to ensure the devel package matches the installed shared libs.
157- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
158  allow applications to use implementation agnostic dependencies.
159- Added post/postun scripts which call ldconfig.
160- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
161  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
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.