Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2014-04-15 11:46:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pumpa (Old)
 and      /work/SRC/openSUSE:Factory/.pumpa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pumpa"

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

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-04-15 
11:46:57.000000000 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Apr  3 13:47:55 UTC 2014 - [email protected]
+
+- Initial package.

New:
----
  pumpa-0.8.3.tar.gz
  pumpa.changes
  pumpa.spec

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

Other differences:
------------------
++++++ pumpa.spec ++++++
#
# spec file for package pumpa
#
# Copyright (c) 2014 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:           pumpa
Version:        0.8.3
Release:        0
License:        GPL-3.0+
Summary:        A simple pump.io client written in C++/Qt
Url:            http://saz.im/software/pumpa.html
Group:          System/GUI
Source:         %{name}-%{version}.tar.gz

BuildRequires:  pkg-config
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(QtGui)
BuildRequires:  pkgconfig(QJson)
BuildRequires:  update-desktop-files
BuildRequires:  fdupes

%description
Pumpa is a simple pump.io client written in C++ and Qt
and licensed under the GNU GPL 3.0 (or later).

%prep
%setup -q
sed -i 's/^Icon=\(.*\)/Icon=pumpa/' %{name}.desktop

%build
qmake -makefile %{name}.pro \
  QMAKE_CFLAGS="%{optflags}"     \
  QMAKE_CXXFLAGS="%{optflags}"
make %{?_smp_mflags}

%install
make install

mkdir -p %{buildroot}%{_datadir}/%{name}/images/ 
%{buildroot}%{_datadir}/%{name}/translations/
install -Dm 0644 images/%{name}.png 
%{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
install -m 0644 images/* %{buildroot}%{_datadir}/%{name}/images/
install -m 0644 translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/

%suse_update_desktop_file -G "pump.io client" -r %{name} Network 
InstantMessaging
fdupes %{buildroot}
%find_lang %{name} --with-qt

%files
%defattr(-,root,root)
%doc LICENSE README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/

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

Reply via email to