Mailinglist Archive: opensuse-contrib (45 mails)
| < Previous | Next > |
[opensuse-contrib] [obs submit-request 120688] openSUSE:11.4:Contrib/unetbootin: created by computersalat
- From: chris@xxxxxxxxxxxxxxxx
- Date: Fri, 11 May 2012 09:08:17 +0000
- Message-id: <20120511090818.1162AFC3FA3@foreman.opensuse.org>
home:computersalat:devel:Contrib/unetbootin ->
openSUSE:11.4:Contrib/unetbootin
https://build.opensuse.org/request/show/120688
Description: update to 575
changes files:
--------------
--- unetbootin.changes
+++ unetbootin.changes
@@ -1,0 +2,17 @@
+Fri May 11 09:05:40 UTC 2012 - chris@xxxxxxxxxxxxxxxx
+
+- update to 575
+- rework suse patch
+
+-------------------------------------------------------------------
+Wed Jun 1 17:29:23 UTC 2011 - prusnak@xxxxxxxxxxxx
+
+- updated to 549
+
+-------------------------------------------------------------------
+Thu Mar 24 14:57:04 UTC 2011 - chris@xxxxxxxxxxxxxxxx
+
+- update to 506
+- reworked suse patch
+
+-------------------------------------------------------------------
old:
----
unetbootin-source-502.tar.bz2
new:
----
unetbootin-source-575.tar.gz
spec files:
-----------
--- unetbootin.spec
+++ unetbootin.spec
@@ -1,7 +1,7 @@
#
-# spec file for package unetbootin (Version 502)
+# spec file for package unetbootin
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,21 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
+
+%define rev 575
Name: unetbootin
+Version: 0.0.%{rev}
+Release: 0
Summary: Universal Netboot Installer
-Version: 0.0.502
-%define rev 502
-Release: 1
-License: GPL v2 or later
+License: GPL-2.0+
Group: System/GUI/Other
-Url:
http://sourceforge.net/projects/unetbootin/files/UNetbootin/494/unetbootin-source-502.tar.gz/download
-Source: %{name}-source-%{rev}.tar.bz2
-Patch: %{name}-suse.patch
+Url: https://sourceforge.net/projects/unetbootin/
+Source: %{name}-source-%{rev}.tar.gz
+Patch0: %{name}-suse.patch
+BuildRequires: gcc-c++
+BuildRequires: libqt4-devel
+Requires: mtools
+Requires: p7zip
+Requires: syslinux
+Requires: udev
+Requires: util-linux
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: gcc-c++ libqt4-devel perl
-Requires: mtools p7zip udev util-linux syslinux
%description
UNetbootin allows for the installation of various Linux/BSD distributions
@@ -39,29 +44,28 @@
%prep
%setup -q -c -n %{name}
-%patch
+%patch0
# rpmlint: wrong-file-end-of-line-encoding
-%{__perl} -p -i -e 's@\r\n@\n@' README.TXT
+sed -i 's/\r$//' README.TXT
%build
lupdate unetbootin.pro
lrelease unetbootin.pro
qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc"
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
%install
-%{__install} -D -m 0755 %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
-%{__install} -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/%{name}
-%{__install} -D -m 0644 unetbootin_*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -D -m 0755 %{name} %{buildroot}%{_sbindir}/%{name}
+install -d -m 0755 %{buildroot}%{_datadir}/%{name}
+install -D -m 0644 unetbootin_*.qm %{buildroot}%{_datadir}/%{name}
%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc README.TXT
%{_sbindir}/*
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}/
%changelog
other changes:
--------------
++++++ unetbootin-source-502.tar.bz2 -> unetbootin-source-575.tar.gz
(60710 lines skipped)
++++++ unetbootin-suse.patch
--- unetbootin-suse.patch
+++ unetbootin-suse.patch
@@ -1,16 +1,18 @@
---- distrover.cpp.orig 2010-10-06 20:56:33.000000000 +0200
-+++ distrover.cpp 2010-10-22 18:08:18.000000000 +0200
-@@ -167,11 +167,11 @@
+Index: distrover.cpp
+===================================================================
+--- distrover.cpp.orig
++++ distrover.cpp
+@@ -182,11 +182,11 @@ unetbootin::tr("<b>Homepage:</b> <a href
"<b>Description:</b> The Offline NT Password and Registry Editor can
reset Windows passwords and edit the registry on Windows 2000-Vista.<br/>"
"<b>Install Notes:</b> NTPasswd is booted and run in live mode; no
installation is required to use it.") <<
- "2008.05.26"));
+ "2008.05.26" << "2011.05.11"));
- distroselect->addItem("openSUSE", (QStringList() << "11.1" <<
-+ distroselect->addItem("openSUSE", (QStringList() << "11.3" <<
++ distroselect->addItem("openSUSE", (QStringList() << "11.4" <<
unetbootin::tr("<b>Homepage:</b> <a
href=\"http://www.opensuse.org/\">http://www.opensuse.org</a><br/>"
"<b>Description:</b> openSUSE is a user-friendly Novell sponsored
distribution.<br/>"
"<b>Install Notes:</b> The default version allows for both installation
over the internet (FTP), or offline installation using pre-downloaded
installation ISO files.") <<
-- "10.2" << "10.2_x64" << "10.3" << "10.3_x64" << "11.0" << "11.0_x64" <<
"11.1" << "11.1_x64" << "Factory" << "Factory_x64"));
-+ "10.2" << "10.2_x64" << "10.3" << "10.3_x64" << "11.0" << "11.0_x64" <<
"11.1" << "11.1_x64" << "11.2" << "11.2_x64" << "11.3" << "11.3_x64" <<
"Factory" << "Factory_x64"));
+- "11.1" << "11.1_x64" << "Factory" << "Factory_x64"));
++ "11.3" << "11.3_x64" <<"11.4" << "11.4_x64" << "12.1" << "12.1_x64" <<
"Factory" << "Factory_x64"));
distroselect->addItem("Ophcrack", (QStringList() << "XP-LiveCD-2.0" <<
unetbootin::tr("<b>Homepage:</b> <a
href=\"http://ophcrack.sourceforge.net/\">http://ophcrack.sourceforge.net</a><br/>"
"<b>Description:</b> Ophcrack can crack Windows passwords.<br/>"
To REVIEW against the previous version:
osc request show --diff 120688
To ACCEPT the request:
osc request accept 120688 --message="reviewed ok."
To DECLINE the request:
osc request decline 120688 --message="declined for reason xyz (see ... for
background / policy / ...)."
To REVOKE the request:
osc request revoke 120688 --message="retracted because ..., sorry / thx /
see better version ..."
--
Hermes messaging (http://hermes.opensuse.org)
openSUSE Build Service (https://build.opensuse.org/)
Collaboration: http://en.opensuse.org/Build_Service/Collaboration
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-contrib+owner@xxxxxxxxxxxx
| < Previous | Next > |