]> git.pld-linux.org Git - packages/telepathy-qt4.git/commitdiff
- versioned Qt*-devel auto/ti/telepathy-qt4-0_2_1-1
authorsparky <sparky@pld-linux.org>
Sun, 10 Jan 2010 00:22:26 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- mark library symlink as %ghost
- explicit version in includedir; but ! %{_includedir}/telepathy-1.0 belongs to
  libtelepathy-devel already (and to telepathy-glib-devel as well)

Changed files:
    telepathy-qt4.spec -> 1.3

telepathy-qt4.spec

index 37846bc5e09b49d6ba1c043da4f2b33a9ebab82f..b5b5ffdca90e0a18e0e348a1cb2c4ff16596da5d 100644 (file)
@@ -1,4 +1,6 @@
+
 %define                qt_ver          4.6.0
 %define                qt_ver          4.6.0
+
 Summary:       Telepathy Qt4
 Summary(pl.UTF-8):     Telepathy Qt4
 Name:          telepathy-qt4
 Summary:       Telepathy Qt4
 Summary(pl.UTF-8):     Telepathy Qt4
 Name:          telepathy-qt4
@@ -12,8 +14,8 @@ URL:          http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
 BuildRequires: QtCore-devel >= %{qt_ver}
 BuildRequires: QtDBus-devel >= %{qt_ver}
 BuildRequires: QtGui-devel >= %{qt_ver}
 BuildRequires: QtCore-devel >= %{qt_ver}
 BuildRequires: QtDBus-devel >= %{qt_ver}
 BuildRequires: QtGui-devel >= %{qt_ver}
-BuildRequires: QtNetwork-devel
-BuildRequires: QtTest-devel
+BuildRequires: QtNetwork-devel >= %{qt_ver}
+BuildRequires: QtTest-devel >= %{qt_ver}
 BuildRequires: cmake >= 2.6.2
 BuildRequires: graphviz
 BuildRequires: pkgconfig
 BuildRequires: cmake >= 2.6.2
 BuildRequires: graphviz
 BuildRequires: pkgconfig
@@ -73,14 +75,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libtelepathy-qt4.so.*
+%attr(755,root,root) %{_libdir}/libtelepathy-qt4.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtelepathy-qt4.so.?
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/html
 %attr(755,root,root) %{_libdir}/libtelepathy-qt4.so
 %{_libdir}/libtelepathy-qt4.la
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/html
 %attr(755,root,root) %{_libdir}/libtelepathy-qt4.so
 %{_libdir}/libtelepathy-qt4.la
-%{_includedir}/telepathy-*.*
+%{_includedir}/telepathy-1.0
 %{_pkgconfigdir}/TelepathyQt4.pc
 
 %files static
 %{_pkgconfigdir}/TelepathyQt4.pc
 
 %files static
This page took 0.098208 seconds and 4 git commands to generate.