Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6902ec1e27 | ||
|
|
89174da739 | ||
|
|
c322854645 | ||
|
|
249207b37a | ||
|
|
e685d9ed30 | ||
|
|
81575f756e | ||
|
|
1d4260110d | ||
|
|
c987448781 | ||
|
|
a341005095 | ||
|
|
9b3ab27972 | ||
|
|
c2fdb0d6a1 | ||
|
|
229896f6b7 | ||
|
|
46534229ee | ||
|
|
0d3806d945 | ||
|
|
4fd2b7f917 | ||
|
|
da56d3d7fd | ||
|
|
f0b14ee2a2 | ||
|
|
39e33866a2 | ||
|
|
3d37974930 |
5 changed files with 3 additions and 56 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
zapplet-0.1.tar.gz
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
To have Zapplet start on login use the following command as root:
|
||||
'cp /usr/share/applications/zapplet.desktop /etc/xdg/autostart/zapplet.desktop'
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2017-02-17: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
d12db237f805d6711d8d720080e06eaa zapplet-0.1.tar.gz
|
||||
52
zapplet.spec
52
zapplet.spec
|
|
@ -1,52 +0,0 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
Name: zapplet
|
||||
Version: 0.1
|
||||
Release: 4%{dist}
|
||||
Summary: Zenoss Tray Applet
|
||||
Group: Applications/Communications
|
||||
License: GPLv2+
|
||||
URL: http://zapplet.sourceforge.net
|
||||
Source0: http://downloads.sourceforge.net/zapplet/zapplet-%{version}.tar.gz
|
||||
Source1: http://ke4qqq.fedorapeople.org/zapplet/README.fedora
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: python
|
||||
BuildRequires: python-setuptools-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
Requires: pygtk2
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Zapplet is a tray applet for monitoring aspects of Zenoss from the desktop.
|
||||
|
||||
%prep
|
||||
%setup -q -n zapplet-%{version}
|
||||
cp %{SOURCE1} ./README.fedora
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
||||
|
||||
desktop-file-install --add-category="Network" --dir=%{buildroot}%{_datadir}/applications zapplet.desktop
|
||||
rm -rf %{buildroot}%{_sysconfdir}/xdg/autostart/zapplet.desktop
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/zapplet.desktop
|
||||
%doc README.fedora
|
||||
%changelog
|
||||
* Mon Jan 19 2009 David Nalley <david@gnsa.us> 0.1-4
|
||||
- Made changes suggested by ianweller to fix cvs issues
|
||||
* Sun Dec 28 2008 David Nalley <david@gnsa.us> 0.1-3
|
||||
- Made changes suggested by Brian Pepple
|
||||
* Sat Dec 27 2008 David Nalley <david@gnsa.us> 0.1-2
|
||||
- Making corrections suggested by Fabian Affolter
|
||||
* Sun Dec 14 2008 David Nalley <david@gnsa.us> 0.1-1
|
||||
- Initial packaging efforts
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue