source: projects/specs/trunk/lib/libk/libkdeedu/libkdeedu-vl.spec @ 9222

Revision 9222, 3.3 KB checked in by Takemikaduchi, 9 years ago (diff)

R: rebuild
openbabel: add BR
k3b: new upstream release
others: KDE-4.14.3

Line 
1Name:    libkdeedu
2Summary: Library for using with KDE 4 educational applications
3Version: 4.14.3
4Release: 1%{?_dist_release}
5
6License: GPLv2+ and LGPLv2+
7Group:   System Environment/Libraries
8URL:     https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2
9
10Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: kdelibs-devel >= %{version}
14
15Requires: kdelibs >= 4.7.0
16
17# when split occurred
18Conflicts: kdeedu-libs < 4.6.95-10
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24This package contains shared libraries used by KDE 4 educational
25applications. It provides support for data plotting and vocabulary
26data in the kvtml format.
27
28%package devel
29Summary:  Development files for %{name}
30Summary(ja): %{name} の開発用ファイル
31Group: Development/Libraries
32Requires: %{name} = %{version}-%{release}
33Requires: kdelibs-devel
34
35%description devel
36%{summary}.
37
38
39%prep
40%setup -q
41
42
43%build
44mkdir -p %{_target_platform}
45pushd %{_target_platform}
46%cmake \
47    -DCMAKE_BUILD_TYPE=release \
48    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
49    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
50    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
51    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
52    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
53    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
54    ..
55popd
56
57make %{?_smp_mflags} -C %{_target_platform}
58
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
63make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
64
65
66%post
67/sbin/ldconfig
68touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
69
70%posttrans
71gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
72
73%postun
74/sbin/ldconfig
75if [ $1 -eq 0 ] ; then
76    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
77    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
78fi
79
80
81%files
82%doc AUTHORS COPYING COPYING.LIB README
83%{_libdir}/libkeduvocdocument.so.*
84%{_datadir}/kde4/apps/kvtml/
85%{_datadir}/icons/hicolor/*/*/*
86
87%files devel
88%{_libdir}/libkeduvocdocument.so
89%{_libdir}/libqtmmlwidget.a
90%{_libdir}/cmake/libkdeedu/*.cmake
91%{_includedir}/kde4/libkdeedu/
92
93%changelog
94* Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
95- new upstream release
96
97* Wed May 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1
98- new upstream release
99
100* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1
101- new upstream release
102
103* Wed Dec 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
104- new upstream release
105
106* Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
107- new upstream release
108
109* Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
110- new upstream release
111
112* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
113- new upstream release
114
115* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
116- new upstream release
117
118* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
119- new upstream release
120
121* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
122- new upstream release
123
124* Mon Aug 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
125- new upstream release
126
127* Sat Oct 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
128- new upstream release
129
130* Sat Aug  6 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
131- Initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.