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

Revision 8064, 5.1 KB checked in by Takemikaduchi, 10 years ago (diff)

freetype2: fix pkgconfig
xserver: update to 1.14.5
others: new upstream release or rebuild

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