Alexander Skwar <[EMAIL PROTECTED]> writes:
> Hi!
> Where can I get the template .spec file for building RPMs for Mandrake?
> Trying to access ftp://ftp.mandrakesoft.com/pub/chmou/skelet.spec just
> returns, that there are too many anon logins.
> Could someone please send me the file, and could the spec file please be
> made available via http and the links in the howto and on the mandrake page
> be updated?
the best way is to use xemacs and openning a file like :
/tmp/foo.spec
to see the skelton.
I attach you a skelet.
--
MandrakeSoft Inc http://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel
%define name foo
%define version VERSION
%define release 1mdk
Summary:
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Copyright:
Group:
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
%description
%prep
%setup
%build
%install
rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%changelog
* Wed Jun 28 2000 Chmouel Boudjnah <[EMAIL PROTECTED]> VERSION-1mdk
-
# end of file