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

Revision 521, 4.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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