diff --git a/ChangeLog b/ChangeLog index a28c8fa23..7b12d7a17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2014-05-04 Ivan Vucica * Tests/GNUmakefile: Don't fail if 'gnustep-tests --clean' fails. + * gnustep-gui-spec.in: Added fields Packager, Vendor and URL into + the specfile. + * GNUmakefile: Included Master/deb.make to be able to build deb + packages for gnustep-gui. 2014-05-03 Fred Kiefer diff --git a/GNUmakefile b/GNUmakefile index 7214d43a6..97e456771 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -77,5 +77,6 @@ endif -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/aggregate.make +include $(GNUSTEP_MAKEFILES)/Master/deb.make include GNUmakefile.postamble diff --git a/gnustep-gui.spec.in b/gnustep-gui.spec.in index 2e3f78235..b96e32066 100644 --- a/gnustep-gui.spec.in +++ b/gnustep-gui.spec.in @@ -4,6 +4,9 @@ License: LGPL Group: Development/Libraries Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz Requires: gnustep-base >= 1.15.1 +Packager: GNUstep Development +Vendor: The GNUstep Project +URL: http://www.gnustep.org/ %description The GNUstep gui Library is a powerful library of graphical user interface