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

Revision 6011, 5.3 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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: 0.7.4
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}/0.7/%{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%{_libexecdir}/notification-daemon
56%{_datadir}/applications/notification-daemon.desktop
57
58%changelog
59* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
60- new upstream release
61
62* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.3-1
63- new upstream release
64
65* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.2-1
66- new upstream release
67
68* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
69- new upstream release
70- drop all sources and patches
71- add BuildRequires: libcanberra-gtk3-devel
72
73* Sun May 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-6
74- update Source201
75
76* Sat May 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-5
77- rebuild with new toolchain
78- update Source201 (add modified coco theme as new default)
79- add patch300 to use gvfs-open instead of gnome-open
80- add patch310 to change notification bubble position
81- add patch320 to add new vine theme
82- add patch340 to change default notification localtion to top_right.
83- add BR: libwnck-devel
84
85* Sun Aug 09 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.0-4
86- add Categories=DesktopSettings for notification-properties.desktop
87
88* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-3
89- add Source200, Patch200,201
90  - add vine theme engine based on ubuntu engine.
91
92- add patch101-109 from ubuntu
93  - Patch103: fix xinerama stack
94  - Patch104: dont crash on critical warnings
95  - Patch105: fix notification spacing
96  - Patch107: fix memleak
97  - Patch109: fix crash on theme changing
98
99* Sat Mar 28 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.0-2
100- add japanese translation (Source1 and Patch1)
101- prperly install/uninstall gconf schemas
102- update gtk icon cache with %%post, %%postun
103
104* Fri Mar 27 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.0-1
105- new upstream release
106- change required gtk2 version to 2.10.0
107
108* Sun Oct  5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.7-1
109- applied new versioning policy
110
111* Tue Dec 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.7-0vl2
112- rebuilt with libwnck 2.20.2
113
114* Tue May 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.7-0vl1
115- new upstream release
116- rebuilt with libsexy 0.1.10
117- added BuildRequores: libsexy-devel
118
119* Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.5-0vl1
120- new upstream release
121
122* Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.4-0vl1
123- initial build for Vine Linux partialy based on FC package.
124
125* Wed Mar 08 2006 John (J5) Palmieri <johnp@redhat.com> - 0.3.1-9
126- Add patch to fix struct handling in the dbus glib binding for dbus 0.61
127  so image data works again
128
129* Tue Feb 14 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-8
130- BuildRequires love, for all you lovers out there.
131
132* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.1-7.1
133- bump again for double-long bug on ppc(64)
134
135* Thu Feb 09 2006 Florian La Roche <laroche@redhat.com>
136- remove empty scripts from .spec file
137
138* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.1-6.1
139- rebuilt for new gcc4.1 snapshot and glibc changes
140
141* Fri Feb  3 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-6
142- Add patch to determine whether a compositing manager is running
143  when drawing a new notification bubble, as long as the CM grabs
144  the appropriate XSelection.
145
146* Fri Jan 20 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-5
147- Make it so that marked-up messages appear with markup
148
149* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-4
150- Provide desktop-notification-daemon, since libnotify requires a
151  notification deamon, but not this specific one.  Other notification
152  daemons can exist on the system so long as they meet the provides
153  (and the API of course).
154
155* Mon Jan  9 2006 Christopher Aillon <caillon@redhat.com> - 0.3.1-3
156- Fix positioning of the notification bubble to not draw off-screen
157
158* Wed Dec 14 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.1-2
159- Actuall release of 0.3.1
160
161* Thu Nov 17 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.1-1
162- Upgrade to upstream 0.3.1
163
164* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-1
165- inital build
Note: See TracBrowser for help on using the repository browser.