This commit is contained in:
parent
de857c8934
commit
0165ec7a64
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 00:03:52 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Use %fdupes
|
||||||
|
- Split off a -lang subpackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 10 12:10:58 CEST 2007 - prusnak@suse.cz
|
Thu May 10 12:10:58 CEST 2007 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: inkscape
|
Name: inkscape
|
||||||
BuildRequires: cairomm docbook-toys gcc-c++ gtkmm24-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel liblcms-devel libwnck-devel libxslt-devel loudmouth-devel perl python-devel python-gtk-devel sgml-skel update-desktop-files
|
BuildRequires: cairomm docbook-toys fdupes gcc-c++ gtkmm24-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel liblcms-devel libwnck-devel libxslt-devel loudmouth-devel perl python-devel python-gtk-devel sgml-skel update-desktop-files
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Productivity/Graphics/Vector Editors
|
Group: Productivity/Graphics/Vector Editors
|
||||||
Requires: cairomm ghostscript-fonts-std python-gtk python-numeric pstoedit libwmf gzip skencil /usr/bin/gs
|
Requires: cairomm ghostscript-fonts-std python-gtk python-numeric pstoedit libwmf gzip skencil /usr/bin/gs
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Inkscape Vector Illustration Program
|
Summary: Inkscape Vector Illustration Program
|
||||||
Version: 0.45.1
|
Version: 0.45.1
|
||||||
Release: 14
|
Release: 47
|
||||||
Provides: sodipodi
|
Provides: sodipodi
|
||||||
Obsoletes: sodipodi
|
Obsoletes: sodipodi
|
||||||
PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl
|
PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl
|
||||||
@ -35,6 +35,7 @@ Patch13: %{name}-polyutil-newpoly.patch
|
|||||||
Patch14: %{name}-buffer-overrun.patch
|
Patch14: %{name}-buffer-overrun.patch
|
||||||
URL: http://www.inkscape.org/
|
URL: http://www.inkscape.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Requires: %{name}-lang = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Inkscape is a vector illustration program for the GNOME desktop.
|
Inkscape is a vector illustration program for the GNOME desktop.
|
||||||
@ -86,6 +87,7 @@ Authors:
|
|||||||
Daniel Yacob
|
Daniel Yacob
|
||||||
Masatake Yamato
|
Masatake Yamato
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q -b 1
|
%setup -q -b 1
|
||||||
%patch
|
%patch
|
||||||
@ -138,6 +140,8 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/locale/en_US@piglatin
|
|||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions-optional
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions-optional
|
||||||
cp $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions/dia.inx $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions-optional
|
cp $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions/dia.inx $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions-optional
|
||||||
|
|
||||||
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%triggerin -- dia
|
%triggerin -- dia
|
||||||
ln -f usr/share/inkscape/extensions-optional/dia.inx usr/share/inkscape/extensions/dia.inx
|
ln -f usr/share/inkscape/extensions-optional/dia.inx usr/share/inkscape/extensions/dia.inx
|
||||||
|
|
||||||
@ -149,7 +153,7 @@ fi
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING COPYING.LIB ChangeLog HACKING* INSTALL NEWS README* TRANSLATORS
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog HACKING* INSTALL NEWS README* TRANSLATORS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -171,7 +175,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_mandir}/fr
|
%dir %{_mandir}/fr
|
||||||
%dir %{_mandir}/fr/man1
|
%dir %{_mandir}/fr/man1
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 08 2007 - maw@suse.de
|
||||||
|
- Use %%fdupes
|
||||||
|
- Split off a -lang subpackage.
|
||||||
* Thu May 10 2007 - prusnak@suse.cz
|
* Thu May 10 2007 - prusnak@suse.cz
|
||||||
- recommends pyxml [#271758]
|
- recommends pyxml [#271758]
|
||||||
* Wed Apr 18 2007 - aj@suse.de
|
* Wed Apr 18 2007 - aj@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user