Author: djurban Date: Thu Jul 21 20:41:17 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - rel. 2 works with new am patch + include headers for ghostscript library
---- Files affected: SPECS: ghostscript.spec (1.151 -> 1.152) ---- Diffs: ================================================================ Index: SPECS/ghostscript.spec diff -u SPECS/ghostscript.spec:1.151 SPECS/ghostscript.spec:1.152 --- SPECS/ghostscript.spec:1.151 Wed Jul 20 23:22:08 2005 +++ SPECS/ghostscript.spec Thu Jul 21 22:41:11 2005 @@ -17,7 +17,7 @@ Summary(tr): PostScript & PDF yorumlayýcý ve gösterici Name: ghostscript Version: 8.51 -Release: 0.1 +Release: 2 License: AFPL Group: Applications/Graphics Source0: http://dl.sourceforge.net/ghostscript/%{name}-%{version}.tar.bz2 @@ -190,7 +190,10 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_datadir}/ghostscript/lib,%{_libdir},%{_includedir}} +install -d $RPM_BUILD_ROOT{%{_datadir}/ghostscript/lib,%{_libdir},%{_includedir}/gs} + +# api includes +install src/{iapi.h,ierrors.h,gdevdsp.h} $RPM_BUILD_ROOT%{_includedir}/gs %{__make} install \ install_prefix=$RPM_BUILD_ROOT \ @@ -244,9 +247,6 @@ ln -sf gs $RPM_BUILD_ROOT%{_bindir}/gsc ln -sf gs $RPM_BUILD_ROOT%{_bindir}/ghostscript -install -d $RPM_BUILD_ROOT%{_includedir}/ps -#install src/{iapi,errors}.h $RPM_BUILD_ROOT%{_includedir}/ps - %clean rm -rf $RPM_BUILD_ROOT @@ -291,7 +291,7 @@ %files devel %defattr(644,root,root,755) -%{_includedir}/ps +%{_includedir}/gs %{_libdir}/libgs.so %files ijs-devel @@ -311,6 +311,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.152 2005/07/21 20:41:11 djurban +- rel. 2 works with new am patch + include headers for ghostscript library + Revision 1.151 2005/07/20 21:22:08 qboosh - cdj850 comment ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ghostscript.spec?r1=1.151&r2=1.152&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
