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