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

Revision 12343, 6.1 KB checked in by tomop, 4 years ago (diff)

updated 3 packages

libcanberra-0.30-3

libnotify-0.7.9-1

notification-daemon-3.20.0-2

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