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.
%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
--
Guillaume Cottenceau