]> git.pld-linux.org Git - packages/LinuxUpdate.git/blob - LinuxUpdate.spec
- desktop for LinuxUpdate.spec
[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.2
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/LinuxUpdate/%{name}-%{version}.tar.gz
11 # Source0-md5:  c601875e6aab0479218f7baa8567314a
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.
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.117872 seconds and 4 git commands to generate.