]> git.pld-linux.org Git - packages/LinuxUpdate.git/blame - LinuxUpdate.spec
- version up to 0.4.1
[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
7e9c11b3
PZ
4Version: 0.4.1
5Release: 1
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
7e9c11b3 11# Source0-md5: 721fc4a45b3cb208643f5caea06d8565
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 30
7e9c11b3 31install *.svg $RPM_BUILD_ROOT%{_pixmapsdir}/LinuxUpdate
0d81d167 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.130551 seconds and 4 git commands to generate.