Author: qboosh Date: Sat Sep 1 22:15:10 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl - moved defs to -devel, killed modules *.la
---- Files affected: SPECS: evolution-python.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/evolution-python.spec diff -u SPECS/evolution-python.spec:1.1 SPECS/evolution-python.spec:1.2 --- SPECS/evolution-python.spec:1.1 Thu Aug 30 05:18:27 2007 +++ SPECS/evolution-python.spec Sun Sep 2 00:15:04 2007 @@ -1,11 +1,12 @@ # $Revision$, $Date$ -# +# TODO: rename to python-evolution Summary: Python bindings for Evolution +Summary(pl.UTF-8): Wiązania Pythona do Evolution Name: evolution-python Version: 0.0.3 Release: 1 -License: GPLv2 -Group: Development/Libraries +License: GPL v2 +Group: Libraries/Python Source0: http://files.conduit-project.org/releases/%{name}-%{version}.tar.gz # Source0-md5: 0ef1afcc79ae9f190ed2260eb1b1fcdd Patch0: %{name}-pyc.patch @@ -13,37 +14,28 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: evolution-devel -#BuildRequires: intltool -#BuildRequires: libtool BuildRequires: python-devel BuildRequires: python-pygtk-devel -#Requires(postun): - -#Requires(pre,post): - -#Requires(preun): - -#Requires: - -#Provides: - -#Provides: group(foo) -#Provides: user(foo) -#Obsoletes: - -#Conflicts: - -#BuildArch: noarch -#ExclusiveArch: %{ix86} +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Python bindings for Evolution. +%description -l pl.UTF-8 + %package devel -Summary: Header files for evolution-python library -Summary(pl): Pliki nag³ówkowe biblioteki evolution-python +Summary: Development files for evolution-python binding +Summary(pl): Pliki programistyczne wiązania evolution-python Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -This is the package containing the header files for evolution-python library. +Development files for evolution-python binding. %description devel -l pl -Ten pakiet zawiera pliki nag³ówkowe biblioteki evolution-python. +Pliki programistyczne wiązania evolution-python. %prep %setup -q @@ -62,8 +54,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/evolution/ +%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/evolution %py_postclean +rm -f $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/evolution/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -71,19 +64,17 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%{py_sitedir}/gtk-2.0/evolution/__init__.py[co] %dir %{py_sitedir}/gtk-2.0/evolution +%{py_sitedir}/gtk-2.0/evolution/__init__.py[co] %attr(755,root,root) %{py_sitedir}/gtk-2.0/evolution/ebook.so %attr(755,root,root) %{py_sitedir}/gtk-2.0/evolution/ecal.so + +%files devel +%defattr(644,root,root,755) %dir %{_datadir}/evolution-python %dir %{_datadir}/evolution-python/defs %{_datadir}/evolution-python/defs/ebook.defs - -%files devel %{_pkgconfigdir}/evolution-python.pc -%{py_sitedir}/gtk-2.0/evolution/ebook.la -%{py_sitedir}/gtk-2.0/evolution/ecal.la - %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -91,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/09/01 22:15:04 qboosh +- pl +- moved defs to -devel, killed modules *.la + Revision 1.1 2007/08/30 03:18:27 aredridel - added - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-python.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
