source: projects/specs/trunk/m/mate-notification-daemon/mate-notification-daemon-vl.spec @ 10961

Revision 10961, 5.5 KB checked in by iwaim, 7 years ago (diff)

mate-notification-daemon 1.16.1-1

Line 
1Summary:        Notification daemon for MATE
2Name:           mate-notification-daemon
3Version:        1.16.1
4Release:        1%{?_dist_release}
5
6Source0:        http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
7
8# vine theme (based on coco) and vine5 theme (old theme)
9# http://github.com/tatofoo/notification-daemon-engine-coco
10Source200: mate-notification-daemon-engine-vine.tar.xz
11
12# Vine patch
13# add vine and vine5 theme
14Patch1001: mate-notification-daemon-1.8.0-vine-theme.patch
15# change default to vine
16Patch1002: mate-notification-daemon-1.12.0-default-theme.patch
17
18License:        GPLv2
19Group:          System Environment/Libraries
20URL:            http://mate-desktop.org/
21
22BuildRequires:  mate-common
23BuildRequires:  gtk3-devel
24BuildRequires:  dbus-glib-devel
25BuildRequires:  libcanberra-gtk3-devel
26BuildRequires:  libwnck3-devel
27BuildRequires:  libnotify-devel
28BuildRequires:  gtk-doc
29BuildRequires:  autoconf
30BuildRequires:  automake
31
32Requires(posttrans,postun):     glib2
33Requires(post,postun):  gtk3
34Requires(post,postun):  desktop-file-utils
35
36BuildRoot:      %{_tmppath}/%{name}-%{version}-root
37
38Vendor:         Project Vine
39Distribution:   Vine Linux
40Packager:       Takemikaduchi, iwaim
41
42
43%description
44%{summary}
45
46
47%prep
48%setup -q
49#%setup -q -a 200
50#%patch1001 -p1
51#%patch1002 -p1
52
53%build
54#autoreconf -if
55%configure \
56        --libexecdir=%{_libexecdir}/mate \
57        --disable-static
58
59%{__make} %{?_smp_mflags}
60
61
62%install
63%{__rm} -rf ${RPM_BUILD_ROOT}
64
65%{__make} install DESTDIR=${RPM_BUILD_ROOT}
66
67find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
68find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
69
70%find_lang %{name}
71
72
73%clean
74%{__rm} -rf ${RPM_BUILD_ROOT}
75
76%post
77/sbin/ldconfig
78update-desktop-database %{_datadir}/applications >& /dev/null ||:
79touch --no-create %{_datadir}/icons/hicolor
80gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
81
82%postun
83/sbin/ldconfig
84if [ $1 -eq 0 ]; then
85  update-desktop-database %{_datadir}/applications >& /dev/null ||:
86  touch --no-create %{_datadir}/icons/hicolor
87  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
88  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
89fi
90
91%posttrans
92glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
93
94%files -f %{name}.lang
95%defattr(-,root,root,-)
96%doc COPYING ChangeLog NEWS README
97%{_bindir}/mate-notification-properties
98%{_libdir}/mate-notification-daemon/engines/libcoco.so
99%{_libdir}/mate-notification-daemon/engines/libnodoka.so
100%{_libdir}/mate-notification-daemon/engines/libslider.so
101%{_libdir}/mate-notification-daemon/engines/libstandard.so
102#%{_libdir}/mate-notification-daemon/engines/libvine.so
103#%{_libdir}/mate-notification-daemon/engines/libvine5.so
104%{_libexecdir}/mate/mate-notification-daemon
105%{_datadir}/applications/mate-notification-properties.desktop
106%{_datadir}/dbus-1/services/org.freedesktop.mate.Notifications.service
107%{_datadir}/glib-2.0/schemas/org.mate.NotificationDaemon.gschema.xml
108%{_datadir}/icons/hicolor/*/*/*
109%{_datadir}/mate-notification-daemon/mate-notification-properties.ui
110%{_mandir}/man1/mate-notification-properties.1.gz
111
112
113%changelog
114* Tue Jan 31 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
115- update to 1.16.1
116- drop fix-bold patch (Patch0): upstream merged
117
118* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
119- new upstream release
120- add fix-bold patch (Patch0)
121- update GTK+ version
122 - BR: gtk3-devel, libwnck3-devel and libcanberra-gtk3-devel
123- drop BuildRequires: libsexy-devel
124- update Packager
125- stop applying Vine Linux themes
126
127* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.1-1
128- new upstream release
129
130* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
131- new upstream release
132
133* Tue Dec 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
134- new upstream release
135
136* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
137- new upstream release
138- update Patch1002 (mate-notification-daemon-1.12.0-default-theme.patch)
139
140* Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
141- new upstream release
142
143* Sun Aug 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
144- new upstream release
145
146* Sun Jun 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
147- new upstream release
148
149* Sun Mar 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
150- new upstream release
151
152* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
153- new upstream release
154
155* Sun Jun 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
156- remove Patch0 (mate-notification-daemon-1.2.0-makefile.patch)
157- add Source200 (mate-notification-daemon-engine-vine.tar.xz)
158- add Patch1001 (mate-notification-daemon-1.8.0-vine-theme.patch)
159- add Patch1002 (mate-notification-daemon-1.8.0-default-theme.patch)
160- add BuildRequires: libsexy-devel
161
162* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
163- new upstream release
164- change BuildRequires: libwnck-devel instead of libmatewnck-devel
165
166* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
167- rebuild with VineSeed environment
168
169* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
170- new upstream release
171
172* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
173- new upstream release
174- remove BuildRequires: mate-conf-devel, libmatenotify-devel
175- add BuildRequires: libnotify-devel
176
177* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
178- new upstream release
179- change BuildRequires: libmatewnck-devel instead of libwnck-devel
180
181* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
182- new upstream release
183- add Patch0 (mate-notification-daemon-1.2.0-makefile.patch)
184
185* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
186- initial build for Vine Linux
187
Note: See TracBrowser for help on using the repository browser.