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