rpms/rmanage/devel import.log, NONE, 1.1 rmanage.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Parag Nemade pnemade at fedoraproject.org
Fri Nov 21 06:11:41 UTC 2008


Author: pnemade

Update of /cvs/pkgs/rpms/rmanage/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29739/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rmanage.spec 
Log Message:

Initial Import for Fedora




--- NEW FILE import.log ---
rmanage-0_1_5-2_fc9:HEAD:rmanage-0.1.5-2.fc9.src.rpm:1227248135


--- NEW FILE rmanage.spec ---
Name:           rmanage
Version:        0.1.5
Release:        2%{?dist}
Summary:        Remotely monitoring machines on network
Group:          Development/Tools
License:        GPLv2
URL:            http://code.google.com/p/rmanage/
Source0:        http://rmanage.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  desktop-file-utils 
BuildRequires:  gtk2-devel 

%description
This tool is used for monitoring the LAN for connected machines.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"


desktop-file-install  \
        --delete-original \
        --dir=%{buildroot}%{_datadir}/applications \
        %{buildroot}/%{_datadir}/applications/%{name}.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS ChangeLog README
%{_bindir}/rmanage
%{_datadir}/applications/%{name}.desktop
%config(noreplace) %{_sysconfdir}/%{name}

%changelog
* Thu Nov 13 2008 Parag Nemade <panemade at gmail.com>- 0.1.5-2
- specfile cleanup from package review.

* Thu Nov 13 2008 Parag Nemade <panemade at gmail.com>- 0.1.5-1
- Initial specfile for Fedora 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rmanage/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Nov 2008 05:26:51 -0000	1.1
+++ .cvsignore	21 Nov 2008 06:11:10 -0000	1.2
@@ -0,0 +1 @@
+rmanage-0.1.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rmanage/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Nov 2008 05:26:51 -0000	1.1
+++ sources	21 Nov 2008 06:11:10 -0000	1.2
@@ -0,0 +1 @@
+4b28f94766e942662b9cccf936efd984  rmanage-0.1.5.tar.gz




More information about the fedora-extras-commits mailing list