source: projects/specs/trunk/k/kdelibs-experimental/kdelibs-experimental-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:    kdelibs-experimental
2Version: 4.3.3
3Release: 1%{?_dist_release}
4Summary: KDE libraries with experimental or unstable api/abi
5
6Group:   System Environment/Libraries
7License: LGPLv2+
8URL:     http://www.kde.org/
9Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdelibs-experimental-%{version}.tar.bz2
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: kdelibs4-devel >= %{version}
13
14Requires: dbus
15
16%description
17%{summary}.
18
19%package devel
20Summary:  Development files for %{name}
21Group:    Development/Libraries
22Requires: %{name} = %{version}-%{release}
23Requires: kdelibs4-devel
24
25%description devel
26%{summary}.
27
28
29%prep
30%setup -q
31
32%build
33mkdir -p %{_target_platform}
34pushd %{_target_platform}
35unset QTDIR || : ; . /etc/profile.d/qt4.sh
36%cmake \
37    -DCMAKE_BUILD_TYPE=release \
38    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
39    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
40    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
41    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
42    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
43    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
44    ..
45popd
46
47make %{?_smp_mflags} -C %{_target_platform}
48
49
50%install
51rm -rf %{buildroot}
52make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
53
54
55%clean
56rm -rf %{buildroot}
57
58%post -p /sbin/ldconfig
59
60%postun -p /sbin/ldconfig
61
62%files
63%defattr(-,root,root,-)
64%{_libdir}/libknotificationitem-1.so.*
65%{_datadir}/dbus-1/interfaces/org.kde.NotificationItem.xml
66%{_datadir}/dbus-1/interfaces/org.kde.NotificationItemWatcher.xml
67
68%files devel
69%defattr(-,root,root,-)
70%{_libdir}/libknotificationitem-1.so
71%{_includedir}/kde4/knotificationitem-1
72
73
74%changelog
75* Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.3-1
76- new upstream release
77
78* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.2-1
79- new upstream release
80
81* Fri Sep  4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.1-1
82- new upstream release
83
84* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.0-2
85- Initial build for Vine
86
87* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
88- 4.3.0
89
90* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
92
93* Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
94- 4.3rc3
95
96* Fri Jul 10 2009 Than Ngo <than@redhat.com> - 4.2.96-1
97- 4.3rc2
98
99* Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
100- 4.3rc1
101
102* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.90-1
103- KDE-4.3 beta2 (4.2.90)
104
105* Thu May 14 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.85-1
106- first try
Note: See TracBrowser for help on using the repository browser.