]> git.pld-linux.org Git - packages/LinuxUpdate.git/blame - LinuxUpdate.spec
- PLD Initial Release
[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
4Version: 0.1
5Release: 1
6Epoch: 0
7License: GPL
8Group: X11/Applications
9Vendor: Patryk Zawadzki <patrys@pld-linux.org>
10Source0: http://wirusy.room-303.com/%{name}.tar.gz
11Requires: perl-Gtk2
12Requires: perl-Gtk2-Trayicon
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16
17%description -l pl
18
19%prep
20%setup -q -n %{name}
21
22%build
23
24%install
25rm -rf $RPM_BUILD_ROOT
26# create directories if necessary
27install -d $RPM_BUILD_ROOT{,/usr/share/pixmaps/LinuxUpdate,%{_bindir}}
28cp *.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/LinuxUpdate
29cp LinuxUpdate $RPM_BUILD_ROOT%{_bindir}
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%pre
35
36%post
37
38%preun
39
40%postun
41
42%files
43%defattr(644,root,root,755)
44%dir /usr/share/pixmaps/LinuxUpdate
45%attr(644,root,root) /usr/share/pixmaps/LinuxUpdate/*.xpm
46%attr(755,root,root) %{_bindir}/*
This page took 0.086038 seconds and 4 git commands to generate.