X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=LinuxUpdate.spec;h=9e292b176ff59ec53aaa6f60943caaec7dc37a4e;hb=e75d91f40f5c31e96b73b1f16341b8abeac1204c;hp=238d43e85b84dafa805eb515036c3e6f5258a325;hpb=16001934c3b379ce6e4413a7b572bbaa4d0742ae;p=packages%2FLinuxUpdate.git diff --git a/LinuxUpdate.spec b/LinuxUpdate.spec index 238d43e..9e292b1 100644 --- a/LinuxUpdate.spec +++ b/LinuxUpdate.spec @@ -1,34 +1,39 @@ -# TODO: source0-md5 Summary: PLD automatic update notification and upgrade wizard Summary(pl): Program powiadamiania o aktualizacjach w PLD Name: LinuxUpdate -Version: 0.1 +Version: 0.5 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: 720daf8db7476e367c85bc2609c7cc8d +Source1: %{name}.desktop Requires: perl-Gtk2 Requires: perl-Gtk2-TrayIcon +BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -PLD automatic update notification and upgrade wizard. +PLD automatic update notification and upgrade wizard. This program lets +you know when new packages are ready for upgrade and allows you to update +selected components. %description -l pl -Program powiadamiania o aktualizacjach w PLD. +Program powiadamiania o aktualizacjach w PLD i umo¿liwia dokonanie +aktualizacji wybranych pakietów. %prep %setup -q -n %{name} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/LinuxUpdate,%{_bindir}} +install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_bindir},%{_desktopdir}} -install *.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/LinuxUpdate +install *.svg $RPM_BUILD_ROOT%{_pixmapsdir} install LinuxUpdate $RPM_BUILD_ROOT%{_bindir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} %clean rm -rf $RPM_BUILD_ROOT @@ -36,4 +41,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* -%{_pixmapsdir}/LinuxUpdate +%attr(644,root,root) %{_desktopdir}/* +%attr(644,root,root) %{_pixmapsdir}/*