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