]> git.pld-linux.org Git - packages/LinuxUpdate.git/commitdiff
- PLD Initial Release
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 14 Jul 2004 13:20:25 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- missing description
- missing .desktop file

Changed files:
    LinuxUpdate.spec -> 1.1

LinuxUpdate.spec [new file with mode: 0644]

diff --git a/LinuxUpdate.spec b/LinuxUpdate.spec
new file mode 100644 (file)
index 0000000..7d4d52c
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       PLD automatic update notification and upgrade wizard
+Summary(pl):   Program powiadamiania o aktualizacjach w PLD
+Name:          LinuxUpdate
+Version:       0.1
+Release:       1
+Epoch:         0
+License:       GPL
+Group:         X11/Applications
+Vendor:                Patryk Zawadzki <patrys@pld-linux.org>
+Source0:       http://wirusy.room-303.com/%{name}.tar.gz
+Requires:      perl-Gtk2
+Requires:      perl-Gtk2-Trayicon
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+install -d $RPM_BUILD_ROOT{,/usr/share/pixmaps/LinuxUpdate,%{_bindir}}
+cp *.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/LinuxUpdate
+cp LinuxUpdate $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%dir /usr/share/pixmaps/LinuxUpdate
+%attr(644,root,root) /usr/share/pixmaps/LinuxUpdate/*.xpm
+%attr(755,root,root) %{_bindir}/*
This page took 0.053857 seconds and 4 git commands to generate.