Author: glen Date: Thu Jan 26 13:33:30 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - gnome initng configurator
---- Files affected: SPECS: initng-initconf.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/initng-initconf.spec diff -u /dev/null SPECS/initng-initconf.spec:1.1 --- /dev/null Thu Jan 26 14:33:30 2006 +++ SPECS/initng-initconf.spec Thu Jan 26 14:33:24 2006 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +Summary: Initconf - Gnome GUI for Initng +Name: initng-initconf +Version: 0.1 +Release: 0.1 +License: GPL v2 +Group: Base +Source0: http://www.folkbildning.net/~daniel.malmgren/initconf-%{version}.tar.gz +# Source0-md5: 6975fea7d1344085e703829be7d1a5a5 +BuildRequires: libgnomeui-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Gnome GUI for configuring initng. It's in a _very_ early development +stage at the time of writing. Please feel free to contribute ;-) + +%prep +%setup -q -n initconf-%{version} + +%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) +%doc README +%attr(755,root,root) %{_bindir}/initconf + +%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 2006/01/26 13:33:24 glen +- gnome initng configurator + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
