Author: freetz Date: Sun Nov 27 21:36:12 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.3.0rc3
---- Files affected: SPECS: gobby.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/gobby.spec diff -u SPECS/gobby.spec:1.4 SPECS/gobby.spec:1.5 --- SPECS/gobby.spec:1.4 Fri Nov 11 08:54:35 2005 +++ SPECS/gobby.spec Sun Nov 27 22:36:07 2005 @@ -1,16 +1,27 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_without gnome # build without GNOME integration +# +%define _rc rc3 Summary: Gobby network editor Summary(pl): Edytor sieciowy Gobby Name: gobby -Version: 0.2.2 -Release: 1 -License: BSD -Group: Applications/Editors -Source0: http://releases.0x539.de/gobby/%{name}-%{version}.tar.gz -# Source0-md5: 9a1b61ee3aebe737e5d9918f7601b5d4 +Version: 0.3.0 +Release: 0.%{_rc}.1 +License: GPL v2+ +Group: X11/Applications/Editors +Source0: http://releases.0x539.de/gobby/%{name}-%{version}%{_rc}.tar.gz +# Source0-md5: 59f6b9b7076cb6f23fad054554eedb6a +Patch0: %{name}-desktop.patch URL: http://gobby.0x539.de/ -BuildRequires: gtk+2-devel >= 2.0.0 -BuildRequires: obby-devel >= 0.2.0 +BuildRequires: autoconf >= 2.59 +BuildRequires: automake >= 1.9 +BuildRequires: gtkmm-devel >= 2.6.0 +BuildRequires: gtksourceview-devel >= 1.0.0 +BuildRequires: libxml++-devel >= 2.6.0 +BuildRequires: obby-devel >= 0.3.0-0.rc3.1 +BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -20,10 +31,15 @@ Edytor sieciowy Gobby. %prep -%setup -q +%setup -q -n %{name}-%{version}%{_rc} +%patch0 -p1 %build -%configure +%{__aclocal} -I m4 +%{__autoconf} +%{__automake} +%configure \ + %{?with_gnome: --with-gnome} %{__make} %install @@ -40,6 +56,8 @@ %files -f %{name}.lang %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* +%{_desktopdir}/* +%{_pixmapsdir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -47,6 +65,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/11/27 21:36:07 freetz +- 0.3.0rc3 + Revision 1.4 2005/11/11 07:54:35 aredridel - up to 0.2.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gobby.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
