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