SPECS: libexif.spec - updated to 0.6.13 - removed obsolete pl.po a...

qboosh qboosh at pld-linux.org
Thu Jan 5 19:30:16 CET 2006


Author: qboosh                       Date: Thu Jan  5 18:30:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.6.13
- removed obsolete pl.po and gcc4,segv patches, added pl.po-update patch
- added apidocs subpackage

---- Files affected:
SPECS:
   libexif.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/libexif.spec
diff -u SPECS/libexif.spec:1.33 SPECS/libexif.spec:1.34
--- SPECS/libexif.spec:1.33	Wed Jun 15 23:14:59 2005
+++ SPECS/libexif.spec	Thu Jan  5 19:30:10 2006
@@ -1,23 +1,23 @@
 # $Revision$, $Date$
+#
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
 #
 Summary:	Library for parsing EXIF files from digital cameras
 Summary(pl):	Biblioteka do czytania plików EXIF z kamer cyfrowych
 Name:		libexif
-Version:	0.6.12
-Release:	3
+Version:	0.6.13
+Release:	1
 Epoch:		1
 License:	MIT
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
-# Source0-md5:	9f952ee8db0be7c53a075c34e8286d91
-Source1:	%{name}-pl.po
-Patch0:		%{name}-gcc4.patch
-Patch1:		%{name}-segv.patch
+# Source0-md5:	1b1e2b495c5aa20c08725f30545a110b
+Patch0:		%{name}-pl.po-update.patch
 URL:		http://libexif.sourceforge.net/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.8
+BuildRequires:	doxygen
 BuildRequires:	gettext-devel >= 0.14.1
 BuildRequires:	libtool
 Obsoletes:	libexif7
@@ -61,19 +61,27 @@
 %description static -l pl
 Statyczna wersja libexif.
 
+%package apidocs
+Summary:	libexif API documentation
+Summary(pl):	Dokumentacja API biblioteki libexif
+Group:		Documentation
+
+%description apidocs
+API and internal documentation for libexif library.
+
+%description apidocs -l pl
+Dokumentacja API oraz wewnętrzna dla biblioteki libexif.
+
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
-cp %{SOURCE1} po/pl.po
-%{__perl} -pi -e 's/de es fr/de es fr pl/' configure.in
 rm -f po/stamp-po
 
 %build
 %{__gettextize}
 %{__libtoolize}
-%{__aclocal} -I m4
+%{__aclocal} -I m4m
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -88,6 +96,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -rf $RPM_BUILD_ROOT%{_docdir}/libexif
+
 %find_lang %{name}-12
 
 %clean
@@ -114,12 +124,21 @@
 %{_libdir}/lib*.a
 %endif
 
+%files apidocs
+%defattr(644,root,root,755)
+%doc doc/doxygen-output/libexif*
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2006/01/05 18:30:10  qboosh
+- updated to 0.6.13
+- removed obsolete pl.po and gcc4,segv patches, added pl.po-update patch
+- added apidocs subpackage
+
 Revision 1.33  2005/06/15 21:14:59  witekfl
 - added header "Conditional build:"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libexif.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list