Author: arekm Date: Wed Jul 27 16:28:50 2011 GMT Module: packages Tag: HEAD ---- Log message: - kde 4.7.0; initial
---- Files affected: packages/libksane: libksane.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libksane/libksane.spec diff -u /dev/null packages/libksane/libksane.spec:1.1 --- /dev/null Wed Jul 27 18:28:50 2011 +++ packages/libksane/libksane.spec Wed Jul 27 18:28:45 2011 @@ -0,0 +1,88 @@ +# $Revision$, $Date$ +%define _state stable +%define orgname libksane +%define qtver 4.7.3 + +Summary: libksane - picture metadata manipulation library +Summary(pl.UTF-8): libksane - biblioteka do obróbki metadanych obrazków +Name: libksane +Version: 4.7.0 +Release: 1 +License: GPL v2+ +Group: X11/Libraries +Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2 +# Source0-md5: 24586dff3b070dca1c0594958d1df107 +URL: http://www.kde.org/ +BuildRequires: kde4-kdelibs-devel +BuildRequires: sane-backends-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Libkexiv2 is a KDE wrapper around Exiv2 library to manipulate pictures +metadata. This library is used by kipi-plugins, digiKam and others +kipi host programs. + +%description -l pl.UTF-8 +libksane to obudowanie KDE biblioteki Exiv2 do obróbki metadanych +obrazków. Ta biblioteka jest wykorzystywana przez pakiety +kipi-plugins, digiKam i inne programy oparte na kiki. + +%package devel +Summary: Header files for %{name} library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name} +Group: X11/Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: exiv2-devel + +%description devel +Header files for %{name} library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki %{name}. + +%prep +%setup -q + +%build +install -d build +cd build +%cmake \ + ../ +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C build/ install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/libksane.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libksane.so.? +%{_iconsdir}/hicolor/*x*/actions/*.png + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libksane.so +%{_includedir}/%{name} +%{_pkgconfigdir}/libksane.pc +%{_libdir}/cmake/KSane + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/07/27 16:28:45 arekm +- kde 4.7.0; initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
