libdmx-vl.spec 5.7 KB

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