source: projects/specs/branches/6/lib/libX/libXTrap/libXTrap-vl.spec @ 1901

Revision 1901, 4.9 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

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