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

Revision 8056, 2.5 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.11.4
exiv2-0.24
wireshark-1.10.5, etc...

Line 
1Name: analitza
2Summary: Library of mathematical features
3Summary(ja): 数学関連ライブラリ
4Version: 4.11.4
5Release: 1%{?_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: kdelibs4-devel >= %{version}
16BuildRequires: readline-devel
17
18Conflicts: kalgebra-libs < 4.9.0
19
20%description
21%{summary}.
22
23
24%package devel
25Summary:   Development files for %{name}
26Summary(ja): %{name} の開発用ファイル
27Group:     Development/Libraries
28Requires:  %{name} = %{version}-%{release}
29Requires:  kdelibs4-devel
30
31%description devel
32%{summary}.
33
34%description -l ja devel
35%{name} の開発用ファイルです.
36
37
38%prep
39%setup -q
40
41%build
42mkdir -p %{_target_platform}
43pushd %{_target_platform}
44%cmake \
45    -DCMAKE_BUILD_TYPE=release \
46    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
47    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
48    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
49    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
50    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
51    ..
52popd
53
54make %{?_smp_mflags} -C %{_target_platform}
55
56
57%install
58rm -rf $RPM_BUILD_ROOT
59make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%post -p /sbin/ldconfig
65
66%postun -p /sbin/ldconfig
67
68
69%files
70%defattr(-,root,root,-)
71%{_bindir}/calgebra
72%{_libdir}/libanalitza.so.*
73%{_libdir}/libanalitzagui.so.*
74%{_libdir}/libanalitzaplot.so.*
75%{_datadir}/kde4/apps/libanalitza/plots/basic_curves.plots
76
77%files devel
78%defattr(-,root,root,-)
79%{_includedir}/kde4/%{name}
80%{_includedir}/kde4/analitzagui
81%{_includedir}/kde4/analitzaplot
82%{_libdir}/libanalitza.so
83%{_libdir}/libanalitzagui.so
84%{_libdir}/libanalitzaplot.so
85%{_libdir}/cmake/%{name}
86
87%changelog
88* Wed Dec 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
89- new upstream release
90
91* Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
92- new upstream release
93
94* Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
95- new upstream release
96
97* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
98- new upstream release
99
100* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
101- new upstream release
102
103* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
104- new upstream release
105
106* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
107- new upstream release
108
109* Mon Aug 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
110- initial build
Note: See TracBrowser for help on using the repository browser.