]> git.pld-linux.org Git - packages/LinuxUpdate.git/blobdiff - LinuxUpdate.spec
- version up to 0.5
[packages/LinuxUpdate.git] / LinuxUpdate.spec
index 238d43e85b84dafa805eb515036c3e6f5258a325..9e292b176ff59ec53aaa6f60943caaec7dc37a4e 100644 (file)
@@ -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 <patrys@pld-linux.org>
-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}/*
This page took 0.060667 seconds and 4 git commands to generate.