Author: aredridel Date: Thu Aug 4 04:15:39 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: sobby.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/sobby.spec diff -u /dev/null SPECS/sobby.spec:1.1 --- /dev/null Thu Aug 4 06:15:39 2005 +++ SPECS/sobby.spec Thu Aug 4 06:15:32 2005 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +Summary: Sobby network editor server +Name: sobby +Version: 0.2.0 +Release: 1 +License: BSD +Group: Applications/Editors +Source0: http://releases.0x539.de/sobby/%{name}-%{version}.tar.gz +# Source0-md5: 68e740d9ad051e7939de29fa2c28da56 +URL: http://sobby.0x539.de/ +BuildRequires: slang-devel +BuildRequires: obby-devel >= 0.2.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Sobby network editor server. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%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/08/04 04:15:32 aredridel +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
