Author: qboosh Date: Sun Jan 27 18:11:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - more verbose files, ghost soname symlink - dropped PACKAGING (internal for kipi release managers) - added X11 to Groups - GPL v2+
---- Files affected: SPECS: libkexiv2.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/libkexiv2.spec diff -u SPECS/libkexiv2.spec:1.9 SPECS/libkexiv2.spec:1.10 --- SPECS/libkexiv2.spec:1.9 Tue Sep 18 10:03:59 2007 +++ SPECS/libkexiv2.spec Sun Jan 27 19:11:32 2008 @@ -4,32 +4,32 @@ Name: libkexiv2 Version: 0.1.6 Release: 1 -License: GPL -Group: Libraries +License: GPL v2+ +Group: X11/Libraries Source0: http://dl.sourceforge.net/kipi/%{name}-%{version}.tar.bz2 # Source0-md5: 8a256ac6a3895720a88b29eaf932917c Patch0: kde-ac260-lt.patch URL: http://www.kipi-plugins.org/drupal/ -BuildRequires: autoconf -BuildRequires: automake +BuildRequires: autoconf >= 2.53 +BuildRequires: automake >= 1.6.1 BuildRequires: exiv2-devel >= 0.14 BuildRequires: kdelibs-devel >= 9:3.4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures +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 -libkexiv2 to obudowanie biblioteki Exiv2 do obróbki metadanych +libkexiv2 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: Development/Libraries +Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} Requires: exiv2-devel Requires: kdelibs-devel >= 9:3.4.0 @@ -63,15 +63,16 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README RELEASE.rev PACKAGING -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%doc AUTHORS ChangeLog NEWS README RELEASE.rev +%attr(755,root,root) %{_libdir}/libkexiv2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libkexiv2.so.3 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libkexiv2.so +%{_libdir}/libkexiv2.la %{_includedir}/%{name} -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/libkexiv2.pc %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -79,6 +80,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2008-01-27 18:11:32 qboosh +- more verbose files, ghost soname symlink +- dropped PACKAGING (internal for kipi release managers) +- added X11 to Groups +- GPL v2+ + Revision 1.9 2007-09-18 08:03:59 shadzik - 0.1.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libkexiv2.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
