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