rpms/taskjuggler/devel taskjuggler.spec,1.23,1.24

Ondrej Vasik ovasik at fedoraproject.org
Thu Dec 4 19:07:58 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/taskjuggler/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18189

Modified Files:
	taskjuggler.spec 
Log Message:
install taskjuggler documentation to doc dir and do own that dir (#47600), trailing spaces spec file cleanup


Index: taskjuggler.spec
===================================================================
RCS file: /cvs/extras/rpms/taskjuggler/devel/taskjuggler.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- taskjuggler.spec	9 Jun 2008 13:12:21 -0000	1.23
+++ taskjuggler.spec	4 Dec 2008 19:07:28 -0000	1.24
@@ -1,6 +1,6 @@
 Name:          taskjuggler
 Version:       2.4.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Project management tool
 
 Group:         Applications/Productivity
@@ -11,12 +11,12 @@
 Patch0:        taskjuggler-2.4.1-no-kdepim3.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%if 0%{?fedora} < 10
-BuildRequires: kdepim-devel
-%else
+#%if 0%{?fedora} < 10
+#BuildRequires: kdepim-devel
+#%else
 %define nokdepim3 1
-BuildRequires: kdelibs3-devel
-%endif
+BuildRequires: kdelibs-devel
+#%endif
 # need gettext for untranslated .po files
 Buildrequires: gettext
 Requires: %{name}-libs = %{version}-%{release}
@@ -24,13 +24,13 @@
 Requires(postun): desktop-file-utils
 
 %description
-TaskJuggler is a modern and powerful project management tool. Its new approach 
-to project planning and tracking is far superior to the commonly used Gantt 
-chart editing tools. It has already been successfully used in many projects 
-and scales easily to projects with hundreds of resources and thousands of 
-tasks. It covers the complete spectrum of project management tasks from the 
-first idea to the completion of the project. It assists you during project 
-scoping, resource assignment, cost and revenue planning, and risk and 
+TaskJuggler is a modern and powerful project management tool. Its new approach
+to project planning and tracking is far superior to the commonly used Gantt
+chart editing tools. It has already been successfully used in many projects
+and scales easily to projects with hundreds of resources and thousands of
+tasks. It covers the complete spectrum of project management tasks from the
+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
@@ -42,7 +42,7 @@
 Libraries for TaskJuggler package.
 
 %prep
-%setup -q 
+%setup -q
 %if 0%{?nokdepim3}
 %patch0 -p1 -b .no-kdepim3
 # timestamp magic to keep autotools from regenerating everything
@@ -55,7 +55,7 @@
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
 %configure --with-qt-includes=%{_libdir}/qt-3.3/include --with-qt-libraries=%{_libdir}/qt-3.3/lib --with-kde-support=yes --disable-rpath
-# doc build fails with -j4 
+# doc build fails with -j4
 make
 
 
@@ -72,6 +72,8 @@
 	${RPM_BUILD_ROOT}/%{_datadir}/applications/kde/taskjuggler.desktop
 
 rm $RPM_BUILD_ROOT%{_libdir}/libtaskjuggler.{la,so}
+mv $RPM_BUILD_ROOT%{_docdir}/packages/* $RPM_BUILD_ROOT%{_docdir}
+rm -rf $RPM_BUILD_ROOT%{_docdir}/packages
 
 %find_lang %{name}
 
@@ -112,7 +114,8 @@
 %{_datadir}/apps/*
 %{_datadir}/config/taskjugglerrc
 %{_docdir}/HTML/en/*
-%{_docdir}/packages/*
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/*
 %{_datadir}/icons/*
 %{_datadir}/mimelnk/application/*.desktop
 
@@ -121,6 +124,10 @@
 %{_libdir}/libtaskjuggler*
 
 %changelog
+* Thu Dec 04 2008 Ondrej Vasik <ovasik at redhat.com> - 2.4.1-4
+- install taskjuggler documentation in docdir and do own
+  that dir (#47600) , removed trailing spaces in spec file
+
 * Mon Jun  9 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.4.1-3
 - disable kdepim support on F10+, kdepim 3 no longer available
 




More information about the fedora-extras-commits mailing list