pixman-vl.spec 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Name: pixman
  3. Version: 0.21.2
  4. Release: 1%{?_dist_release}
  5. Summary: Pixel manipulation library
  6. Summary(ja): ピクセル操作ライブラリ
  7. Group: System Environment/Libraries
  8. License: MIT
  9. URL: http://xorg.freedesktop.org/archive/individual/lib/
  10. Source0: pixman-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Obsoletes: libpixman <= 0.1.6
  13. %description
  14. Pixman is a pixel manipulation library for X and cairo.
  15. %package devel
  16. Summary: Pixel manipulation library development package
  17. Group: Development/Libraries
  18. Requires: %{name} = %{version}-%{release}
  19. Requires: pkgconfig
  20. Obsoletes: libpixman-devel <= 0.1.6
  21. %description devel
  22. Development library for pixman.
  23. # compat32
  24. %package -n compat32-%{name}
  25. Summary: Pixel manipulation library
  26. Summary(ja): ピクセル操作ライブラリ
  27. Group: System Environment/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. %description -n compat32-%{name}
  30. Pixman is a pixel manipulation library for X and cairo.
  31. %package -n compat32-%{name}-devel
  32. Summary: Pixel manipulation library development package
  33. Group: Development/Libraries
  34. Requires: compat32-%{name} = %{version}-%{release}
  35. Requires: %{name}-devel = %{version}-%{release}
  36. %description -n compat32-%{name}-devel
  37. Development library for pixman.
  38. %prep
  39. %setup -q
  40. %build
  41. %configure --disable-static
  42. make %{?_smp_mflags}
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %post -p /sbin/ldconfig
  50. %postun -p /sbin/ldconfig
  51. %post -n compat32-%{name} -p /sbin/ldconfig
  52. %postun -n compat32-%{name} -p /sbin/ldconfig
  53. %files
  54. %defattr(-,root,root,-)
  55. %{_libdir}/libpixman-1*.so.*
  56. %files devel
  57. %defattr(-,root,root,-)
  58. %dir %{_includedir}/pixman-1
  59. %{_includedir}/pixman-1/pixman.h
  60. %{_includedir}/pixman-1/pixman-version.h
  61. %{_libdir}/libpixman-1*.so
  62. %{_libdir}/pkgconfig/pixman-1.pc
  63. # compat32
  64. %if %{build_compat32}
  65. %files -n compat32-%{name}
  66. %defattr(-,root,root,-)
  67. %{_libdir}/libpixman-1*.so.*
  68. %files -n compat32-%{name}-devel
  69. %defattr(-,root,root,-)
  70. %{_libdir}/libpixman-1*.so
  71. %{_libdir}/pkgconfig/pixman-1.pc
  72. %endif
  73. %changelog
  74. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.21.2-1
  75. - new upstream release
  76. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
  77. - new upstream release
  78. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19.4-1
  79. - new upstream release
  80. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.2-3
  81. - rebuild with rpm-4.8.1 for pkg-config file agein
  82. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.18.2-2
  83. - build with rpm-4.8.1-1 for pkg-config file
  84. * Fri Jul 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.2-1
  85. - new upstream release
  86. * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.18.0-1
  87. - new upstream release
  88. * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.14-1
  89. - new upstream release
  90. * Sun Mar 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.10-1
  91. - new upstream release
  92. * Wed Feb 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.4-1
  93. - new upstream release
  94. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.2-1
  95. - new upstream release
  96. * Thu Jul 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.18-1
  97. - new upstream release
  98. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.14-2
  99. - add Patch1 to fix notification icon
  100. * Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.14-1
  101. - new upstream release
  102. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.15.4-2
  103. - added compat32 subpackage for x86_64 arch support again.
  104. * Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.4-1
  105. - new upstream release
  106. * Sat May 02 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.15.2-2
  107. - added compat32 subpackage for x86_64 arch support.
  108. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.2-1
  109. - new upstream release
  110. * Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.0-1
  111. - new upstream release
  112. * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.0-1
  113. - new upstream release
  114. * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.10-1
  115. - new upstream release
  116. * Mon Aug 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11.8-1
  117. - new upstream release
  118. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.6-1
  119. - new upstream release
  120. * Thu May 1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.0-1vl5
  121. - Initial build for Vine Linux
  122. * Thu Apr 3 2008 Soren Sandmann <sandmann@redhat.com> 0.10.0-1
  123. - Update to 0.10.0
  124. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
  125. - Autorebuild for GCC 4.3
  126. * Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-3
  127. - Third time's the charm.
  128. * Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-2
  129. - Second try.
  130. * Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-1
  131. - Update to 0.9.6 release.
  132. * Wed Sep 05 2007 Adam Jackson <ajax@redhat.com> 0.9.5-1
  133. - Update to 0.9.5 release.
  134. * Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
  135. - New snapshot
  136. * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-4.20070824
  137. - New snapshot
  138. * Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.9.0-3.20070724
  139. - rebuild for toolchain bug
  140. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-2.20070724
  141. - Re-add it, %%dir is not the same as adding a dir whole.
  142. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-1.20070724
  143. - Remove redundant header from %%files devel.
  144. * Fri May 18 2007 Adam Jackson <ajax@redhat.com> 0.9.0-0.20070724
  145. - git build so I can build git X.