]> git.pld-linux.org Git - packages/LinuxUpdate.git/blob - LinuxUpdate.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/LinuxUpdate.git] / LinuxUpdate.spec
1 Summary:        PLD automatic update notification and upgrade wizard
2 Summary(pl.UTF-8):      Program powiadamiania o aktualizacjach w PLD
3 Name:           LinuxUpdate
4 Version:        0.5
5 Release:        1
6 Epoch:          0
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://patrys.qns.pl/linux/LinuxUpdate/%{name}-%{version}.tar.gz
10 # Source0-md5:  720daf8db7476e367c85bc2609c7cc8d
11 Source1:        %{name}.desktop
12 Requires:       perl-Gtk2
13 Requires:       perl-Gtk2-TrayIcon
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 PLD automatic update notification and upgrade wizard. This program
19 lets you know when new packages are ready for upgrade and allows you
20 to update selected components.
21
22 %description -l pl.UTF-8
23 Program powiadamiania o aktualizacjach w PLD i umożliwia dokonanie
24 aktualizacji wybranych pakietów.
25
26 %prep
27 %setup -q -n %{name}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_bindir},%{_desktopdir}}
32
33 install *.svg $RPM_BUILD_ROOT%{_pixmapsdir}
34 install LinuxUpdate $RPM_BUILD_ROOT%{_bindir}
35 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
43 %{_desktopdir}/*.desktop
44 %{_pixmapsdir}/*
This page took 0.061246 seconds and 3 git commands to generate.