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

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