|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
Name: qedje
|
|
Name: qedje
|
|
Version: 0.4.0
|
|
Version: 0.4.0
|
|
-Release: 5%{?_dist_release}
|
|
|
|
|
|
+Release: 6%{?_dist_release}
|
|
Summary: A library combining the benefits of Edje and Qt
|
|
Summary: A library combining the benefits of Edje and Qt
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -11,6 +11,7 @@ License: GPLv3+
|
|
URL: http://code.openbossa.org/projects/%{name}
|
|
URL: http://code.openbossa.org/projects/%{name}
|
|
Source0: http://code.openbossa.org/projects/%{name}/repos/mainline/archive/0206ec8f2a802bf51455179933d8b7ab3e41a38b.tar.gz
|
|
Source0: http://code.openbossa.org/projects/%{name}/repos/mainline/archive/0206ec8f2a802bf51455179933d8b7ab3e41a38b.tar.gz
|
|
Patch0: qedje-0.4.0-fix_python_install.patch
|
|
Patch0: qedje-0.4.0-fix_python_install.patch
|
|
|
|
+Patch1: qedje-0.4.0-fix-install.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -67,6 +68,7 @@ for the python bindings for %{name}
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-mainline
|
|
%setup -q -n %{name}-mainline
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
|
|
+%patch1 -p1 -b .fix-install
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
@@ -114,6 +116,10 @@ rm -rf %{buildroot}
|
|
%{_datadir}/sip/%{name}
|
|
%{_datadir}/sip/%{name}
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.0-6
|
|
|
|
+- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
|
+- added qedje-0.4.0-fix-install.patch (from mandriva)
|
|
|
|
+
|
|
* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.0-5
|
|
* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.0-5
|
|
- rebuilt with python-2.6
|
|
- rebuilt with python-2.6
|
|
|
|
|