notification-daemon-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. %define gtk3_version 3.4.0
  2. %define glib2_version 2.32.0
  3. %define libcanberra_version 0.28
  4. %define dbus_version 0.98
  5. %define libnotify_version 0.7.5
  6. Summary: Notification Daemon
  7. Name: notification-daemon
  8. Version: 0.7.5
  9. Release: 1%{?_dist_release}
  10. URL: http://www.galago-project.org/specs/notification/
  11. License: GPL
  12. Group: System Environment/Libraries
  13. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.xz
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. Requires: dbus >= %{dbus_version}
  16. Requires: dbus-glib >= %{dbus_version}
  17. BuildRequires: glib2-devel >= %{glib2_version}
  18. BuildRequires: gtk3-devel >= %{gtk3_version}
  19. BuildRequires: libcanberra-gtk3-devel >= %{libcanberra_version}
  20. BuildRequires: libnotify-devel >= %{libnotify_version}
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. %description
  24. notification-daemon is the server implementation of the freedesktop.org
  25. desktop notification specification.
  26. Vendor: Project Vine
  27. Distribution: Vine Linux
  28. Packager: daisuke
  29. %prep
  30. %setup -q
  31. # install japanese message catalog
  32. #%{__cp} %{SOURCE1} po/ja.po
  33. %build
  34. %configure --disable-static
  35. make %{?_smp_mflags}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. %{__make} install DESTDIR=$RPM_BUILD_ROOT
  39. %find_lang %name
  40. %files -f %{name}.lang
  41. %defattr(-,root,root)
  42. %doc COPYING ChangeLog NEWS
  43. %{_libexecdir}/notification-daemon
  44. %{_datadir}/applications/notification-daemon.desktop
  45. %changelog
  46. * Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.5-1
  47. - new upstream release
  48. * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
  49. - new upstream release
  50. * Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.3-1
  51. - new upstream release
  52. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.2-1
  53. - new upstream release
  54. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
  55. - new upstream release
  56. - drop all sources and patches
  57. - add BuildRequires: libcanberra-gtk3-devel
  58. * Sun May 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-6
  59. - update Source201
  60. * Sat May 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-5
  61. - rebuild with new toolchain
  62. - update Source201 (add modified coco theme as new default)
  63. - add patch300 to use gvfs-open instead of gnome-open
  64. - add patch310 to change notification bubble position
  65. - add patch320 to add new vine theme
  66. - add patch340 to change default notification localtion to top_right.
  67. - add BR: libwnck-devel
  68. * Sun Aug 09 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.0-4
  69. - add Categories=DesktopSettings for notification-properties.desktop
  70. * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-3
  71. - add Source200, Patch200,201
  72. - add vine theme engine based on ubuntu engine.
  73. - add patch101-109 from ubuntu
  74. - Patch103: fix xinerama stack
  75. - Patch104: dont crash on critical warnings
  76. - Patch105: fix notification spacing
  77. - Patch107: fix memleak
  78. - Patch109: fix crash on theme changing
  79. * Sat Mar 28 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.0-2
  80. - add japanese translation (Source1 and Patch1)
  81. - prperly install/uninstall gconf schemas
  82. - update gtk icon cache with %%post, %%postun
  83. * Fri Mar 27 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.0-1
  84. - new upstream release
  85. - change required gtk2 version to 2.10.0
  86. * Sun Oct 5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.7-1
  87. - applied new versioning policy
  88. * Tue Dec 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.7-0vl2
  89. - rebuilt with libwnck 2.20.2
  90. * Tue May 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.7-0vl1
  91. - new upstream release
  92. - rebuilt with libsexy 0.1.10
  93. - added BuildRequores: libsexy-devel
  94. * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.5-0vl1
  95. - new upstream release
  96. * Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.4-0vl1
  97. - initial build for Vine Linux partialy based on FC package.
  98. * Wed Mar 08 2006 John (J5) Palmieri <johnp@redhat.com> - 0.3.1-9
  99. - Add patch to fix struct handling in the dbus glib binding for dbus 0.61
  100. so image data works again
  101. * Tue Feb 14 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-8
  102. - BuildRequires love, for all you lovers out there.
  103. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.1-7.1
  104. - bump again for double-long bug on ppc(64)
  105. * Thu Feb 09 2006 Florian La Roche <laroche@redhat.com>
  106. - remove empty scripts from .spec file
  107. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.1-6.1
  108. - rebuilt for new gcc4.1 snapshot and glibc changes
  109. * Fri Feb 3 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-6
  110. - Add patch to determine whether a compositing manager is running
  111. when drawing a new notification bubble, as long as the CM grabs
  112. the appropriate XSelection.
  113. * Fri Jan 20 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-5
  114. - Make it so that marked-up messages appear with markup
  115. * Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-4
  116. - Provide desktop-notification-daemon, since libnotify requires a
  117. notification deamon, but not this specific one. Other notification
  118. daemons can exist on the system so long as they meet the provides
  119. (and the API of course).
  120. * Mon Jan 9 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-3
  121. - Fix positioning of the notification bubble to not draw off-screen
  122. * Wed Dec 14 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.1-2
  123. - Actuall release of 0.3.1
  124. * Thu Nov 17 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.1-1
  125. - Upgrade to upstream 0.3.1
  126. * Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-1
  127. - inital build