source: projects/specs/branches/6/lib/libX/libXxf86misc/libXxf86misc-vl.spec @ 2357

Revision 2357, 5.0 KB checked in by Takemikaduchi, 13 years ago (diff)

update xorg packages

Line 
1Summary: X.Org X11 libXxf86misc runtime library
2Summary(ja): X.Org X11 libXxf86misc ランタイムライブラリ
3Name: libXxf86misc
4Version: 1.0.3
5Release: 1%{?_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
17Obsoletes: XFree86-libs, XOrg-libs
18
19%description
20X.Org X11 libXxf86misc runtime library
21
22%package devel
23Summary: X.Org X11 libXxf86misc development package
24Summary(ja): X.Org X11 libXxf86misc 開発パッケージ
25Group: Development/Libraries
26Requires(pre): xorg-x11-filesystem
27Requires: %{name} = %{version}-%{release}
28Requires: xorg-x11-proto-devel
29Obsoletes: XFree86-devel, XOrg-devel
30
31%description devel
32X.Org X11 libXxf86misc development package
33
34%prep
35%setup -q
36
37# Disable static library creation by default.
38%define with_static 0
39
40%build
41%configure \
42%if ! %{with_static}
43        --disable-static
44%endif
45make
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
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# FIXME: Missing some of the doc files %doc AUTHORS COPYING README INSTALL ChangeLog
64%doc COPYING ChangeLog
65%{_libdir}/libXxf86misc.so.1
66%{_libdir}/libXxf86misc.so.1.1.*
67
68%files devel
69%defattr(-,root,root,-)
70%if %{with_static}
71%{_libdir}/libXxf86misc.a
72%endif
73%{_libdir}/libXxf86misc.so
74%{_libdir}/pkgconfig/xxf86misc.pc
75%{_mandir}/man3/*.3*
76
77%changelog
78* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-1
79- new upstream release
80
81* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2
82- rebuild with rpm-4.8.1 for pkg-config file
83
84* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
85- new upstream release
86
87* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-2
88- spec in utf-8
89
90* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
91- new versioning policy
92
93* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
94- initial build for Vine Linux
95
96* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
97- Rebuild for build id
98
99* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
100- rebuild
101
102* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
103- Added "Requires: xorg-x11-proto-devel" to devel package for xxf86misc.pc
104
105* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
106- Added "BuildRequires: pkgconfig" for (#193508)
107- Replace "makeinstall" with "make install DESTDIR=..." for (#192729)
108- Remove package ownership of mandir/libdir/etc.
109
110* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
111- Update to 1.0.1
112
113* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
114- bump again for double-long bug on ppc(64)
115
116* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
117- rebuilt for new gcc4.1 snapshot and glibc changes
118
119* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
120- Bumped and rebuilt
121
122* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
123- Updated libXxf86misc to version 1.0.0 from X11R7 RC4
124
125* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
126- Updated libXxf86misc to version 0.99.2 from X11R7 RC3
127- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
128  that /usr/lib/X11 and /usr/include/X11 pre-exist.
129- Removed 'x' suffix from manpage directories to match RC3 upstream.
130
131* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
132- rebuilt
133
134* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
135- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
136- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
137
138
139* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
140- Updated libXxf86misc to version 0.99.1 from X11R7 RC1
141- Updated file manifest to find manpages in "man3x"
142
143* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
144- Renamed package to remove xorg-x11 from the name due to unanimous decision
145  between developers.
146- Use Fedora Extras style BuildRoot tag.
147- Disable static library creation by default.
148- Add missing defattr to devel subpackage
149- Add missing documentation files to doc macro
150
151* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
152- Renamed package to prepend "xorg-x11" to the name for consistency with
153  the rest of the X11R7 packages.
154- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
155  subpackage to ensure the devel package matches the installed shared libs.
156- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
157  allow applications to use implementation agnostic dependencies.
158- Added post/postun scripts which call ldconfig.
159- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
160  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
161
162* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
163- Initial build.
Note: See TracBrowser for help on using the repository browser.