source: projects/specs/trunk/lib/libk/libkexiv2/libkexiv2-vl.spec @ 8252

Revision 8252, 3.8 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.12.2

RevLine 
[4664]1Name:    libkexiv2
2Summary: An Exiv2 wrapper library
3Summary(ja): Exiv2 ラッパーライブラリ
[8252]4Version: 4.12.2
[6725]5Release: 1%{?_dist_release}
[4664]6
7License: GPLv2+
8Group:   System Environment/Libraries
9URL:     https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2
10
[6725]11Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.xz
[4664]12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: exiv2-devel >= 0.20
[8252]15BuildRequires: kdelibs-devel >= %{version}
[4664]16BuildRequires: libXpm-devel
17
[8252]18Requires: kdelibs >= %{version}
[6725]19
[4664]20# when split occurred
21Conflicts: kdegraphics-libs < 4.6.95-10
22
[8252]23Vendor: Project Vine
24Distribution: Vine Linux
[4664]25
26%description
27Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
28metadata as EXIF/IPTC and XMP.
29
30%package devel
31Summary:  Development files for %{name}
32Summary(ja): %{name} の開発用ファイル
33Group: Development/Libraries
34Requires: %{name} = %{version}-%{release}
[8252]35Requires: kdelibs-devel
[4664]36
37%description devel
38%{summary}.
39
40
41%prep
42%setup -q
43
44
45%build
46mkdir -p %{_target_platform}
47pushd %{_target_platform}
48%cmake \
49    -DCMAKE_BUILD_TYPE=release \
50    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
51    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
52    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
53    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
54    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
55    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
56    ..
57popd
58
59make %{?_smp_mflags} -C %{_target_platform}
60
61
62%install
63rm -rf %{buildroot}
64
65make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
66
67
68%check
69export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
70pkg-config --modversion libkexiv2
71make -C %{_target_platform}/test
72
73
74%post -p /sbin/ldconfig
75%postun -p /sbin/ldconfig
76
77
78%files
79%doc COPYING
80%doc AUTHORS ChangeLog NEWS README TODO
[6725]81%{_libdir}/libkexiv2.so.*
[4664]82%{_datadir}/kde4/apps/libkexiv2/
83
84%files devel
85%{_libdir}/libkexiv2.so
86%{_libdir}/pkgconfig/libkexiv2.pc
87%{_includedir}/kde4/libkexiv2/
[8252]88%{_libdir}/cmake/libkexiv2-2.3.1/*.cmake
[4664]89
90
91%changelog
[8252]92* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1
93- new upstream release
94
[8056]95* Sun Dec 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
96- new upstream release
97
[7801]98* Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
99- new upstream release
100
[7728]101* Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
102- new upstream release
103
[7294]104* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
105- new upstream release
106
[7105]107* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
108- new upstream release
109
[6899]110* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
111- new upstream release
112
[6797]113* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
114- new upstream release
115
[6725]116* Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
117- new upstream release
118
[6655]119* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.4-3
120- rebuild with exiv2-0.23
121
[6152]122* Mon May 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.4-2
123- rebuild with exiv2-0.22
124
[5298]125* Sun Dec 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.4-1
126- new upstream release
127
[5006]128* Sat Oct 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
129- new upstream release
130
[4664]131* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
132- Initial build for Vine Linux
133
134* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
135- 4.7.0
136
137* Mon Jul 11 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
138- 4.6.95
139
140* Sun Jul 10 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-4
141- fix URL
142
143* Sun Jul 10 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-3
144- License: GPLv2+
145- fix Summary
146- %%doc: +ChangeLog NEWS
147- drop uneeded scriptlets
148- add %%check section
149
150* Wed Jul 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-2
151- fix Source0 URL
152- Conflicts: kdegraphics < 7:4.6.90-10
153
154* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org>  4.6.90-1
155- first try
156
157
Note: See TracBrowser for help on using the repository browser.