rpms/qedje/devel import.log, NONE, 1.1 qedje-0.3.0-rmhardcoded.patch, NONE, 1.1 qedje.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adrian John Wilson john5342 at fedoraproject.org
Sun Dec 21 14:24:32 UTC 2008


Author: john5342

Update of /cvs/pkgs/rpms/qedje/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17972/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log qedje-0.3.0-rmhardcoded.patch qedje.spec 
Log Message:
* Fri Dec 19 2008 John5342 <john5342 at, fedoraproject.org> 0.3.0-2
- Fixed a license
- BR: qzion-devel
- devel R: qzion-devel, eet-devel

* Fri Dec 19 2008 John5342 <john5342 at, fedoraproject.org> 0.3.0-1
- Initial package



--- NEW FILE import.log ---
qedje-0_3_0-2_fc10:HEAD:qedje-0.3.0-2.fc10.src.rpm:1229869365

qedje-0.3.0-rmhardcoded.patch:

--- NEW FILE qedje-0.3.0-rmhardcoded.patch ---
diff -r -u qedje-0.3.0/src/src.pro qedje-0.3.0.rmhardcoded/src/src.pro
--- qedje-0.3.0/src/src.pro	2008-09-04 15:42:14.000000000 +0100
+++ qedje-0.3.0.rmhardcoded/src/src.pro	2008-12-19 15:15:49.416865789 +0000
@@ -30,7 +30,7 @@
 QMAKE_PKGCONFIG_PREFIX = $$PREFIX
 QMAKE_PKGCONFIG_DESTDIR = pkgconfig
 
-target.path = $$PREFIX/lib
+target.path = $$LIBDIR
 INSTALLS += target
 
 headers.files = $$HEADERS


--- NEW FILE qedje.spec ---
Name:           qedje
Version:        0.3.0
Release:        2%{?dist}
Summary:        A library combining the benefits of Edje and Qt

Group:          System Environment/Libraries
License:        GPLv3+
URL:            http://dev.openbossa.org/trac/qedje/
Source0:        http://dev.openbossa.org/qedje/downloads/source/%{name}/%{name}-%{version}.tar.gz
Patch0:         qedje-0.3.0-rmhardcoded.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt4-devel
BuildRequires:  pkgconfig
BuildRequires:  eet-devel
BuildRequires:  qzion-devel

%description
The main purpose of the QEdje project is to build a bridge among components
that proved to have great value for open source developers: Edje and Qt. This
will extend the Qt toolkit with the flexibility of a declarative language, such
as Edje, and also enable Qt widgets to be embedded into Edje UI design.

%package devel

Summary:   Development files for %{name}
Group:     Development/Libraries
Requires:  pkgconfig
Requires:  %{name} = %{version}-%{release}
Requires:  qzion-devel
Requires:  eet-devel

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%patch0 -p1

#Support installing in buildroot
sed -i "s/^DESTDIR = \$(QTDIR)/DESTDIR = \$(INSTALL_ROOT)\$(QTDIR)/" */*.pro */*/*.pro


%build
%{_qt4_qmake} PREFIX=/usr LIBDIR=%{_libdir}
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install INSTALL_ROOT=%{buildroot}

#These are apparently only needed for static linking?
find %{buildroot} -name *.prl -print -delete

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc README COPYING
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Fri Dec 19 2008 John5342 <john5342 at, fedoraproject.org> 0.3.0-2
- Fixed a license
- BR: qzion-devel
- devel R: qzion-devel, eet-devel

* Fri Dec 19 2008 John5342 <john5342 at, fedoraproject.org> 0.3.0-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qedje/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Dec 2008 04:29:52 -0000	1.1
+++ .cvsignore	21 Dec 2008 14:24:01 -0000	1.2
@@ -0,0 +1 @@
+qedje-0.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qedje/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Dec 2008 04:29:52 -0000	1.1
+++ sources	21 Dec 2008 14:24:02 -0000	1.2
@@ -0,0 +1 @@
+7435e3631fd44dce4086afe8698cdb13  qedje-0.3.0.tar.gz




More information about the fedora-extras-commits mailing list