This commit is contained in:
parent
d16e5bbfdb
commit
85bcca98b2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 23 10:37:37 CEST 2007 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- fixed doc paths in spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 12 09:54:04 CET 2007 - pgajdos@suse.cz
|
Mon Mar 12 09:54:04 CET 2007 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
12
scribus.spec
12
scribus.spec
@ -28,7 +28,7 @@ Suggests: AdobeICCProfiles
|
|||||||
Provides: scribus-short-words
|
Provides: scribus-short-words
|
||||||
Obsoletes: scribus-i18n-de scribus-i18n-en scribus-i18n-fr scribus-short-words
|
Obsoletes: scribus-i18n-de scribus-i18n-en scribus-i18n-fr scribus-short-words
|
||||||
Version: 1.3.3.7
|
Version: 1.3.3.7
|
||||||
Release: 9
|
Release: 15
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: %{name}-%{version}_string-literal-comparsion.patch
|
Patch: %{name}-%{version}_string-literal-comparsion.patch
|
||||||
Patch1: %{name}-%{version}_format-not-literal.patch
|
Patch1: %{name}-%{version}_format-not-literal.patch
|
||||||
@ -120,7 +120,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
--sysconfdir=%{_sysconfdir} \
|
--sysconfdir=%{_sysconfdir} \
|
||||||
--with-qt-libraries=/usr/%_lib/qt3/%_lib \
|
--with-qt-libraries=/usr/%_lib/qt3/%_lib \
|
||||||
--with-docdir=%{prefix}/share/doc/packages/scribus \
|
--with-docdir=%{_docdir}/%{name} \
|
||||||
%ifarch x86_64 ppc64 s390x
|
%ifarch x86_64 ppc64 s390x
|
||||||
--enable-libsuffix=64 \
|
--enable-libsuffix=64 \
|
||||||
%endif
|
%endif
|
||||||
@ -131,8 +131,8 @@ make %{?jobs:-j %jobs}
|
|||||||
%install
|
%install
|
||||||
#. /etc/opt/kde3/common_options
|
#. /etc/opt/kde3/common_options
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/scribus
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
cp AUTHORS COPYING ChangeLog NEWS README PACKAGING TODO $RPM_BUILD_ROOT/usr/share/doc/packages/scribus/
|
cp AUTHORS COPYING ChangeLog NEWS README PACKAGING TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
#suse_update_desktop_file -i %name Office WordProcessor
|
#suse_update_desktop_file -i %name Office WordProcessor
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/scribus/plugins/*.*a $RPM_BUILD_ROOT%{_libdir}/scribus/plugins/*/*.*a
|
rm $RPM_BUILD_ROOT%{_libdir}/scribus/plugins/*.*a $RPM_BUILD_ROOT%{_libdir}/scribus/plugins/*/*.*a
|
||||||
install -d $RPM_BUILD_ROOT%{_datadir}/applications
|
install -d $RPM_BUILD_ROOT%{_datadir}/applications
|
||||||
@ -156,7 +156,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc /usr/share/doc/packages/scribus
|
%doc %{_docdir}/%{name}
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
/usr/share/applications/*.desktop
|
/usr/share/applications/*.desktop
|
||||||
/usr/share/man/man?/*.*
|
/usr/share/man/man?/*.*
|
||||||
@ -175,6 +175,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/include/scribus
|
%{_prefix}/include/scribus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 23 2007 - pgajdos@suse.cz
|
||||||
|
- fixed doc paths in spec file
|
||||||
* Mon Mar 12 2007 - pgajdos@suse.cz
|
* Mon Mar 12 2007 - pgajdos@suse.cz
|
||||||
- fixed gcc warnings in beta version:
|
- fixed gcc warnings in beta version:
|
||||||
* program uses possibly exploitable format strings
|
* program uses possibly exploitable format strings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user