]> git.pld-linux.org Git - packages/kde4-libksane.git/blame - kde4-libksane.spec
- updated to 4.12.3 (by update-kde4.sh)
[packages/kde4-libksane.git] / kde4-libksane.spec
CommitLineData
4556e8e1
AM
1%define _state stable
2%define orgname libksane
7319b070 3%define qtver 4.8.1
4556e8e1
AM
4
5Summary: libksane - picture metadata manipulation library
6Summary(pl.UTF-8): libksane - biblioteka do obróbki metadanych obrazków
c7852c29 7Name: kde4-libksane
20e18738 8Version: 4.12.3
abd9a096 9Release: 1
4556e8e1
AM
10License: GPL v2+
11Group: X11/Libraries
2ea5cea4 12Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
20e18738 13# Source0-md5: 5d61fc9587e35230d36dc411c4d60601
4556e8e1
AM
14URL: http://www.kde.org/
15BuildRequires: kde4-kdelibs-devel
16BuildRequires: sane-backends-devel
b85db87c 17Obsoletes: kde4-kdegraphics-ksane < 4.6.99
c7852c29 18Obsoletes: libksane < 4.8.0
4556e8e1
AM
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Libkexiv2 is a KDE wrapper around Exiv2 library to manipulate pictures
23metadata. This library is used by kipi-plugins, digiKam and others
24kipi host programs.
25
26%description -l pl.UTF-8
27libksane to obudowanie KDE biblioteki Exiv2 do obróbki metadanych
28obrazków. Ta biblioteka jest wykorzystywana przez pakiety
29kipi-plugins, digiKam i inne programy oparte na kiki.
30
31%package devel
32Summary: Header files for %{name} library
33Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
34Group: X11/Development/Libraries
35Requires: %{name} = %{version}-%{release}
36Requires: exiv2-devel
b85db87c 37Obsoletes: kde4-kdegraphics-devel < 4.6.99
c7852c29 38Obsoletes: libksane-devel < 4.8.0
4556e8e1
AM
39
40%description devel
41Header files for %{name} library.
42
43%description devel -l pl.UTF-8
44Pliki nagłówkowe biblioteki %{name}.
45
46%prep
c7852c29 47%setup -q -n %{orgname}-%{version}
4556e8e1
AM
48
49%build
50install -d build
51cd build
52%cmake \
53 ../
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} -C build/ install \
60 DESTDIR=$RPM_BUILD_ROOT \
61 kde_htmldir=%{_kdedocdir}
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%post -p /sbin/ldconfig
67%postun -p /sbin/ldconfig
68
69%files
70%defattr(644,root,root,755)
71%doc AUTHORS ChangeLog NEWS README
72%attr(755,root,root) %{_libdir}/libksane.so.*.*.*
73%attr(755,root,root) %ghost %{_libdir}/libksane.so.?
74%{_iconsdir}/hicolor/*x*/actions/*.png
75
76%files devel
77%defattr(644,root,root,755)
78%attr(755,root,root) %{_libdir}/libksane.so
c7852c29 79%{_includedir}/libksane
4556e8e1
AM
80%{_pkgconfigdir}/libksane.pc
81%{_libdir}/cmake/KSane
This page took 0.097476 seconds and 4 git commands to generate.