[packages/gnustep-make] Up to 2.9.3
arekm
arekm at pld-linux.org
Mon Aug 18 17:29:30 CEST 2025
commit 1a59745e47de1a0a9118c81c9d02a93be1ae446f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Aug 18 17:29:15 2025 +0200
Up to 2.9.3
gnustep-make.spec | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/gnustep-make.spec b/gnustep-make.spec
index d42c39a..733a102 100644
--- a/gnustep-make.spec
+++ b/gnustep-make.spec
@@ -6,12 +6,12 @@
Summary: GNUstep Makefile package
Summary(pl.UTF-8): Pakiet GNUstep Makefile
Name: gnustep-make
-Version: 2.6.6
-Release: 5
+Version: 2.9.3
+Release: 1
License: GPL v3+
Group: Applications/System
Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
-# Source0-md5: e9ddf251e31c54545e70b0521b73a48e
+# Source0-md5: 30a8ca84151f09ad9daa3178e2346e05
Source1: %{name}-fslayout-pld
Patch0: %{name}-no-chain-library-links.patch
URL: http://www.gnustep.org/
@@ -73,6 +73,7 @@ cp %{SOURCE1} FilesystemLayouts/pld
cp -f /usr/share/automake/config.* .
%{__autoconf}
%configure \
+ --enable-flattened \
--with-library-combo=gnu-gnu-gnu \
--with-layout=pld \
--with-tar=tar
@@ -89,12 +90,14 @@ cp -f /usr/share/automake/config.* .
rm -rf $RPM_BUILD_ROOT
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+ DESTDIR=$RPM_BUILD_ROOT \
+ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
%if %{with doc}
%{__make} -C Documentation install \
DESTDIR=$RPM_BUILD_ROOT \
- GNUSTEP_MAKEFILES=$RPM_BUILD_ROOT%{_datadir}/GNUstep/Makefiles
+ GNUSTEP_MAKEFILES=$RPM_BUILD_ROOT%{_datadir}/GNUstep/Makefiles \
+ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
%{__rm} $RPM_BUILD_ROOT%{_datadir}/GNUstep/Documentation/User/GNUstep/README.{Cygwin,Darwin,MinGW*}
@@ -144,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
# here only files not packaged by make -C Documentation install
-%doc ChangeLog* FAQ GNUstep-HOWTO
+%doc ChangeLog* FAQ
%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/profile.d/GNUstep.sh
%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/profile.d/GNUstep.csh
%attr(755,root,root) %{_bindir}/debugapp
@@ -154,6 +157,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/opentool
%{_mandir}/man1/debugapp.1*
%{_mandir}/man1/gnustep-config.1*
+%{_mandir}/man1/gnustep-tests.1*
%{_mandir}/man1/openapp.1*
%{_mandir}/man1/opentool.1*
%{_mandir}/man7/GNUstep.7*
@@ -179,12 +183,13 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-howto.pdf
%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-userfaq.pdf
-%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-faq*.html
-%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-filesystem*.html
-%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-howto*.html
-%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-userfaq*.html
+%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-faq
+%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-filesystem
+%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-howto
+%{_datadir}/GNUstep/Documentation/User/GNUstep/gnustep-userfaq
%{_infodir}/gnustep-faq.info*
+%{_infodir}/gnustep-filesystem.info*
%{_infodir}/gnustep-howto.info*
%{_infodir}/gnustep-make.info*
%{_infodir}/gnustep-userfaq.info*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnustep-make.git/commitdiff/1a59745e47de1a0a9118c81c9d02a93be1ae446f
More information about the pld-cvs-commit
mailing list