Author: qboosh Date: Thu May 29 20:59:43 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.1.15 - removed obsolete locale-names patch, added am patch
---- Files affected: SPECS: gtkam.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/gtkam.spec diff -u SPECS/gtkam.spec:1.40 SPECS/gtkam.spec:1.41 --- SPECS/gtkam.spec:1.40 Fri Jan 25 23:46:21 2008 +++ SPECS/gtkam.spec Thu May 29 22:59:38 2008 @@ -8,16 +8,16 @@ Summary: GTKam - graphical frontend for gphoto2 Summary(pl.UTF-8): GTKam - graficzny interfejs do gphoto2 Name: gtkam -Version: 0.1.14 -Release: 2 -License: LGPL +Version: 0.1.15 +Release: 1 +License: LGPL v2+ Group: X11/Applications/Graphics Source0: http://dl.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2 -# Source0-md5: 2b6e6fea0bc55d9f78952f0061d7ef7e +# Source0-md5: ca0f3087e02f57656658da9b30c06906 Patch0: %{name}-paths.patch -Patch1: %{name}-locale-names.patch -Patch2: %{name}-ac.patch -Patch3: %{name}-link.patch +Patch1: %{name}-ac.patch +Patch2: %{name}-link.patch +Patch3: %{name}-am.patch URL: http://www.gphoto.org/proj/gtkam/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 @@ -29,11 +29,12 @@ BuildRequires: libexif-devel >= 0.3.2 BuildRequires: libexif-gtk-devel %{?with_gnome:BuildRequires: libgnomeui-devel} -BuildRequires: libgphoto2-devel >= 2.3.0 +BuildRequires: libgphoto2-devel >= 2.4.1 BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: rpmbuild(find_lang) >= 1.23 BuildRequires: scrollkeeper -Requires: libgphoto2 >= 2.3.0 +Requires: libgphoto2 >= 2.4.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %if %{with gimp} @@ -67,9 +68,6 @@ %patch2 -p1 %patch3 -p1 -mv -f po/{pt_PT,pt}.po -rm -f po/stamp-po - %build %{__gettextize} %{__gnome_doc_common} @@ -90,7 +88,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%find_lang %{name} --with-gnome --all-name +%find_lang %{name} --with-gnome --with-omf %clean rm -rf $RPM_BUILD_ROOT @@ -101,11 +99,11 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog README TODO -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/gtkam %{_datadir}/%{name} -%{_mandir}/man1/*.1* -%{_desktopdir}/*.desktop -%{_pixmapsdir}/* +%{_mandir}/man1/gtkam.1* +%{_desktopdir}/gtkam.desktop +%{_pixmapsdir}/gtkam.png %{_omf_dest_dir}/%{name} %if %{with gimp} @@ -120,6 +118,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2008-05-29 20:59:38 qboosh +- updated to 0.1.15 +- removed obsolete locale-names patch, added am patch + Revision 1.40 2008-01-25 22:46:21 wolvverine - rel.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtkam.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
