Sophie

Sophie

distrib > Fedora > 17 > x86_64 > media > updates-src > by-pkgid > c78f339085ddd36c745a0fb7cb3e5b2d > files > 2

mate-applet-softupd-0.2.8-1.fc17.src.rpm

Name:		mate-applet-softupd
Version:	0.2.8
Release:	1%{?dist}
Summary:	MATE Software Update Applet 
Group:		Applications/System
License:	GPLv2+
URL:		http://www.zavedil.com/mate-software-updates-applet/
Source:		http://www.zavedil.com/wp-content/uploads/2013/06/mate-applet-softupd-%{version}.tar.gz
BuildRequires:	mate-panel-devel >= 1.3.0
BuildRequires:	libnotify-devel >= 0.7.0
BuildRequires:	PackageKit-glib-devel
BuildRequires:	gettext-devel
BuildRequires:	PackageKit
BuildRequires:	yumex
# BuildRequires:	autoconf
# BuildRequires:	automake
Requires:	PackageKit
Requires:	yumex

%description
Software updates notification applet for the MATE desktop environment.



%prep

%setup -q

# autoreconf -i -f



%build

%configure --enable-notify=libnotify
make %{?_smp_mflags}



%install

make install DESTDIR=$RPM_BUILD_ROOT

#	Do not install doc files: they are handled as rpm doc files.
rm -rf $RPM_BUILD_ROOT%{_docdir}

%find_lang %{name}


%post

/bin/touch --nocreate %{_datadir}/icons/hicolor &>/dev/null || :



%postun

if [ $1 -eq 0 ]
then	/bin/touch --nocreate %{_datadir}/icons/hicolor &>/dev/null
	/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
fi



%posttrans

/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :



%files -f %{name}.lang

%doc AUTHORS BUGS COPYING ChangeLog README TODO
%{_libexecdir}/softupd_applet
%{_datadir}/pixmaps/applet_softupd_on.png
%{_datadir}/pixmaps/applet_softupd_off.png
%{_datadir}/icons/hicolor/16x16/apps/applet_softupd.png
%{_datadir}/icons/hicolor/22x22/apps/applet_softupd.png
%{_datadir}/icons/hicolor/24x24/apps/applet_softupd.png
%{_datadir}/icons/hicolor/32x32/apps/applet_softupd.png
%{_datadir}/mate-panel/applets/org.mate.applets.SoftupdApplet.mate-panel-applet
%{_datadir}/dbus-1/services/org.mate.panel.applet.SoftupdApplet.service



%changelog
* Mon Jun 24 2013 Patrick Monnerat <pm@datasphere.ch> 0.2.8-1
- New upstream release.

* Fri May 10 2013 Patrick Monnerat <pm@datasphere.ch> 0.2.7-1
- New upstream release.

* Tue Apr 16 2013 Patrick Monnerat <pm@datasphere.ch> 0.2.5-4
- Patch "notify" for Mate 1.6 to replace use of obsolete "libmatenotify" by
  "libnotify".

* Tue Mar 12 2013 Patrick Monnerat <pm@datasphere.ch> 0.2.5-3
- Patch "morefrench" to add a missing french translation string.

* Mon Mar 11 2013 Patrick Monnerat <pm@datasphere.ch> 0.2.5-2
- Update according to https://bugzilla.redhat.com/show_bug.cgi?id=919469#c2

* Fri Mar  8 2013 Patrick Monnerat <pm@datasphere.ch> 0.2.5-1
- New upstream release.
- Patch "misc" fixes various discrepancies.

* Wed Mar  6 2013 Patrick Monnerat <pm@datasphere.ch> 0.2.4-1
- New upstream release.
- Patch "badvarset" to fix a variable setting in configure.ac.

* Tue Mar  5 2013 Patrick Monnerat <pm@datasphere.ch> 0.2.2-1
- Initial Fedora rpm spec file.
- Patch "lmpa4" to migrate to libmatepanelapplet-4.0.
- Patch "cflags" to allow external specification of compilation/linking options.
- Patch "nowarnings" to suppress compilation warnings.
- Patch "french" to implement a french translation.