rpms/python-isprelink/F-7 python-isprelink.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Jul 2 20:02:57 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/python-isprelink/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14162

Modified Files:
	.cvsignore sources 
Added Files:
	python-isprelink.spec 
Log Message:
Initial import for F-7


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

Name:           python-isprelink
Version:        0.1.2
Release:        2%{?dist}
Summary:        Python module to determine if a file has been prelinked

Group:          Development/Languages
License:        GPL
URL:            http://trac.mcs.anl.gov/projects/bcfg2
Source0:        ftp://ftp.mcs.anl.gov/pub/bcfg/isprelink-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  elfutils-libelf-devel

%description
Python module to determine if a file has been prelinked.

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

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%{python_sitearch}/*

%changelog
* Fri Jun 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.1.2-2
- Upstream tarball is different from what I was using, adapt.

* Tue Jun 26 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.1.2-1
- First version for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-isprelink/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Jul 2007 19:03:37 -0000	1.1
+++ .cvsignore	2 Jul 2007 20:02:16 -0000	1.2
@@ -0,0 +1 @@
+isprelink-0.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-isprelink/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Jul 2007 19:03:37 -0000	1.1
+++ sources	2 Jul 2007 20:02:16 -0000	1.2
@@ -0,0 +1 @@
+05aba5c89ad941bef7ab0bc292b9cfed  isprelink-0.1.2.tar.gz




More information about the scm-commits mailing list