Author: wolvverine Date: Thu Jul 14 13:52:34 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - NFY - init
---- Files affected: SPECS: mistlands.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mistlands.spec diff -u /dev/null SPECS/mistlands.spec:1.1 --- /dev/null Thu Jul 14 15:52:34 2005 +++ SPECS/mistlands.spec Thu Jul 14 15:52:29 2005 @@ -0,0 +1,96 @@ +# $Revision$, $Date$ +# +# +Summary: Mistlands +Summary(pl): Mistlands +Name: mistlands +Version: 0.4.0 +Release: 0.1 +Epoch: 0 +License: GPL +#Vendor: +Group: Games +#Icon: +Source: http://dl.sourceforge.net/sourceforge/zerofps/%{name}-%{version}-linux.tar.bz2 +# Source-md5: fa30bf78655bcffc5ae36c9d70e48252 +URL: http://www.zeropointgameplay.com/mistlands/intro.html +#BuildRequires: autoconf +#BuildRequires: automake +#BuildRequires: libtool +#BuildRequires: - +#PreReq: - +#Requires(pre,post): - +#Requires(preun): - +#Requires(postun): - +#Requires: - +#Provides: - +#Obsoletes: - +#Conflicts: - +#BuildArch: noarch +#ExclusiveArch: %{ix86} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +%description -l pl + +%prep +%setup -q -n %{name}-%{version} -a 1 +#%patch0 -p1 + +%build +# if ac/am/* rebuilding is necessary, do it in this order and add +# appropriate BuildRequires +#%%{__gettextize} +#%%{__libtoolize} +#%%{__aclocal} +#%%{__autoconf} +#%%{__autoheader} +#%%{__automake} +#cp -f /usr/share/automake/config.sub . +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +# create directories if necessary +#install -d $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%pre + +%post +#%post -p /sbin/ldconfig + +%preun + +%postun +#%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO + +# if _sysconfdir != /etc: +#%%dir %{_sysconfdir} +#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* + +#%attr(755,root,root) %{_bindir}/* + +#%{_datadir}/%{name} + +# initscript and its config +#%attr(754,root,root) /etc/rc.d/init.d/%{name} +#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} + +%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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
