Author: megabajt Date: Sun Nov 9 18:41:11 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added -allow-deprecated.patch - more verbose files - release 7
---- Files affected: SPECS: libexif-gtk.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/libexif-gtk.spec diff -u SPECS/libexif-gtk.spec:1.32 SPECS/libexif-gtk.spec:1.33 --- SPECS/libexif-gtk.spec:1.32 Sun Nov 9 18:12:02 2008 +++ SPECS/libexif-gtk.spec Sun Nov 9 19:41:05 2008 @@ -7,13 +7,14 @@ Summary(pl.UTF-8): Widgety GTK+ do libexif Name: libexif-gtk Version: 0.3.5 -Release: 6 +Release: 7 License: GPL Group: X11/Libraries Source0: http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.bz2 # Source0-md5: 0ecdba41f3e0f20a11b8555bd2dd2a07 Source1: %{name}-pl.po Patch0: %{name}-ac.patch +Patch1: %{name}-allow-deprecated.patch URL: http://libexif.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -60,6 +61,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 cp %{SOURCE1} po/pl.po %{__perl} -pi -e 's/es fr ru/es fr pl ru/' configure.in @@ -81,8 +83,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - pkgconfigdir=%{_pkgconfigdir} + DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} @@ -95,19 +96,20 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc ChangeLog -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libexif-gtk.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libexif-gtk.so.5 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libexif-gtk.so +%{_libdir}/libexif-gtk.la %{_includedir}/libexif-gtk -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/libexif-gtk.pc %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libexif-gtk.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -116,6 +118,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2008/11/09 18:41:05 megabajt +- added -allow-deprecated.patch +- more verbose files +- release 7 + Revision 1.32 2008/11/09 17:12:02 arekm - release 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libexif-gtk.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
