SPECS: mixal.spec - updated to 1.10, removed outdated debian patch

qboosh qboosh at pld-linux.org
Tue Oct 25 00:56:08 CEST 2005


Author: qboosh                       Date: Mon Oct 24 22:56:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.10, removed outdated debian patch

---- Files affected:
SPECS:
   mixal.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/mixal.spec
diff -u SPECS/mixal.spec:1.7 SPECS/mixal.spec:1.8
--- SPECS/mixal.spec:1.7	Mon Oct 24 23:24:04 2005
+++ SPECS/mixal.spec	Tue Oct 25 00:56:03 2005
@@ -2,13 +2,12 @@
 Summary:	Load-and-go assembler for Donald Knuth's MIX language
 Summary(pl):	Asembler dla języka MIX Donalda Knutha
 Name:		mixal
-Version:	1.08
-Release:	3
+Version:	1.10
+Release:	1
 License:	distributable
 Group:		Development/Languages
-Source0:	http://www.catb.org/~esr/mixal/%{name}_%{version}.orig.tar.gz
-# Source0-md5:	46b7fa9a94b3f9f82a81399e6f2b47b3
-Patch0:		%{name}_1.08-7.diff.gz
+Source0:	http://www.catb.org/~esr/mixal/%{name}-%{version}.tar.gz
+# Source0-md5:	7cd62ea97e6ae102b0f4926b88fc956b
 URL:		http://www.catb.org/~esr/mixal/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,8 +23,7 @@
 przez Addison-Wesley w 1973 roku (drugie wydanie).
 
 %prep
-%setup -q -n %{name}-%{version}.orig
-%patch -p1
+%setup -q
 
 %build
 %{__make} \
@@ -34,19 +32,21 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_examplesdir}/%{name}-%{version}}
 
-install mixal ${RPM_BUILD_ROOT}%{_bindir}/mixal
-install mixal.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/mixal.1
+install mixal $RPM_BUILD_ROOT%{_bindir}/mixal
+install mixal.1 $RPM_BUILD_ROOT%{_mandir}/man1/mixal.1
+install *.mix $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc READ.ME NOTES
+%doc MIX.DOC NOTES README
 %attr(755,root,root) %{_bindir}/mixal
 %{_mandir}/man1/*.1*
+%{_examplesdir}/%{name}-%{version}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -54,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/10/24 22:56:03  qboosh
+- updated to 1.10, removed outdated debian patch
+
 Revision 1.7  2005/10/24 21:24:04  qboosh
 - updated URLs (but only version 1.10 there)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mixal.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list