source: projects/specs/trunk/a/analitza/analitza-vl.spec @ 9686

Revision 9686, 2.9 KB checked in by Takemikaduchi, 9 years ago (diff)

gnome-phone-manager: update
others: rebuild

Line 
1Name: analitza
2Summary: Library of mathematical features
3Summary(ja): 数学関連ライブラリ
4Version: 4.14.3
5Release: 2%{?_dist_release}
6
7License: GPLv2
8Group: System Environment/Libraries
9URL: http://www.kde.org/
10
11Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires: kdelibs-devel >= %{version}
16BuildRequires: readline-devel
17
18Conflicts: kalgebra-libs < 4.9.0
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24%{summary}.
25
26
27%package devel
28Summary:   Development files for %{name}
29Summary(ja): %{name} の開発用ファイル
30Group:     Development/Libraries
31Requires:  %{name} = %{version}-%{release}
32Requires:  kdelibs-devel
33
34%description devel
35%{summary}.
36
37%description -l ja devel
38%{name} の開発用ファイルです.
39
40
41%prep
42%setup -q
43
44%build
45mkdir -p %{_target_platform}
46pushd %{_target_platform}
47%cmake \
48    -DCMAKE_BUILD_TYPE=release \
49    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
50    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
51    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
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
62make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71
72%files
73%defattr(-,root,root,-)
74%{_bindir}/calgebra
75%{_libdir}/libanalitza.so.*
76%{_libdir}/libanalitzagui.so.*
77%{_libdir}/libanalitzaplot.so.*
78%{_datadir}/kde4/apps/libanalitza/plots/*.plots
79
80%files devel
81%defattr(-,root,root,-)
82%{_includedir}/kde4/%{name}
83%{_includedir}/kde4/analitzagui
84%{_includedir}/kde4/analitzaplot
85%{_libdir}/libanalitza.so
86%{_libdir}/libanalitzagui.so
87%{_libdir}/libanalitzaplot.so
88%{_libdir}/cmake/%{name}
89
90%changelog
91* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
92- rebuild with readline-6.3
93
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- initial build
Note: See TracBrowser for help on using the repository browser.