SPECS: python-pyvorbis.spec - Example files moved from -devel pack...
beorn
beorn at pld-linux.org
Fri Mar 2 23:01:26 CET 2007
Author: beorn Date: Fri Mar 2 22:01:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Example files moved from -devel package to _examplesdir of the base package
---- Files affected:
SPECS:
python-pyvorbis.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/python-pyvorbis.spec
diff -u SPECS/python-pyvorbis.spec:1.18 SPECS/python-pyvorbis.spec:1.19
--- SPECS/python-pyvorbis.spec:1.18 Tue Feb 13 09:06:43 2007
+++ SPECS/python-pyvorbis.spec Fri Mar 2 23:01:21 2007
@@ -4,7 +4,7 @@
Summary(pl.UTF-8): Moduł Pythona do biblioteki Ogg/Vorbis
Name: python-%{module}
Version: 1.4
-Release: 2
+Release: 3
License: GPL
Group: Libraries/Python
Source0: http://ekyo.nerim.net/software/pyogg/%{module}-%{version}.tar.gz
@@ -58,12 +58,14 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{py_incdir}/%{module}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
python setup.py install \
--root $RPM_BUILD_ROOT
install src/*.h $RPM_BUILD_ROOT%{py_incdir}/%{module}
chmod -x test/*
+install test/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -72,10 +74,10 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README NEWS
%attr(755,root,root) %{py_sitedir}/ogg/*.so
+%{_examplesdir}/%{name}-%{version}
%files devel
%defattr(644,root,root,755)
-%doc test/*
%{py_incdir}/%{module}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -84,6 +86,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2007/03/02 22:01:21 beorn
+- Example files moved from -devel package to _examplesdir of the base package
+
Revision 1.18 2007/02/13 08:06:43 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-pyvorbis.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list