Mailinglist Archive: opensuse-commit (1421 mails)

< Previous Next >
commit nrg2iso
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 05 May 2008 01:17:37 +0200
  • Message-id: <20080504231737.E9476678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package nrg2iso
checked in at Mon May 5 01:17:37 CEST 2008.


--------
--- nrg2iso/nrg2iso.changes 2006-01-25 21:38:50.000000000 +0100
+++ /mounts/work_src_done/STABLE/nrg2iso/nrg2iso.changes 2008-05-05
01:14:52.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 5 01:14:28 CEST 2008 - crrodriguez@xxxxxxx
+
+- fix for Feature No 300498 , use RPM_OPT_FLAGS everywhere.
+
+-------------------------------------------------------------------



New:
----
CMakeLists.txt

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

Other differences:
------------------
++++++ nrg2iso.spec ++++++
--- /var/tmp/diff_new_pack.v12340/_old 2008-05-05 01:17:31.000000000 +0200
+++ /var/tmp/diff_new_pack.v12340/_new 2008-05-05 01:17:31.000000000 +0200
@@ -1,30 +1,33 @@
#
# spec file for package nrg2iso (Version 0.4)
#
-# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

+
Name: nrg2iso
-Summary: Nero .nrg format to .iso converter
-License: LGPL
+Summary: Nero .nrg Format to .iso Converter
+License: LGPL v2.1 or later
Group: Productivity/Multimedia/CD/Record
Version: 0.4
-Release: 1
-URL: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
+Release: 107
+Url: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
Requires: smtp_daemon, logrotate
Source0: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso-0.4.tar.bz2
+Source1: CMakeLists.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: cmake

%description
-Converts Images created by Nero Burning Rom to standard .iso (ISO9660)
-Files. Quite useful if you don't want to buy or start Windows and
-Burning Rom...
+Converts images created by Nero Burning Rom to standard .iso (ISO9660)
+files. Quite useful if you do not want to buy or start Windows and
+Burning Rom.



@@ -33,22 +36,27 @@
Gregory Kokanosky <gregory.kokanosky@xxxxxxx>

%prep
-%setup
+%setup -q
+%{__cp} %{S:1} .

%build
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" make PREFIX=%{prefix}
+export CFLAGS="$RPM_OPT_FLAGS"
+export CXXFLAGS="$RPM_OPT_FLAGS"
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
+make

%install
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-install -m 755 %{name} $RPM_BUILD_ROOT/usr/bin
+make install DESTDIR=%{buildroot}

%files
%defattr(-, root,root)
/usr/bin/nrg2iso
%doc gpl.txt CHANGELOG

-%changelog -n nrg2iso
-* Wed Jan 25 2006 - mls@xxxxxxx
+%changelog
+* Mon May 05 2008 crrodriguez@xxxxxxx
+- fix for Feature No 300498 , use RPM_OPT_FLAGS everywhere.
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Wed Sep 08 2004 - kssingvo@xxxxxxx
+* Wed Sep 08 2004 kssingvo@xxxxxxx
- initial version


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages