Mailinglist Archive: opensuse-bugs (8118 mails)
| < Previous | Next > |
[Bug 249532] libzrtpcpp-devel has a broken epoch
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 27 Feb 2007 15:10:25 -0700 (MST)
- Message-id: <20070227221025.F1CE225C887@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=249532
------- Comment #1 from andreas.hanke@xxxxxxxxxxxxxx 2007-02-27 15:10 MST -------
Instead of:
Requires: %{name} = %{epoch}:%{version}-%{release}
write:
Requires: %{name} = %{version}
Epochs are not used on SUSE Linux and dependencies on release numbers are
wrong. All you get when asking for a specific release number are bugs like bug
243139.
Instead of:
make %{?_smp_mflags} LDFLAGS="-s" CXXFLAGS="$RPM_OPT_FLAGS"
Write:
make %{?jobs:-j%jobs}
%_smp_mflags is Fedora stuff and meaningless on SUSE Linux. %jobs is used on
SUSE Linux to support parallel builds. LDFLAGS does nothing else than breaking
the -debuginfo package, and CXXFLAGS is already passed via %configure.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #1 from andreas.hanke@xxxxxxxxxxxxxx 2007-02-27 15:10 MST -------
Instead of:
Requires: %{name} = %{epoch}:%{version}-%{release}
write:
Requires: %{name} = %{version}
Epochs are not used on SUSE Linux and dependencies on release numbers are
wrong. All you get when asking for a specific release number are bugs like bug
243139.
Instead of:
make %{?_smp_mflags} LDFLAGS="-s" CXXFLAGS="$RPM_OPT_FLAGS"
Write:
make %{?jobs:-j%jobs}
%_smp_mflags is Fedora stuff and meaningless on SUSE Linux. %jobs is used on
SUSE Linux to support parallel builds. LDFLAGS does nothing else than breaking
the -debuginfo package, and CXXFLAGS is already passed via %configure.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |