summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Järvenpää <petri.s.jarvenpaa@nokia.com>2011-09-22 10:33:23 +0300
committerQt by Nokia <qt-info@nokia.com>2011-09-22 09:40:05 +0200
commitcda813a738424fc3222d2f7e78e6822a8369f104 (patch)
treeee88256c7fe40013130946736074755e838cd4c2
parent4fde2b59eafdf2a8d54838a667a7eff048861280 (diff)
Not a proper place for the file, removing it.
Change-Id: I226ac12ba93701da87b204878b7c1ea5e5581763 Reviewed-on: http://codereview.qt-project.org/5372 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
-rw-r--r--qt5docgallery.spec75
1 files changed, 0 insertions, 75 deletions
diff --git a/qt5docgallery.spec b/qt5docgallery.spec
deleted file mode 100644
index 732feca..0000000
--- a/qt5docgallery.spec
+++ /dev/null
@@ -1,75 +0,0 @@
-Name: qt5docgallery
-Version: 5.0.0
-Release: 1
-License: LGPL
-Summary: Qt5 AddOn DocGallery module
-Url: http://qt.nokia.com/
-Source: %name.tar.bz2
-BuildRequires: libqt5base-devel
-BuildRequires: libqt5declarative-devel
-BuildRequires: libqt5script-devel
-BuildRequires: qt5jsondb-devel
-BuildRequires: mt-qt5-lib-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
-
-%description
-The Qt 5 AddOn DocGallery module
-
-%package -n libqt5docgallery
-Summary: Qt 5 DocGallery library
-Group: System/Libraries
-%description -n libqt5docgallery
-Qt 5 DocGallery libraries
-
-%package -n libqt5docgallery-devel
-Summary: Qt 5 DocGallery development files
-Group: System/Libraries
-Requires: libqt5docgallery
-%description -n libqt5docgallery-devel
-Qt 5 DocGallery development files
-
-
-%prep
-%setup -q -n %{name}
-
-%build
-# point to the location where the mkspecs can be found
-export QTDIR=/usr/share/qt5 && qmake
-make %{?_smp_mflags}
-
-%install
-make install INSTALL_ROOT=%{buildroot}
-
-# Fix wrong path in pkgconfig files
-find %{buildroot}%{_libdir}/pkgconfig -type f -name '*.pc' \
--exec perl -pi -e "s, -L%{_builddir}/%{name}/?\S+,,g" {} \;
-
-# Fix wrong path in prl files
-find %{buildroot}%{_libdir} -type f -name '*.prl' \
--exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/" {} \;
-
-rm -rf %{buildroot}%{_prefix}/tests
-rm -f %{buildroot}%{_libdir}/libQt*.la
-
-%clean
-
-
-%post -n libqt5docgallery -p /sbin/ldconfig
-
-%postun -n libqt5docgallery -p /sbin/ldconfig
-
-
-%files -n libqt5docgallery
-%defattr(-,root,root)
-%{_libdir}/libQtAddOnGallery.so.*
-%{_libdir}/qt5/imports/QtAddOn/gallery
-
-%files -n libqt5docgallery-devel
-%defattr(-,root,root)
-%{_includedir}/*
-%{_libdir}/*.so
-%{_datadir}/qt5/mkspecs/*
-%{_libdir}/pkgconfig/*
-
-%changelog