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

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

MATE-1.12.1

RevLine 
[5311]1Summary:        Notification daemon for MATE
2Name:           mate-notification-daemon
[9842]3Version:        1.12.1
[9120]4Release:        1%{?_dist_release}
[6172]5
[9797]6Source0:        http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
[6172]7
[8623]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
[6172]11
[8623]12# Vine patch
13# add vine and vine5 theme
14Patch1001: mate-notification-daemon-1.8.0-vine-theme.patch
15# change default to vine
[9797]16Patch1002: mate-notification-daemon-1.12.0-default-theme.patch
[8623]17
[5311]18License:        GPLv2
19Group:          System Environment/Libraries
[6679]20URL:            http://mate-desktop.org/
[5311]21
22BuildRequires:  mate-common
23BuildRequires:  gtk2-devel
24BuildRequires:  dbus-devel
25BuildRequires:  dbus-glib-devel
26BuildRequires:  libcanberra-devel
[8359]27BuildRequires:  libwnck-devel
[7697]28BuildRequires:  libnotify-devel
[8623]29BuildRequires:  libsexy-devel
[5311]30BuildRequires:  gtk-doc
31BuildRequires:  autoconf
32BuildRequires:  automake
33
[7697]34Requires(posttrans,postun):     glib2
35Requires(post,postun):  gtk2
[5311]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
[7697]46%{summary}
[5311]47
48
49%prep
[8623]50%setup -q -a 200
51%patch1001 -p1
52%patch1002 -p1
[5311]53
54%build
[8623]55autoreconf -if
[5311]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
[7697]82gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
[5311]83
84%postun
85/sbin/ldconfig
[7697]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 ||:
[5311]91fi
92
[7697]93%posttrans
94glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[5311]95
96%files -f %{name}.lang
97%defattr(-,root,root,-)
98%doc COPYING ChangeLog NEWS README
99%{_bindir}/mate-notification-properties
[6679]100%{_libdir}/mate-notification-daemon/engines/libcoco.so
101%{_libdir}/mate-notification-daemon/engines/libnodoka.so
[5311]102%{_libdir}/mate-notification-daemon/engines/libslider.so
103%{_libdir}/mate-notification-daemon/engines/libstandard.so
[8623]104%{_libdir}/mate-notification-daemon/engines/libvine.so
105%{_libdir}/mate-notification-daemon/engines/libvine5.so
[5311]106%{_libexecdir}/mate/mate-notification-daemon
[7697]107%{_datadir}/MateConf/gsettings/mate-notification-daemon.convert
[5311]108%{_datadir}/applications/mate-notification-properties.desktop
109%{_datadir}/dbus-1/services/org.freedesktop.mate.Notifications.service
[7697]110%{_datadir}/glib-2.0/schemas/org.mate.NotificationDaemon.gschema.xml
[5311]111%{_datadir}/icons/hicolor/*/*/*
112%{_datadir}/mate-notification-daemon/mate-notification-properties.ui
[7979]113%{_mandir}/man1/mate-notification-properties.1.gz
[5311]114
115
116%changelog
[9842]117* Tue Dec 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
118- new upstream release
119
[9797]120* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
121- new upstream release
122- update Patch1002 (mate-notification-daemon-1.12.0-default-theme.patch)
123
[9760]124* Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
125- new upstream release
126
[9705]127* Sun Aug 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
128- new upstream release
129
[9602]130* Sun Jun 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
131- new upstream release
132
[9432]133* Sun Mar 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
134- new upstream release
135
[9120]136* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
137- new upstream release
138
[8623]139* Sun Jun 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
140- remove Patch0 (mate-notification-daemon-1.2.0-makefile.patch)
141- add Source200 (mate-notification-daemon-engine-vine.tar.xz)
142- add Patch1001 (mate-notification-daemon-1.8.0-vine-theme.patch)
143- add Patch1002 (mate-notification-daemon-1.8.0-default-theme.patch)
144- add BuildRequires: libsexy-devel
145
[8359]146* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
147- new upstream release
148- change BuildRequires: libwnck-devel instead of libmatewnck-devel
149
[8068]150* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
151- rebuild with VineSeed environment
152
[7979]153* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
154- new upstream release
155
[7697]156* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
157- new upstream release
158- remove BuildRequires: mate-conf-devel, libmatenotify-devel
159- add BuildRequires: libnotify-devel
160
[6679]161* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
162- new upstream release
163- change BuildRequires: libmatewnck-devel instead of libwnck-devel
164
[6172]165* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
166- new upstream release
167- add Patch0 (mate-notification-daemon-1.2.0-makefile.patch)
168
[5311]169* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
170- initial build for Vine Linux
171
Note: See TracBrowser for help on using the repository browser.