rpms/rpmconf/EL-5 import.log, NONE, 1.1 rpmconf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Mon Jul 20 07:18:45 UTC 2009


Author: msuchy

Update of /cvs/pkgs/rpms/rpmconf/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13469/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rpmconf.spec 
Log Message:
Import initial version of rpmconf-0.1.6-1 to EL-5 branch.



--- NEW FILE import.log ---
rpmconf-0_1_6-1:EL-5:rpmconf-0.1.6-1.src.rpm:1248074234


--- NEW FILE rpmconf.spec ---
Name: rpmconf
Summary: Tool to handle rpmnew and rpmsave files
Group:   Applications/System
License: GPLv3
Version: 0.1.6
Release: 1%{?dist}
URL:     http://wiki.github.com/xsuchy/rpmconf
Source0: http://cloud.github.com/downloads/xsuchy/rpmconf/%{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: docbook-utils

%description
This tool seach for .rpmnew and .rpmsave files and ask you what to do with 
them:
Keep current version, place back old version or watch the diff.

%prep
%setup -q

%build
docbook2man rpmconf.sgml

%install
rm -rf $RPM_BUILD_ROOT
install -D -m 755 rpmconf $RPM_BUILD_ROOT%{_sbindir}/rpmconf
install -D -m 644 rpmconf.8 $RPM_BUILD_ROOT%{_mandir}/man8/rpmconf.8

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_sbindir}/rpmconf
%{_mandir}/man8/rpmconf.8*
%doc LICENSE

%changelog
* Fri Jul 17 2009 Miroslav Suchy <msuchy at redhat.com> 0.1.6-1
- addressed fedora package review notes (#7)

* Thu Jul 16 2009 Miroslav Suchy <msuchy at redhat.com> 0.1.5-1
- addressed fedora package review notes

* Thu Jul 16 2009 Miroslav Suchy <msuchy at redhat.com> 0.1.3-1
- initial version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpmconf/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Jul 2009 15:48:24 -0000	1.1
+++ .cvsignore	20 Jul 2009 07:18:15 -0000	1.2
@@ -0,0 +1 @@
+rpmconf-0.1.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpmconf/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Jul 2009 15:48:24 -0000	1.1
+++ sources	20 Jul 2009 07:18:15 -0000	1.2
@@ -0,0 +1 @@
+5e01709e49e38d31459654c1b5bf5d51  rpmconf-0.1.6.tar.gz




More information about the scm-commits mailing list