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

Revision 10255, 5.0 KB checked in by Takemikaduchi, 8 years ago (diff)

MATE-1.14.0

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