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