Author: baggins Date: Thu Aug 30 14:37:35 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.12.0 - rel 1 - updated files
---- Files affected: SPECS: gnustep-back.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/gnustep-back.spec diff -u SPECS/gnustep-back.spec:1.32 SPECS/gnustep-back.spec:1.33 --- SPECS/gnustep-back.spec:1.32 Tue Feb 13 08:16:47 2007 +++ SPECS/gnustep-back.spec Thu Aug 30 16:37:30 2007 @@ -11,13 +11,13 @@ Summary: The GNUstep backend bundle Summary(pl.UTF-8): Pakiet backendowy GNUstep Name: gnustep-back -Version: 0.11.0 +Version: 0.12.0 Release: 1 License: LGPL/GPL Vendor: The GNUstep Project Group: X11/Libraries Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz -# Source0-md5: fece87a22336e233b70e9ce999e1ea10 +# Source0-md5: 1b0252a1b645dd2ca4c78427fb885f1f URL: http://www.gnustep.org/ BuildRequires: OpenGL-GLX-devel %{?with_dps:BuildRequires: X11-DPS-devel} @@ -37,8 +37,6 @@ Conflicts: gnustep-core BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/%{_lib}/GNUstep - %define _noautoreqdep libGL.so.1 libGLU.so.1 %description @@ -124,7 +122,7 @@ ln -sf . back-xlib %build -export GNUSTEP_MAKEFILES=%{_prefix}/System/Library/Makefiles +export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles export GNUSTEP_FLATTENED=yes for g in %{?with_art:art} %{?with_cairo:cairo} %{?with_dps:xdps} xlib ; do @@ -151,7 +149,7 @@ %install rm -rf $RPM_BUILD_ROOT -export GNUSTEP_MAKEFILES=%{_prefix}/System/Library/Makefiles +export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles export GNUSTEP_FLATTENED=yes for g in %{?with_art:art} %{?with_cairo:cairo} %{?with_dps:xdps} xlib ; do @@ -161,17 +159,17 @@ NAME="back-$g" fi %{__make} install -C back-$g \ - GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System \ + DESTDIR=$RPM_BUILD_ROOT \ BUILD_GRAPHICS="$g" \ BACKEND_NAME="$NAME" done %{__make} install -C Documentation \ - GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System \ + DESTDIR=$RPM_BUILD_ROOT # not (yet?) supported by rpm-compress-doc -find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation -type f \ - ! -name '*.gz' | xargs gzip -9nf +find $RPM_BUILD_ROOT%{_datadir}/GNUstep/Documentation \ + -type f -a ! -name '*.html' -a ! -name '*.gz' -a ! -name '*.jpg' -a ! -name '*.css' | xargs gzip -9nf %clean rm -rf $RPM_BUILD_ROOT @@ -182,41 +180,42 @@ %files %defattr(644,root,root,755) %doc ChangeLog -%docdir %{_prefix}/System/Library/Documentation -%{_prefix}/System/Library/Documentation/Developer/Back -%{_prefix}/System/Library/Documentation/man/man1/gpbs.1* - -%dir %{_prefix}/System/Library/Bundles/libgnustep-back-011.bundle -%{_prefix}/System/Library/Bundles/libgnustep-back-011.bundle/Resources -%attr(755,root,root) %{_prefix}/System/Library/Bundles/libgnustep-back-011.bundle/libgnustep-back-011 +%docdir %{_datadir}/GNUstep/Documentation +%{_datadir}/GNUstep/Documentation/Developer/Back +%{_mandir}/man1/gpbs.1* + +%dir %{_libdir}/GNUstep/Bundles/libgnustep-back-012.bundle +%{_libdir}/GNUstep/Bundles/libgnustep-back-012.bundle/Resources +%attr(755,root,root) %{_libdir}/GNUstep/Bundles/libgnustep-back-012.bundle/libgnustep-back-012 +%dir %{_libdir}/GNUstep/Fonts # XXX: n0190{0,2,4,6}{3,4}.{pfb,afm,pfm} - symlink from ghostscript-fonts-std? -%{_prefix}/System/Library/Fonts/Helvetica.nfont +%{_libdir}/GNUstep/Fonts/Helvetica.nfont -%attr(755,root,root) %{_prefix}/System/Tools/* +%attr(755,root,root) %{_bindir}/* %if %{with art} %files art %defattr(644,root,root,755) -%dir %{_prefix}/System/Library/Bundles/libgnustep-back-art-011.bundle -%{_prefix}/System/Library/Bundles/libgnustep-back-art-011.bundle/Resources -%attr(755,root,root) %{_prefix}/System/Library/Bundles/libgnustep-back-art-011.bundle/libgnustep-back-art-011 +%dir %{_libdir}/GNUstep/Bundles/libgnustep-back-art-012.bundle +%{_libdir}/GNUstep/Bundles/libgnustep-back-art-012.bundle/Resources +%attr(755,root,root) %{_libdir}/GNUstep/Bundles/libgnustep-back-art-012.bundle/libgnustep-back-art-012 %endif %if %{with cairo} %files cairo %defattr(644,root,root,755) -%dir %{_prefix}/System/Library/Bundles/libgnustep-back-cairo-011.bundle -%{_prefix}/System/Library/Bundles/libgnustep-back-cairo-011.bundle/Resources -%attr(755,root,root) %{_prefix}/System/Library/Bundles/libgnustep-back-cairo-011.bundle/libgnustep-back-cairo-011 +%dir %{_libdir}/GNUstep/Bundles/libgnustep-back-cairo-012.bundle +%{_libdir}/GNUstep/Bundles/libgnustep-back-cairo-012.bundle/Resources +%attr(755,root,root) %{_libdir}/GNUstep/Bundles/libgnustep-back-cairo-012.bundle/libgnustep-back-cairo-012 %endif %if %{with dps} %files xdps %defattr(644,root,root,755) -%dir %{_prefix}/System/Library/Bundles/libgnustep-back-xdps-011.bundle -%{_prefix}/System/Library/Bundles/libgnustep-back-xdps-011.bundle/Resources -%attr(755,root,root) %{_prefix}/System/Library/Bundles/libgnustep-back-xdps-011.bundle/libgnustep-back-xdps-011 +%dir %{_libdir}/GNUstep/Bundles/libgnustep-back-xdps-012.bundle +%{_libdir}/GNUstep/Bundles/libgnustep-back-xdps-012.bundle/Resources +%attr(755,root,root) %{_libdir}/GNUstep/Bundles/libgnustep-back-xdps-012.bundle/libgnustep-back-xdps-012 %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -225,6 +224,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2007/08/30 14:37:30 baggins +- up to 0.12.0 +- rel 1 +- updated files + Revision 1.32 2007/02/13 07:16:47 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnustep-back.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
