rpms/python-rpmfluff/EL-4 import.log, NONE, 1.1 python-rpmfluff.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jan Hutař jhutar at fedoraproject.org
Sun Mar 14 09:12:28 UTC 2010


Author: jhutar

Update of /cvs/pkgs/rpms/python-rpmfluff/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11386/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-rpmfluff.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
python-rpmfluff-0_3-5_fc12:EL-4:python-rpmfluff-0.3-5.fc12.src.rpm:1268557815


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

Name:          python-rpmfluff
Version:       0.3
Release:       5%{?dist}
Summary:       Lightweight way of building RPMs, and sabotaging them
License:       GPLv2
Group:         Development/Tools
URL:           https://fedorahosted.org/rpmfluff/
Source0:       https://fedorahosted.org/releases/r/p/rpmfluff/rpmfluff-%{version}.tar.bz2
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:     noarch
BuildRequires: python
BuildRequires: python-devel
BuildRequires:  python-setuptools-devel
#BuildRequires:  python-setuptools   # For Fedora < 8
Requires:      python


%description
rpmfluff provides a python library for building RPM packages, and
sabotaging them so they are broken in controlled ways.

It is intended for use when validating package analysis tools such as RPM lint.
It can also be used to construct test cases for package management software
such as rpm and yum.


%prep
%setup -q -n rpmfluff-%{version}


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%doc LICENSE
%{python_sitelib}/rpmfluff.py*
%{python_sitelib}/rpmfluff*.egg-info


%changelog
* Fri Feb 12 2010 Jan Hutar <jhutar at redhat.com> - 0.3-5
- Now version is in the separate file

* Thu Jan 26 2010 Jan Hutar <jhutar at redhat.com> - 0.3-4
- Fix for deprecated popen2 module

* Thu Jan 7 2010 Jan Hutar <jhutar at redhat.com> - 0.3-3
- Moved to use EGGs for distribution

* Mon Dec 21 2009 Jan Hutar <jhutar at redhat.com> - 0.3-2
- Added separate LICENSE file

* Fri Dec 18 2009 Jan Hutar <jhutar at redhat.com> - 0.3-1
- New version, first attempt to get to Fedora

* Tue Jul 08 2008 Jan Hutar <jhutar at redhat.com> - 0.1-1
- Initial version
- spec-file based on python-html2text.spec


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-rpmfluff/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Feb 2010 19:12:03 -0000	1.1
+++ .cvsignore	14 Mar 2010 09:12:28 -0000	1.2
@@ -0,0 +1 @@
+rpmfluff-0.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-rpmfluff/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Feb 2010 19:12:03 -0000	1.1
+++ sources	14 Mar 2010 09:12:28 -0000	1.2
@@ -0,0 +1 @@
+296472d772ee0cc04e9d9afd35880fd1  rpmfluff-0.3.tar.bz2



More information about the scm-commits mailing list