]> git.pld-linux.org Git - packages/LinuxUpdate.git/blobdiff - LinuxUpdate.spec
- version up to 0.4.1
[packages/LinuxUpdate.git] / LinuxUpdate.spec
index 2176241f7e0683292f7fed51041ba9dbaec0c3a2..c4596e8b4746d0873d8b18964441e603ced6d46b 100644 (file)
@@ -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 <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: 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
This page took 0.158369 seconds and 4 git commands to generate.