Hello community,

here is the log from the commit of package frogr for openSUSE:Factory
checked in at Tue Jun 14 16:45:42 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/frogr/frogr.changes    2011-05-28 
02:04:48.000000000 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Sat May 28 02:03:50 CEST 2011 - [email protected]
+
+- Use favor_gtk2 to switch between gtk2 and gtk3 builds, and choose
+  between gtk+-2.0 and gtk+-3.0 pkgconfig() BuildRequires.
+
+-------------------------------------------------------------------
+Fri May 27 16:46:40 UTC 2011 - [email protected]
+
+- Initial package (version 0.5)
+

calling whatdependson for head-i586


New:
----
  frogr-0.5.tar.bz2
  frogr.changes
  frogr.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ frogr.spec ++++++
#
# spec file for package frogr
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           frogr
Version:        0.5
Release:        1
License:        GPLv3
Summary:        Tool to Manage Flickr Accounts
Url:            https://live.gnome.org/Frogr
Group:          Productivity/Graphics/Other
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(glib-2.0)
%if 0%{?favor_gtk2}
BuildRequires:  pkgconfig(gtk+-2.0)
%else
BuildRequires:  pkgconfig(gtk+-3.0)
%endif
BuildRequires:  pkgconfig(libexif)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(libxml-2.0)
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Frogr is a small application for the GNOME desktop that allows users to
manage their accounts in the Flickr image hosting website. It supports
all the basic Flickr features, including uploading pictures, adding
descriptions, setting tags and managing sets and groups pools.

%lang_package
%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
%find_lang %{name}
%suse_update_desktop_file frogr Viewer

%clean
%{?buildroot:rm -rf %{buildroot}}

%post
%if 0%{?suse_version} > 1130
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%else
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
update-mime-database %{_datadir}/mime || true
%endif

%postun
%if 0%{?suse_version} > 1130
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%else
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
update-mime-database %{_datadir}/mime || true
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/frogr.xpm
%{_datadir}/icons/hicolor/*/apps/frogr.*
%{_mandir}/man1/frogr.1%{ext_man}

%files lang -f %{name}.lang

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to