libXxf86misc-vl.spec 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. Summary: X.Org X11 libXxf86misc runtime library
  2. Summary(ja): X.Org X11 libXxf86misc ランタイムライブラリ
  3. Name: libXxf86misc
  4. Version: 1.0.3
  5. Release: 1%{?_dist_release}
  6. License: MIT/X11
  7. Group: System Environment/Libraries
  8. URL: http://www.x.org
  9. Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: pkgconfig
  12. BuildRequires: xorg-x11-proto-devel
  13. BuildRequires: libX11-devel
  14. BuildRequires: libXext-devel
  15. Obsoletes: XFree86-libs, XOrg-libs
  16. %description
  17. X.Org X11 libXxf86misc runtime library
  18. %package devel
  19. Summary: X.Org X11 libXxf86misc development package
  20. Summary(ja): X.Org X11 libXxf86misc 開発パッケージ
  21. Group: Development/Libraries
  22. Requires(pre): xorg-x11-filesystem
  23. Requires: %{name} = %{version}-%{release}
  24. Requires: xorg-x11-proto-devel
  25. Obsoletes: XFree86-devel, XOrg-devel
  26. %description devel
  27. X.Org X11 libXxf86misc development package
  28. %prep
  29. %setup -q
  30. # Disable static library creation by default.
  31. %define with_static 0
  32. %build
  33. %configure \
  34. %if ! %{with_static}
  35. --disable-static
  36. %endif
  37. make
  38. %install
  39. rm -rf $RPM_BUILD_ROOT
  40. make install DESTDIR=$RPM_BUILD_ROOT
  41. # We intentionally don't ship *.la files
  42. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  43. %clean
  44. rm -rf $RPM_BUILD_ROOT
  45. %post -p /sbin/ldconfig
  46. %postun -p /sbin/ldconfig
  47. %files
  48. %defattr(-,root,root,-)
  49. # FIXME: Missing some of the doc files %doc AUTHORS COPYING README INSTALL ChangeLog
  50. %doc COPYING ChangeLog
  51. %{_libdir}/libXxf86misc.so.1
  52. %{_libdir}/libXxf86misc.so.1.1.*
  53. %files devel
  54. %defattr(-,root,root,-)
  55. %if %{with_static}
  56. %{_libdir}/libXxf86misc.a
  57. %endif
  58. %{_libdir}/libXxf86misc.so
  59. %{_libdir}/pkgconfig/xxf86misc.pc
  60. %{_mandir}/man3/*.3*
  61. %changelog
  62. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-1
  63. - new upstream release
  64. * Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2
  65. - rebuild with rpm-4.8.1 for pkg-config file
  66. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  67. - new upstream release
  68. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-2
  69. - spec in utf-8
  70. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
  71. - new versioning policy
  72. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  73. - initial build for Vine Linux
  74. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
  75. - Rebuild for build id
  76. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  77. - rebuild
  78. * Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
  79. - Added "Requires: xorg-x11-proto-devel" to devel package for xxf86misc.pc
  80. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  81. - Added "BuildRequires: pkgconfig" for (#193508)
  82. - Replace "makeinstall" with "make install DESTDIR=..." for (#192729)
  83. - Remove package ownership of mandir/libdir/etc.
  84. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
  85. - Update to 1.0.1
  86. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
  87. - bump again for double-long bug on ppc(64)
  88. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
  89. - rebuilt for new gcc4.1 snapshot and glibc changes
  90. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  91. - Bumped and rebuilt
  92. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  93. - Updated libXxf86misc to version 1.0.0 from X11R7 RC4
  94. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  95. - Updated libXxf86misc to version 0.99.2 from X11R7 RC3
  96. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  97. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  98. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  99. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  100. - rebuilt
  101. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  102. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  103. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  104. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  105. - Updated libXxf86misc to version 0.99.1 from X11R7 RC1
  106. - Updated file manifest to find manpages in "man3x"
  107. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  108. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  109. between developers.
  110. - Use Fedora Extras style BuildRoot tag.
  111. - Disable static library creation by default.
  112. - Add missing defattr to devel subpackage
  113. - Add missing documentation files to doc macro
  114. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  115. - Renamed package to prepend "xorg-x11" to the name for consistency with
  116. the rest of the X11R7 packages.
  117. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  118. subpackage to ensure the devel package matches the installed shared libs.
  119. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  120. allow applications to use implementation agnostic dependencies.
  121. - Added post/postun scripts which call ldconfig.
  122. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  123. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  124. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  125. - Initial build.