rpms/python-smbpasswd/devel python-smbpasswd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon Jul 24 19:26:03 UTC 2006


Author: s4504kr

Update of /cvs/extras/rpms/python-smbpasswd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1657/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-smbpasswd.spec 
Log Message:
auto-import python-smbpasswd-1.0.1-3 on branch devel from python-smbpasswd-1.0.1-3.src.rpm


--- NEW FILE python-smbpasswd.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_abi: %define python_abi %(%{__python} -c "import sys; print sys.version[:3]")}

Name:           python-smbpasswd
Version:        1.0.1
Release:        3
Summary:        Python SMB Password Hash Generator Module

Group:          Development/Languages
License:        GPL
URL:            http://barryp.org/software/py-smbpasswd
Source0:        http://barryp.org/software/py-smbpasswd/files/py-smbpasswd-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel

%description
This package contains a python module, which is able to generate LANMAN and
NT password hashes suiteable to us with Samba.

%prep
%setup -q -n py-smbpasswd-%{version}
chmod 0644 smbpasswd.c

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

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

%files
%defattr(-,root,root,-)
%{python_sitearch}/smbpasswd.so

%doc COPYING README.txt

%changelog
* Mon Jul 24 2006 Jochen Schmitt <Jochen herr-schmitt de> 1.0.1-3
- Change Permissions of smbwasswd.c

* Sun Jul 23 2006 Jochen Schmitt <Jochen herr-schmitt de> 1.0.1-2
- Remove Python(ABI) Require.

* Tue Jun 27 2006 Jochen Schmitt <Jochen herr-schmitt de> 1.0.1-1
- Initial RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-smbpasswd/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jul 2006 19:25:26 -0000	1.1
+++ .cvsignore	24 Jul 2006 19:26:02 -0000	1.2
@@ -0,0 +1 @@
+py-smbpasswd-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-smbpasswd/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jul 2006 19:25:26 -0000	1.1
+++ sources	24 Jul 2006 19:26:02 -0000	1.2
@@ -0,0 +1 @@
+0eab2c29588e32e77ce6e5d2faea7874  py-smbpasswd-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list