rpms/prelude-notify/devel import.log, NONE, 1.1 prelude-notify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steve Grubb sgrubb at fedoraproject.org
Mon Aug 25 21:52:23 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/prelude-notify/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27577/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log prelude-notify.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
prelude-notify-0_9-0_1_20080814svn10860_fc9:HEAD:prelude-notify-0.9-0.1.20080814svn10860.fc9.src.rpm:1219701089


--- NEW FILE prelude-notify.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define alphatag 20080814
%define snapshot svn10860

Name: prelude-notify
Version: 0.9
Release: 0.1.%{alphatag}%{snapshot}%{?dist}
Summary: Prelude Notification Applet

License: GPLv2+
Group: User Interface/Desktops
URL: http://www.www.prelude-ids.com
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
Requires: notify-python
Requires: libprelude >= 0.9.19
Requires: pygtk2
BuildArch: noarch


%description
Prelude-notify is a desktop oriented application that works as a
monitoring tool that capture events from prelude manager using the
prelude connection pool event checker. Its purpose is to help security
managers and/or administrators to see in real time what's going on in
their network.

%prep
%setup -q


%build
python ./setup.py build


%install
rm -rf %{buildroot}
python ./setup.py install --root=%{buildroot} --install-lib=%{python_sitelib}
rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="fedora" --dir=%{buildroot}/%{_datadir}/applications %{name}.desktop

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS
%{_bindir}/%{name}
%dir %{python_sitelib}/PreludeNotify
%{python_sitelib}/PreludeNotify/*
%{python_sitelib}/prelude_notify*.egg-info
%dir %{_datadir}/prelude-notify
%{_datadir}/prelude-notify/*
%{_datadir}/applications/fedora-%{name}.desktop


%changelog
* Thu Aug 14 2008 Steve Grubb <sgrubb at redhat.com> 0.1.20080814svn10860
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-notify/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Aug 2008 17:40:41 -0000	1.1
+++ .cvsignore	25 Aug 2008 21:51:53 -0000	1.2
@@ -0,0 +1 @@
+prelude-notify-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-notify/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Aug 2008 17:40:41 -0000	1.1
+++ sources	25 Aug 2008 21:51:53 -0000	1.2
@@ -0,0 +1 @@
+304d872870289e75c42d5e46aae96af6  prelude-notify-0.9.tar.gz




More information about the fedora-extras-commits mailing list