]> git.pld-linux.org Git - packages/LinuxUpdate.git/blob - LinuxUpdate.spec
- todo done
[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.1
5 Release:        1
6 Epoch:          0
7 License:        GPL
8 Group:          X11/Applications
9 Vendor:         Patryk Zawadzki <patrys@pld-linux.org>
10 Source0:        http://wirusy.room-303.com/%{name}.tar.gz
11 # Source0-md5:  07bd255f8e34bbeefc3b92b1e895cd07
12 Requires:       perl-Gtk2
13 Requires:       perl-Gtk2-TrayIcon
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 PLD automatic update notification and upgrade wizard.
18
19 %description -l pl
20 Program powiadamiania o aktualizacjach w PLD.
21
22 %prep
23 %setup -q -n %{name}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/LinuxUpdate,%{_bindir}}
28
29 install *.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/LinuxUpdate
30 install LinuxUpdate $RPM_BUILD_ROOT%{_bindir}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %attr(755,root,root) %{_bindir}/*
38 %{_pixmapsdir}/LinuxUpdate
This page took 0.086202 seconds and 3 git commands to generate.