used pygobject3-base instead of pygobject2

This commit is contained in:
Jaroslav Škarvada 2013-07-25 19:26:55 +02:00
parent 2f25c2d6c3
commit d51d7fe465

View File

@ -53,13 +53,13 @@ It can be also used to fine tune your system for specific scenarios.
%prep
%setup -q
%patch0 -p1 -b .pygobject-base
%patch0 -p1
%build
%install
make install DESTDIR=%{buildroot}
make install DESTDIR=%{buildroot} VERSIONED_NAME=tuned
%post