Accepting request 79411 from KDE:Distro:Factory
forward to factory OBS-URL: https://build.opensuse.org/request/show/79411 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scribus?expand=0&rev=38
This commit is contained in:
parent
aa61cad472
commit
270a046a51
@ -1,9 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 15 13:49:58 UTC 2011 - idonmez@novell.com
|
||||||
|
|
||||||
|
- Fix build and use %{_smp_mflags}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 10 09:33:53 UTC 2011 - toddrme2178@gmail.com
|
Wed Aug 10 09:33:53 UTC 2011 - toddrme2178@gmail.com
|
||||||
|
|
||||||
-Fixed language file identification
|
- Fixed language file identification
|
||||||
-Removed redundant buildrequires
|
- Removed redundant buildrequires
|
||||||
-Cleaned up spec file formatting
|
- Cleaned up spec file formatting
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 18 19:13:42 UTC 2011 - mrdocs@opensuse.org
|
Sat Jun 18 19:13:42 UTC 2011 - mrdocs@opensuse.org
|
||||||
|
13
scribus.spec
13
scribus.spec
@ -99,14 +99,22 @@ cmake \
|
|||||||
-DCMAKE_SKIP_RPATH=TRUE \
|
-DCMAKE_SKIP_RPATH=TRUE \
|
||||||
../
|
../
|
||||||
|
|
||||||
make
|
make %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
mkdir -p %{buildroot}%{_datadir}/doc/packages/scribus
|
mkdir -p %{buildroot}%{_datadir}/doc/packages/scribus
|
||||||
|
|
||||||
|
ln -s %{buildroot}%{_datadir}/scribus/icons/scribus.png %{buildroot}%{_datadir}/pixmaps/scribus.png
|
||||||
|
|
||||||
|
ln -s %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop %{buildroot}%{_datadir}/applications/vnd.scribus.desktop
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%suse_update_desktop_file -i %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office WordProcessor
|
%suse_update_desktop_file -i %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office WordProcessor
|
||||||
%endif
|
%endif
|
||||||
@ -140,6 +148,9 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_datadir}/mimelnk
|
%dir %{_datadir}/mimelnk
|
||||||
%dir %{_datadir}/mimelnk/application
|
%dir %{_datadir}/mimelnk/application
|
||||||
%{_datadir}/mimelnk/application/vnd.scribus.desktop
|
%{_datadir}/mimelnk/application/vnd.scribus.desktop
|
||||||
|
%{_datadir}/applications/vnd.scribus.desktop
|
||||||
|
%{_datadir}/pixmaps/scribus.png
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user