123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- Name: kdelibs-experimental
- Version: 4.3.3
- Release: 1%{?_dist_release}
- Summary: KDE libraries with experimental or unstable api/abi
- Group: System Environment/Libraries
- License: LGPLv2+
- URL: http://www.kde.org/
- Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdelibs-experimental-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: kdelibs4-devel >= %{version}
- Requires: dbus
- %description
- %{summary}.
- %package devel
- Summary: Development files for %{name}
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: kdelibs4-devel
- %description devel
- %{summary}.
- %prep
- %setup -q
- %build
- mkdir -p %{_target_platform}
- pushd %{_target_platform}
- unset QTDIR || : ; . /etc/profile.d/qt4.sh
- %cmake \
- -DCMAKE_BUILD_TYPE=release \
- -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
- -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
- -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
- -DLIB_INSTALL_DIR:PATH=%{_libdir} \
- -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
- -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
- ..
- popd
- make %{?_smp_mflags} -C %{_target_platform}
- %install
- rm -rf %{buildroot}
- make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
- %clean
- rm -rf %{buildroot}
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %{_libdir}/libknotificationitem-1.so.*
- %{_datadir}/dbus-1/interfaces/org.kde.NotificationItem.xml
- %{_datadir}/dbus-1/interfaces/org.kde.NotificationItemWatcher.xml
- %files devel
- %defattr(-,root,root,-)
- %{_libdir}/libknotificationitem-1.so
- %{_includedir}/kde4/knotificationitem-1
- %changelog
- * Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.3-1
- - new upstream release
- * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.2-1
- - new upstream release
- * Fri Sep 4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.1-1
- - new upstream release
- * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.0-2
- - Initial build for Vine
- * Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
- - 4.3.0
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
- - 4.3rc3
- * Fri Jul 10 2009 Than Ngo <than@redhat.com> - 4.2.96-1
- - 4.3rc2
- * Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
- - 4.3rc1
- * Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.90-1
- - KDE-4.3 beta2 (4.2.90)
- * Thu May 14 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.85-1
- - first try
|