SPECS (DEVEL): m4.spec - preambles shouldn't be commented out
glen
glen at pld-linux.org
Wed Nov 1 15:14:46 CET 2006
Author: glen Date: Wed Nov 1 14:14:46 2006 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- preambles shouldn't be commented out
---- Files affected:
SPECS:
m4.spec (1.86.2.1 -> 1.86.2.2)
---- Diffs:
================================================================
Index: SPECS/m4.spec
diff -u SPECS/m4.spec:1.86.2.1 SPECS/m4.spec:1.86.2.2
--- SPECS/m4.spec:1.86.2.1 Wed Nov 1 14:44:49 2006
+++ SPECS/m4.spec Wed Nov 1 15:14:41 2006
@@ -62,29 +62,29 @@
parsowane. Wiele programów korzysta z m4 podczas procesu kompilacji
kodu źródłowego.
-#%package devel
-#Summary: Files to develop application with embedded m4 interpreter
-#Summary(pl): Pliki do tworzenia aplikacji z wbudowanym interpreterem m4
-#Group: Development/Libraries
-#Requires: %{name} = %{epoch}:%{version}-%{release}
-
-#%description devel
-#Files to develop application with embedded m4 interpreter.
-
-#%description devel -l pl
-#Pliki do tworzenia aplikacji z wbudowanym interpreterem m4.
-#
-#%package static
-#Summary: Static m4 library
-#Summary(pl): Statyczna biblioteka m4
-#Group: Development/Libraries
-#Requires: %{name}-devel = %{epoch}:%{version}-%{release}
-#
-#%description static
-#Static m4 library.
-#
-#%description static -l pl
-#Statyczna biblioteka m4.
+%package devel
+Summary: Files to develop application with embedded m4 interpreter
+Summary(pl): Pliki do tworzenia aplikacji z wbudowanym interpreterem m4
+Group: Development/Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+
+%description devel
+Files to develop application with embedded m4 interpreter.
+
+%description devel -l pl
+Pliki do tworzenia aplikacji z wbudowanym interpreterem m4.
+
+%package static
+Summary: Static m4 library
+Summary(pl): Statyczna biblioteka m4
+Group: Development/Libraries
+Requires: %{name}-devel = %{epoch}:%{version}-%{release}
+
+%description static
+Static m4 library.
+
+%description static -l pl
+Statyczna biblioteka m4.
%prep
%setup -q
@@ -158,6 +158,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.86.2.2 2006/11/01 14:14:41 glen
+- preambles shouldn't be commented out
+
Revision 1.86.2.1 2006/11/01 13:44:49 czarny
- updated after some years
- why the heck do we use old 1.4g stuff, not 1.4.7 anyway?
@@ -223,14 +226,14 @@
Revision 1.68 2003/04/10 14:24:42 speedy
- fixed broken ac_am patch
-- release 0.%%{_pre}.7
+- release 0.%{_pre}.7
Revision 1.67 2003/04/05 18:46:32 kloczek
-- release 0.%%{_pre}.6,
+- release 0.%{_pre}.6,
- added gmp-devel to BuildRequires (because m4 is configured --with-gmp).
Revision 1.66 2003/04/05 14:20:18 kloczek
-- 0.%%{_pre}.5 release,
+- 0.%{_pre}.5 release,
- merge ac, ld, ltdl ipatches and add many more ac/am cleanups,
- before regenerate ac/am/lt/ah resources remove from build tree only acm4/ltdl.m4.
@@ -248,7 +251,7 @@
- Epoch 2 (no strict relation between 1:0.1pre2 and 1:0.pre2.2)
Revision 1.61 2003/03/07 03:36:41 wiget
-- run ldconfig in %%post/%%postun
+- run ldconfig in %post/%postun
Revision 1.60 2003/03/07 00:23:07 wiget
- fix release tag
@@ -274,7 +277,7 @@
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
Revision 1.54 2002/06/23 20:52:52 kloczek
-perl -pi -e "s/^gettextize --copy --force/\%%\{__gettextize\}/"
+perl -pi -e "s/^gettextize --copy --force/\%\{__gettextize\}/"
Revision 1.53 2002/06/23 20:32:32 kloczek
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
@@ -332,10 +335,10 @@
- BuildRequires: libltdl
Revision 1.35 2000/06/09 07:54:44 kloczek
-- more %%{__make} macros.
+- more %{__make} macros.
Revision 1.34 2000/06/09 07:23:25 kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
Revision 1.33 2000/05/24 16:50:46 zagrodzki
- changed [ -x ... ] && to [ ! -x ... ] ||
@@ -368,12 +371,12 @@
- removed runing autoconf, aclocal and automake from %build.
Revision 1.26 1999/09/26 20:00:01 kloczek
-- added using %%configure macro (autoconf patch) and DESTDIR style %install,
+- added using %configure macro (autoconf patch) and DESTDIR style %install,
- added "BuildRequires: gettext-devel",
- new %description from rawhide spec.
Revision 1.25 1999/09/24 10:45:02 pius
-- moved running of /usr/sbin/fix-info-dir to %%postun
+- moved running of /usr/sbin/fix-info-dir to %postun
- release up
Revision 1.24 1999/09/19 09:41:00 pius
@@ -382,9 +385,3 @@
Revision 1.23 1999/07/12 23:06:06 kloczek
- added using CVS keywords in %changelog (for automating them).
-
-* Sat May 29 1999 Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
- [1.4n-6]
-- based on RH spec,
-- spec rewrited by PLD team,
-- pl translation Wojtek Ślusarczyk <wojtek at shadow.eu.org>.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/m4.spec?r1=1.86.2.1&r2=1.86.2.2&f=u
More information about the pld-cvs-commit
mailing list