SPECS: python-fuse.spec - Added an example file
beorn
beorn at pld-linux.org
Sun Mar 4 13:33:57 CET 2007
Author: beorn Date: Sun Mar 4 12:33:57 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Added an example file
---- Files affected:
SPECS:
python-fuse.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/python-fuse.spec
diff -u SPECS/python-fuse.spec:1.10 SPECS/python-fuse.spec:1.11
--- SPECS/python-fuse.spec:1.10 Sat Mar 3 22:54:54 2007
+++ SPECS/python-fuse.spec Sun Mar 4 13:33:52 2007
@@ -41,8 +41,10 @@
--optimize=2 \
--root=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}-%{release}
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+install xmp.py $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}-%{release}
%py_postclean
%clean
@@ -53,6 +55,7 @@
%doc AUTHORS ChangeLog README
%{py_sitedir}/*.py[co]
%attr(755,root,root) %{py_sitedir}/*.so
+%{_examplesdir}/%{name}-%{version}-%{release}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -60,6 +63,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2007/03/04 12:33:52 beorn
+- Added an example file
+
Revision 1.10 2007/03/03 21:54:54 beorn
- Switched to py_postclean macro
- Fixed module directory
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-fuse.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list