]> git.pld-linux.org Git - packages/LinuxUpdate.git/blobdiff - LinuxUpdate.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/LinuxUpdate.git] / LinuxUpdate.spec
index 16af728fbb24a52a44e8a0048e03ba953f65bf63..b8b675ed37c5ab4b307b5e942d626e4383ea51e2 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       PLD automatic update notification and upgrade wizard
-Summary(pl):   Program powiadamiania o aktualizacjach w PLD
+Summary(pl.UTF-8):     Program powiadamiania o aktualizacjach w PLD
 Name:          LinuxUpdate
-Version:       0.2
-Release:       3
+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/LinuxUpdate/%{name}-%{version}.tar.gz
-# Source0-md5: c601875e6aab0479218f7baa8567314a
+Source0:       http://patrys.qns.pl/linux/LinuxUpdate/%{name}-%{version}.tar.gz
+# Source0-md5: 720daf8db7476e367c85bc2609c7cc8d
 Source1:       %{name}.desktop
 Requires:      perl-Gtk2
 Requires:      perl-Gtk2-TrayIcon
@@ -16,19 +15,22 @@ 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.
+%description -l pl.UTF-8
+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},%{_desktopdir}}
+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}
 
@@ -38,5 +40,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-%attr(644,root,root) %{_desktopdir}/*
-%{_pixmapsdir}/LinuxUpdate
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*
This page took 0.075192 seconds and 4 git commands to generate.