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

Revision 5538, 5.1 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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