source: projects/specs/trunk/n/notification-daemon/notification-daemon-vl.spec @ 9791

Revision 9791, 6.0 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

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