source: projects/specs/trunk/lib/libd/libdmx/libdmx-vl.spec @ 12185

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

updated X11 libs

Line 
1Summary: X.Org X11 libdmx runtime library
2Summary(ja): X.Org X11 libdmx ランタイムライブラリ
3Name: libdmx
4Version: 1.1.4
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: xorg-x11-util-macros
16BuildRequires: libX11-devel
17BuildRequires: libXext-devel
18BuildRequires: libXau-devel
19Obsoletes: XFree86-libs, XOrg-libs
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25X.Org X11 libdmx runtime library
26
27%package devel
28Summary: X.Org X11 libdmx development package
29Summary(ja): X.Org X11 libdmx 開発パッケージ
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 libdmx 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 \
47%if ! %{with_static}
48       --disable-static
49%endif
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54make install DESTDIR=$RPM_BUILD_ROOT
55
56# We intentionally don't ship *.la files
57rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post -p /sbin/ldconfig
63%postun -p /sbin/ldconfig
64
65%files
66%defattr(-,root,root,-)
67%license COPYING
68%doc AUTHORS README ChangeLog
69%{_libdir}/libdmx.so.1
70%{_libdir}/libdmx.so.1.*
71
72%files devel
73%defattr(-,root,root,-)
74%{_includedir}/X11/extensions/*.h
75%if %{with_static}
76%{_libdir}/libdmx.a
77%endif
78%{_libdir}/libdmx.so
79%{_libdir}/pkgconfig/dmx.pc
80#%dir %{_mandir}/man3x
81%{_mandir}/man3/*.3*
82
83%changelog
84* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.4-1
85- new upstream release.
86
87* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-2
88- rebuild with VineSeed environment
89
90* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-1
91- new upstream release
92  (including security fix for CVE-2013-1992)
93
94* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
95- new upstream release
96- add BuildRequires: xorg-x11-util-macros
97
98* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
99- new upstream release
100
101* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-3
102- rebuild with rpm-4.8.1 for pkg-config file
103
104* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
105- add dmxext.h to %%files
106
107* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
108- new upstream release
109
110* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-2
111- spec in utf-8
112
113* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
114- new versioning policy
115
116* Fri Jan 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
117- initial build for Vine Linux
118
119* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-4
120- Rebuild for build id
121
122* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-4
123- Don't install INSTALL
124
125* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-3.1
126- rebuild
127
128* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
129- Replace "makeinstall" with "make install DESTDIR=..."
130- Added "Requires: xorg-x11-proto-devel" to devel for dmx.pc
131- Remove package ownership of mandir/libdir/etc.
132
133* Wed Jun 07 2006 Jeremy Katz <katzj@redhat.com> 1.0.2-2
134- rebuild for -devel deps
135
136* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
137- Update to 1.0.2
138
139* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
140- bump again for double-long bug on ppc(64)
141
142* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
143- rebuilt for new gcc4.1 snapshot and glibc changes
144
145* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
146- Updated libdmx to version 1.0.1 from X11R7.0
147
148* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
149- Updated libdmx to version 1.0.0 from X11R7 RC4
150
151* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
152- Updated libdmx to version 0.99.2 from X11R7 RC3
153- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
154  that /usr/lib/X11 and /usr/include/X11 pre-exist.
155- Removed 'x' suffix from manpage directories to match RC3 upstream.
156
157* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
158- Added "BuildRequires: libXau-devel, pkgconfig" missing deps.
159
160* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
161- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
162- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
163
164* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
165- Updated libdmx to version 0.99.1 from X11R7 RC1
166
167* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
168- Renamed package to remove "xorg-x11" from the name due to unanimous decision
169  between developers.
170- Use Fedora Extras style BuildRoot tag.
171- Disable static library creation by default.
172- Add missing defattr to devel subpackage
173- Add missing documentation files to doc macro
174
175* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
176- Renamed package to prepend "xorg-x11" to the name for consistency with
177  the rest of the X11R7 packages.
178- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
179  subpackage to ensure the devel package matches the installed shared libs.
180- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
181  allow applications to use implementation agnostic dependencies.
182- Added post/postun scripts which call ldconfig.
183- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
184  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
185
186* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
187- Initial build.
Note: See TracBrowser for help on using the repository browser.