X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=LinuxUpdate.spec;h=c4596e8b4746d0873d8b18964441e603ced6d46b;hb=7e9c11b30a1cb075750bccea046ec6e29cb5105d;hp=2176241f7e0683292f7fed51041ba9dbaec0c3a2;hpb=cafb2a4a832fd591e3f480f9be97ce235583eaba;p=packages%2FLinuxUpdate.git diff --git a/LinuxUpdate.spec b/LinuxUpdate.spec index 2176241..c4596e8 100644 --- a/LinuxUpdate.spec +++ b/LinuxUpdate.spec @@ -1,16 +1,18 @@ Summary: PLD automatic update notification and upgrade wizard Summary(pl): Program powiadamiania o aktualizacjach w PLD Name: LinuxUpdate -Version: 0.1 +Version: 0.4.1 Release: 1 Epoch: 0 License: GPL Group: X11/Applications Vendor: Patryk Zawadzki -Source0: http://wirusy.room-303.com/%{name}.tar.gz -# Source0-md5: 07bd255f8e34bbeefc3b92b1e895cd07 +Source0: http://patrys.qns.pl/linux/LinuxUpdate/%{name}-%{version}.tar.gz +# Source0-md5: 721fc4a45b3cb208643f5caea06d8565 +Source1: %{name}.desktop Requires: perl-Gtk2 Requires: perl-Gtk2-TrayIcon +BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -24,10 +26,11 @@ Program powiadamiania o aktualizacjach w PLD. %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/LinuxUpdate,%{_bindir}} +install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/LinuxUpdate,%{_bindir},%{_desktopdir}} -install *.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/LinuxUpdate +install *.svg $RPM_BUILD_ROOT%{_pixmapsdir}/LinuxUpdate install LinuxUpdate $RPM_BUILD_ROOT%{_bindir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} %clean rm -rf $RPM_BUILD_ROOT @@ -35,4 +38,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* +%attr(644,root,root) %{_desktopdir}/* %{_pixmapsdir}/LinuxUpdate