gnome-common-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. Summary: Useful things common to building gnome packages from scratch
  2. Name: gnome-common
  3. Version: 3.18.0
  4. Release: 2%{?_dist_release}
  5. Group: Development/Tools
  6. BuildArch: noarch
  7. License: GPLv2
  8. URL: http://developer.gnome.org
  9. Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: daisuke,yasumichi
  14. Requires: pkgconfig
  15. Requires: autoconf-archive
  16. %description
  17. This package contains sample files that should be used to develop pretty much
  18. every GNOME application. The programs included here are not needed for running
  19. gnome apps or building ones from distributed tarballs. They are only useful
  20. for compiling from CVS sources or when developing the build infrastructure for
  21. a GNOME application.
  22. %prep
  23. %setup -q
  24. %build
  25. %configure --with-autoconf-archive
  26. make %{?_smp_mflags}
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make install DESTDIR=$RPM_BUILD_ROOT
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc README COPYING ChangeLog
  35. %{_bindir}/*
  36. %{_datadir}/aclocal/*
  37. %changelog
  38. * Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.18.0-2
  39. - drop files conflict with autoconf-archive.
  40. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
  41. - new upstream release
  42. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
  43. - new upstream release
  44. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  45. - new upstream release
  46. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
  47. - rebuild with VineSeed environment
  48. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
  49. - new upstream release
  50. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  51. - new upstream release
  52. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.91-1
  53. - new upstream release
  54. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
  55. - new upstream release
  56. * Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
  57. - new upstream release
  58. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
  59. - new upstream release
  60. * Fri Jul 17 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1
  61. - update upstream version.
  62. - add Vender,Distribution,Packager tag.
  63. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  64. - initial build for Vine Linux
  65. * Sun Aug 12 2007 Toshio Kuratomi <a.badger@gmail.com> - 2.18.0-1
  66. - Update to version that matches gnome-2.18.
  67. - Update license tag to strict GPLv2.
  68. * Wed Dec 06 2006 Toshio Kuratomi <toshio@tiki-lounge.com> - 2.12.0-4
  69. - Add a patch from gnome-common cvs to address bug #218717 (gnome-common
  70. does not work with automake-1.10).
  71. * Mon Sep 04 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-3
  72. - Bump and rebuild for FC6.
  73. * Thu Feb 16 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-2
  74. - Bump and rebuild for FC5.
  75. * Tue Oct 18 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-1
  76. - Upgrade to 2.12.0.
  77. - Add dist tag.
  78. * Thu May 12 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.8.0-3
  79. - Bump and rebuild to get versions synced across architectures.
  80. * Fri Mar 18 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.8.0-2
  81. - Rebuild for FC4t1
  82. * Tue Sep 14 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.8.0-1
  83. - Update to 2.8.0
  84. + This release supports automake thru version 1.9 and has had a lot of
  85. deprecated stuff cleaned out.
  86. - Removed BuildRequires. A base mach build environment will build it now.
  87. - Removed Requires. Although gnome-common still requires autoconf and
  88. friends, it doesn't require a specific version of them. There's no virtual
  89. provides in the automake14,15,16,17 automake packages that could help here.
  90. * Mon Mar 22 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.3
  91. - Add COPYING file to the docs
  92. - Add bin/Changelog to the docs as ChangeLog.bin
  93. * Sun Dec 28 2003 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.2
  94. - Update the Requires line (rpm doesn't automatically detect most of the
  95. dependencies.)
  96. - Remove the AUTHORS file as it's currently empty
  97. * Fri Dec 19 2003 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.1
  98. - Initial RPM release.