Author: aredridel Date: Mon Jul 18 02:18:06 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: gobby.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gobby.spec diff -u /dev/null SPECS/gobby.spec:1.1 --- /dev/null Mon Jul 18 04:18:06 2005 +++ SPECS/gobby.spec Mon Jul 18 04:18:01 2005 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: Gobby network editor +Name: gobby +Version: 0.1.1 +Release: 1 +License: BSD +Group: Applications/Editors +Source0: http://releases.0x539.de/gobby/%{name}-%{version}.tar.gz +# Source0-md5: d4432093ca10582b6a01dd069ea2322d +URL: http://gobby.0x539.de/ +BuildRequires: net6-devel +BuildRequires: obby-devel +BuildRequires: gtk+2-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +gobby network editor. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/07/18 02:18:01 aredridel +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
