rpms/pyxattr/devel pyxattr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcin Zajaczkowski (szpak) fedora-extras-commits at redhat.com
Mon Apr 23 20:48:14 UTC 2007


Author: szpak

Update of /cvs/extras/rpms/pyxattr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20158/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pyxattr.spec 
Log Message:
Initial import




--- NEW FILE pyxattr.spec ---
Name: 		pyxattr
Summary: 	Extended attributes library wrapper for Python
Version: 	0.2.1
Release: 	3%{?dist}
License: 	GPL
Group: 		Development/Libraries
URL: 		http://pyxattr.sourceforge.net/
Source:		http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#libattr package is already forced by RPM
Requires: 	python >= 2.2
BuildRequires:	python-devel, libattr-devel

%description
Python extension module wrapper for libattr. It allows to query, list,
add and remove extended attributes from files and directories.

%prep
%setup -q

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

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root="%{buildroot}" --prefix="%{_prefix}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{_libdir}/python*/site-packages/xattr.so
%doc ChangeLog MANIFEST NEWS README *.html *.txt

%changelog
* Sat Apr 21 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-3
 - removed redundant after name change "exclude" tag
 - comments cleanup

* Wed Apr 18 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-2
 - applied suggestions from Kevin Fenzi
 - name changed from python-xattr to pyxattr
 - corrected path to the source file

* Thu Apr 5 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-1
 - updated to 0.2.1
 - added python-devel in BuildRequires
 - added more doc files
 - added Provides section
 - modified to Fedora Extras requirements

* Sun Sep 11 2005 Dag Wieers <dag at wieers.com> - 0.2-1 - +/
- Initial package. (using DAR)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyxattr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Apr 2007 21:23:36 -0000	1.1
+++ .cvsignore	23 Apr 2007 20:47:40 -0000	1.2
@@ -0,0 +1 @@
+pyxattr-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyxattr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2007 21:23:36 -0000	1.1
+++ sources	23 Apr 2007 20:47:40 -0000	1.2
@@ -0,0 +1 @@
+c2c28332bbeefc2cf0627ecb4c10c9b0  pyxattr-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list