]> git.pld-linux.org Git - packages/LinuxUpdate.git/blame - LinuxUpdate.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/LinuxUpdate.git] / LinuxUpdate.spec
CommitLineData
dfa07b2b 1Summary: PLD automatic update notification and upgrade wizard
6def2346 2Summary(pl.UTF-8): Program powiadamiania o aktualizacjach w PLD
dfa07b2b 3Name: LinuxUpdate
e75d91f4 4Version: 0.5
3dae641e 5Release: 1
dfa07b2b
PZ
6Epoch: 0
7License: GPL
8Group: X11/Applications
c3a61221 9Source0: http://patrys.qns.pl/linux/LinuxUpdate/%{name}-%{version}.tar.gz
e75d91f4 10# Source0-md5: 720daf8db7476e367c85bc2609c7cc8d
81cb45ee 11Source1: %{name}.desktop
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
548c753e
ER
18PLD automatic update notification and upgrade wizard. This program
19lets you know when new packages are ready for upgrade and allows you
20to update selected components.
dfa07b2b 21
255a33dd
JR
22%description -l pl.UTF-8
23Program powiadamiania o aktualizacjach w PLD i umożliwia dokonanie
24aktualizacji wybranych pakietów.
dfa07b2b
PZ
25
26%prep
27%setup -q -n %{name}
28
dfa07b2b
PZ
29%install
30rm -rf $RPM_BUILD_ROOT
2e6036c0 31install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_bindir},%{_desktopdir}}
0d81d167 32
2e6036c0 33install *.svg $RPM_BUILD_ROOT%{_pixmapsdir}
0d81d167 34install LinuxUpdate $RPM_BUILD_ROOT%{_bindir}
640060ee 35install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
dfa07b2b
PZ
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
dfa07b2b
PZ
40%files
41%defattr(644,root,root,755)
dfa07b2b 42%attr(755,root,root) %{_bindir}/*
02303395 43%{_desktopdir}/*.desktop
548c753e 44%{_pixmapsdir}/*
This page took 0.068088 seconds and 4 git commands to generate.