Accepting request 56770 from KDE:Distro:Factory
Accepted submit request 56770 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/56770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scribus?expand=0&rev=25
This commit is contained in:
parent
6111c11094
commit
8ffd0afd4f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 27 17:20:00 CET 2010 - dmueller@suse.de
|
||||
|
||||
- fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 14 10:08:30 UTC 2010 - mrdocs@opensuse.org
|
||||
|
||||
|
25
scribus.spec
25
scribus.spec
@ -1,26 +1,16 @@
|
||||
#
|
||||
# spec file for package scribus (Version 1.3.9)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) Peter Linnell and 2010 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.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: scribus
|
||||
Version: 1.3.9
|
||||
Release: 1
|
||||
Release: 0
|
||||
License: GPL
|
||||
Summary: Open Source Page Layout and Desktop Publishing (DTP)
|
||||
Url: http://www.scribus.net/
|
||||
@ -64,7 +54,6 @@ Encapsulated Postscript import and export and creation of color
|
||||
separations.
|
||||
|
||||
%package devel
|
||||
License: GPL
|
||||
Summary: Open Source Page Layout / Desktop Publishing (DTP)
|
||||
Group: Development/Libraries/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -100,6 +89,7 @@ cmake \
|
||||
-DCMAKE_SKIP_RPATH=TRUE \
|
||||
../
|
||||
|
||||
|
||||
make %{?jobs:-j %jobs}
|
||||
|
||||
%install
|
||||
@ -113,8 +103,9 @@ mkdir -p %{buildroot}%{_datadir}/doc/packages/scribus
|
||||
%suse_update_desktop_file -i %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office WordProcessor
|
||||
%endif
|
||||
|
||||
#update the mime database
|
||||
|
||||
|
||||
#update the mime database
|
||||
%post
|
||||
if [ -f /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database /usr/share/mime > /dev/null
|
||||
@ -141,6 +132,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/doc/scribus-%{version}
|
||||
# This should be owned by filesystem or man, but there are only scribus files:
|
||||
%lang(pl) %dir %{_mandir}/pl
|
||||
%{_mandir}/pl/man1
|
||||
%dir %{_datadir}/mimelnk
|
||||
%dir %{_datadir}/mimelnk/application
|
||||
%{_datadir}/mimelnk/application/vnd.scribus.desktop
|
||||
@ -149,4 +141,5 @@ rm -rf %{buildroot}
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/scribus
|
||||
|
||||
%changelog
|
||||
|
||||
%changelog -n scribus
|
||||
|
Loading…
x
Reference in New Issue
Block a user