jreznik pushed to taskjuggler (epel7). "separate libs subpackage (#343251, multiarch conflicts)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 16:17:53 UTC 2015


>From dd3115392217daa7bc5eebb5320f73e4885f2e77 Mon Sep 17 00:00:00 2001
From: Ondrej Vasik <ovasik at fedoraproject.org>
Date: Tue, 11 Mar 2008 14:50:46 +0000
Subject: separate libs subpackage (#343251, multiarch conflicts)


diff --git a/taskjuggler.spec b/taskjuggler.spec
index b87acc1..b92da16 100644
--- a/taskjuggler.spec
+++ b/taskjuggler.spec
@@ -1,6 +1,6 @@
 Name:          taskjuggler
 Version:       2.4.0
-Release:       6%{?dist}
+Release:       7%{?dist}
 Summary:       Project management tool
 
 Group:         Applications/Productivity
@@ -12,6 +12,7 @@ BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: kdepim-devel
 # need gettext for untranslated .po files
 Buildrequires: gettext
+Requires: %{name}-libs = %{version}-%{release}
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 
@@ -29,6 +30,13 @@ first idea to the completion of the project. It assists you during project
 scoping, resource assignment, cost and revenue planning, and risk and 
 communication management.
 
+%package libs
+Summary: Libraries for %{name}
+Group: System Environment/Libraries
+Obsoletes: %{name} < %{version}-{%release}
+
+%description libs
+Libraries for TaskJuggler package.
 
 %prep
 %setup -q
@@ -91,11 +99,10 @@ fi
 
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README TODO
 %{_bindir}/TaskJugglerUI
 %{_bindir}/taskjuggler
-%{_libdir}/libtaskjuggler*
 %{_datadir}/applications/fedora-taskjuggler.desktop
 %{_datadir}/applications/kde
 %{_datadir}/apps/*
@@ -105,8 +112,14 @@ fi
 %{_datadir}/icons/*
 %{_datadir}/mimelnk/application/*.desktop
 
+%files libs
+%defattr(-,root,root,-)
+%{_libdir}/libtaskjuggler*
 
 %changelog
+* Thu Mar  6 2008 Ondrej Vasik <ovasik at redhat.com> - 2.4.0-7
+- separate libs subpackage (#343251, multiarch conflicts)
+
 * Wed Feb 13 2008 Ondrej Vasik <ovasik at redhat.com> - 2.4.0-6
 - gcc43 rebuild + resolving issues
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/taskjuggler.git/commit/?h=epel7&id=dd3115392217daa7bc5eebb5320f73e4885f2e77


More information about the scm-commits mailing list