mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:40:57 +00:00
Added fields Packager, Vendor and URL into the specfile. Included Master/deb.make to be able to build deb packages for gnustep-gui.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37833 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8a34cc60b4
commit
94c5228058
3 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
2014-05-04 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* 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 <FredKiefer@gmx.de>
|
||||
|
||||
|
|
|
@ -77,5 +77,6 @@ endif
|
|||
-include GNUmakefile.preamble
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
include $(GNUSTEP_MAKEFILES)/Master/deb.make
|
||||
|
||||
include GNUmakefile.postamble
|
||||
|
|
|
@ -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 <bug-gnustep@gnu.org>
|
||||
Vendor: The GNUstep Project
|
||||
URL: http://www.gnustep.org/
|
||||
|
||||
%description
|
||||
The GNUstep gui Library is a powerful library of graphical user interface
|
||||
|
|
Loading…
Reference in a new issue