On Tue, 27 Jun 2000, Alexander Skwar wrote:
> 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?
>
> Thanks!
>
> Alexander Skwar
>
I've attached it to this message for you.
-Chris
%define name
%define 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
* Fri Jan 14 2000 Chmouel Boudjnah <[EMAIL PROTECTED]> 1.0-1mdk
- First spec file for Mandrake distribution.
# end of file