File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2011-03-16 Nicola Pero <nicola.pero@meta-innovation.com>
2
+
3
+ * GNUmakefile.in (rpm): Depend on svn-dist and updated
4
+ location of .tar.gz file to copy.
5
+ * gnustep-make.spec.in (CFLAGS): Added --with-layout=gnustep
6
+ to configure command.
7
+ (%files): Added /etc/GNUstep/GNUstep.conf.
8
+
1
9
2011-03-16 Nicola Pero <nicola.pero@meta-innovation.com>
2
10
3
11
* Documentation/gnustep-filesystem.texi: Updated documentation for
Original file line number Diff line number Diff line change @@ -377,8 +377,8 @@ test-RPM_TOPDIR:
377
377
# rpmbuild and used 'rpm -ba' instead. It can be removed when we are
378
378
# reasonably sure no more old RPM versions (not having rpmbuild), are
379
379
# still around.
380
- rpm: test-RPM_TOPDIR dist
381
- cp ../ gnustep-make-$(GNUSTEP_MAKE_VERSION).tar.gz $(RPM_TOPDIR)/SOURCES/
380
+ rpm: test-RPM_TOPDIR svn- dist
381
+ cp gnustep-make-$(GNUSTEP_MAKE_VERSION).tar.gz $(RPM_TOPDIR)/SOURCES/
382
382
cp gnustep-make.spec $(RPM_TOPDIR)/SPECS/
383
383
cd $(RPM_TOPDIR)/SPECS/
384
384
if which rpmbuild > /dev/null 2>/dev/null; then \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ GNUstep filesystem layout based on %{gs_prefix}.
33
33
%setup -n %{gs_name}-%{gs_version}
34
34
35
35
%build
36
- CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{gs_prefix} --with-library-combo=%{gs_libcombo}
36
+ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{gs_prefix} --with-library-combo=%{gs_libcombo} --with-layout=gnustep
37
37
make
38
38
39
39
%install
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
65
65
# the package everything which was installed inside /usr/GNUstep/
66
66
%{gs_prefix}
67
67
68
+ # Also include the GNUstep config file
69
+ /etc/GNUstep/GNUstep.conf
70
+
68
71
# Add the profiles for linux as configuration files <FIXME gdomap etc>
69
72
%ifos Linux
70
73
%config /etc/profile.d/GNUstep.sh
You can’t perform that action at this time.
0 commit comments