source: projects/specs/trunk/k/kdegraphics-thumbnailers/kdegraphics-thumbnailers-vl.spec @ 4665

Revision 4665, 1.9 KB checked in by inagaki, 13 years ago (diff)

NEW: kdegraphics-4.7.0

Line 
1Name:    kdegraphics-thumbnailers
2Summary: Thumbnailers for various graphic types
3Version: 4.7.0
4Release: 2%{?_dist_release}
5
6# most sources GPLv2+, dscparse.* GPL, gscreator.* LGPLv2+,
7License: GPLv2+
8Group:   System Environment/Libraries
9URL:     https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers
10
11Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
12
13BuildRequires: kdelibs4-devel >= %{version}
14BuildRequires: libkexiv2-devel >= %{version}
15BuildRequires: libkdcraw-devel >= %{version}
16
17# when split occurred
18Conflicts: kdegraphics < 4.6.95-10
19
20%description
21%{summary}.
22
23
24%prep
25%setup -q
26
27%build
28mkdir -p %{_target_platform}
29pushd %{_target_platform}
30unset QTDIR || : ; . /etc/profile.d/qt4.sh
31%cmake \
32    -DCMAKE_BUILD_TYPE=release \
33    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
34    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
35    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
36    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
37    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
38    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
39    ..
40popd
41
42make %{?_smp_mflags} -C %{_target_platform}
43
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%doc COPYING COPYING.LIB
55%{_libdir}/kde4/gsthumbnail.so
56%{_datadir}/kde4/services/gsthumbnail.desktop
57%{_libdir}/kde4/rawthumbnail.so
58%{_datadir}/kde4/services/rawthumbnail.desktop
59
60
61%changelog
62* Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
63- Initial build for Vine Linux
64
65* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
66- 4.7.0
67
68* Mon Jul 18 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-2
69- %%doc: COPYING COPYING.LIB
70
71* Mon Jul 11 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
72- 4.6.95
73- fix URL
74
75* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org>  4.6.90-1
76- first try
77
Note: See TracBrowser for help on using the repository browser.