Hello community,

here is the log from the commit of package kde3-krecord for openSUSE:Factory 
checked in at 2012-03-01 17:20:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde3-krecord (Old)
 and      /work/SRC/openSUSE:Factory/.kde3-krecord.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde3-krecord", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde3-krecord/kde3-krecord.changes        
2012-02-24 12:05:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kde3-krecord.new/kde3-krecord.changes   
2012-03-01 17:20:40.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 25 08:42:05 UTC 2012 - [email protected]
+
+- sync spec file name with package name
+
+-------------------------------------------------------------------

Old:
----
  krecord.spec

New:
----
  kde3-krecord.spec

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

Other differences:
------------------
++++++ kde3-krecord.spec ++++++
#
# spec file for package kde3-krecord
#
# Copyright (c) 2012 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:           kde3-krecord
BuildRequires:  kdelibs3-devel
Url:            http://linux.bytesex.org/misc/krecord.html
Summary:        A Sound Recorder
License:        GPL-2.0+
Group:          Productivity/Multimedia/Sound/Utilities
Version:        1.16
Release:        0
Source:         krecord-%{version}.tar.bz2
Source1:        krecord.png
Patch:          krecord.diff
Patch2:         updated-hu-translation.diff
Patch3:         krecord-ld_fix.diff
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Provides:       krecord = %{version}
Obsoletes:      krecord

%description
This program records sound from your sound card and saves it to WAV
files.

%prep
%setup -q -n krecord-%{version}
%patch
%patch2
%patch3

%build
export QTDIR=/usr/lib/qt3
export KDEDIR=/opt/kde3
sed -i 's|-Wall|-Wall -Wl,--add-needed|g' mk/Variables.mk
export LDFLAGS="$LDLAGS -Wl,--add-needed"
make 

%install
export QTDIR=/usr/lib/qt3
export KDEDIR=/opt/kde3
make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/32x32/apps/
install -m 0644 %SOURCE1 \
        $RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/32x32/apps/
%suse_update_desktop_file -G "Sound Recorder" krecord AudioVideo Recorder
%find_lang krecord

%files -f krecord.lang
%defattr(-,root,root)
%doc README 
/opt/kde3/bin/krecord
/opt/kde3/share/appl*/*/krecord.desktop
/opt/kde3/share/apps/krecord
/opt/kde3/share/icons/hicolor/32x32/apps/*.png

%changelog

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

Reply via email to