SPECS: Bugzilla-Guide.spec, LDP-Author-Guide.spec, LDP-lame.spec, ...
glen
glen at pld-linux.org
Sat Sep 2 22:34:56 CEST 2006
Author: glen Date: Sat Sep 2 20:34:56 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cp -a implies cp -r
---- Files affected:
SPECS:
Bugzilla-Guide.spec (1.7 -> 1.8) , LDP-Author-Guide.spec (1.6 -> 1.7) , LDP-lame.spec (1.6 -> 1.7) , LFS.spec (1.7 -> 1.8) , Quotient.spec (1.13 -> 1.14) , abs-guide.spec (1.25 -> 1.26) , cpg.spec (1.9 -> 1.10) , demarc.spec (1.23 -> 1.24) , espk-ug.spec (1.5 -> 1.6) , exmh.spec (1.26 -> 1.27) , ftp4all.spec (1.21 -> 1.22) , glass.spec (1.24 -> 1.25) , gprolog.spec (1.28 -> 1.29) , jython.spec (1.21 -> 1.22) , lcg.spec (1.6 -> 1.7) , lg-base.spec (1.39 -> 1.40) , lg-latest.spec (1.40 -> 1.41) , lg.spec (1.19 -> 1.20) , librhtv.spec (1.20 -> 1.21) , ospki-docs.spec (1.5 -> 1.6) , perl-DBIx-AnyDBD.spec (1.19 -> 1.20) , perl-Rcs.spec (1.34 -> 1.35) , perl-SOAP-Lite.spec (1.17 -> 1.18) , perl-VCS.spec (1.35 -> 1.36) , perl-WWW-Poll.spec (1.38 -> 1.39) , prothon.spec (1.9 -> 1.10) , python-Pyrex.spec (1.18 -> 1.19) , python-TwistedConch.spec (1.8 -> 1.9) , python-TwistedSNMP.spec (1.7 -> 1.8) , python-TwistedWeb.spec (1.9 -> 1.10) , python-TwistedWeb2.spec (1.2 -> 1.3) , python
-TwistedWords.spec (1.4 -> 1.5) , python-linda.spec (1.11 -> 1.12) , python-nevow.spec (1.12 -> 1.13) , python-psycopg.spec (1.44 -> 1.45) , python-pycairo.spec (1.22 -> 1.23) , python-pypar.spec (1.7 -> 1.8) , python-pyrad.spec (1.5 -> 1.6) , python.spec (1.271 -> 1.272) , sendmail.spec (1.184 -> 1.185) , tetex-latex-beamer.spec (1.21 -> 1.22) , tetex-latex-unicode.spec (1.2 -> 1.3) , tvision.spec (1.32 -> 1.33) , uebimiau.spec (1.49 -> 1.50) , vtcl.spec (1.17 -> 1.18) , xfig.spec (1.64 -> 1.65) , xpenguins-themes.spec (1.2 -> 1.3) , xview.spec (1.26 -> 1.27) , z88dk.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/Bugzilla-Guide.spec
diff -u SPECS/Bugzilla-Guide.spec:1.7 SPECS/Bugzilla-Guide.spec:1.8
--- SPECS/Bugzilla-Guide.spec:1.7 Sat Sep 2 21:57:50 2006
+++ SPECS/Bugzilla-Guide.spec Sat Sep 2 22:34:47 2006
@@ -29,7 +29,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -44,6 +44,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.7 2006/09/02 19:57:50 glen
- R: LDP-base
================================================================
Index: SPECS/LDP-Author-Guide.spec
diff -u SPECS/LDP-Author-Guide.spec:1.6 SPECS/LDP-Author-Guide.spec:1.7
--- SPECS/LDP-Author-Guide.spec:1.6 Sat Sep 2 22:00:04 2006
+++ SPECS/LDP-Author-Guide.spec Sat Sep 2 22:34:47 2006
@@ -41,7 +41,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -56,6 +56,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.6 2006/09/02 20:00:04 glen
- R: LDP-base
================================================================
Index: SPECS/LDP-lame.spec
diff -u SPECS/LDP-lame.spec:1.6 SPECS/LDP-lame.spec:1.7
--- SPECS/LDP-lame.spec:1.6 Sat Sep 2 21:58:37 2006
+++ SPECS/LDP-lame.spec Sat Sep 2 22:34:47 2006
@@ -32,7 +32,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/lame
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/lame
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/lame
%clean
rm -rf $RPM_BUILD_ROOT
@@ -47,6 +47,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.6 2006/09/02 19:58:37 glen
- R: LDP-base
================================================================
Index: SPECS/LFS.spec
diff -u SPECS/LFS.spec:1.7 SPECS/LFS.spec:1.8
--- SPECS/LFS.spec:1.7 Sat Sep 2 21:59:26 2006
+++ SPECS/LFS.spec Sat Sep 2 22:34:47 2006
@@ -34,7 +34,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -49,6 +49,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.7 2006/09/02 19:59:26 glen
- R: LDP-base, rel 2
================================================================
Index: SPECS/Quotient.spec
diff -u SPECS/Quotient.spec:1.13 SPECS/Quotient.spec:1.14
--- SPECS/Quotient.spec:1.13 Mon May 1 13:54:56 2006
+++ SPECS/Quotient.spec Sat Sep 2 22:34:47 2006
@@ -115,7 +115,7 @@
find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm {} \;
-cp -ar tools/* admin $RPM_BUILD_ROOT%{_datadir}/quotient
+cp -a tools/* admin $RPM_BUILD_ROOT%{_datadir}/quotient
%clean
rm -rf $RPM_BUILD_ROOT
@@ -143,6 +143,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.13 2006/05/01 11:54:56 zbyniu
- Group: Documentation for -doc
================================================================
Index: SPECS/abs-guide.spec
diff -u SPECS/abs-guide.spec:1.25 SPECS/abs-guide.spec:1.26
--- SPECS/abs-guide.spec:1.25 Sat Sep 2 22:30:12 2006
+++ SPECS/abs-guide.spec Sat Sep 2 22:34:47 2006
@@ -36,7 +36,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide
%clean
rm -rf $RPM_BUILD_ROOT
@@ -51,6 +51,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.25 2006/09/02 20:30:12 tommat
- typo
================================================================
Index: SPECS/cpg.spec
diff -u SPECS/cpg.spec:1.9 SPECS/cpg.spec:1.10
--- SPECS/cpg.spec:1.9 Sat Sep 2 22:05:03 2006
+++ SPECS/cpg.spec Sat Sep 2 22:34:47 2006
@@ -33,7 +33,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -48,6 +48,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.9 2006/09/02 20:05:03 glen
- R: LDP-base
================================================================
Index: SPECS/demarc.spec
diff -u SPECS/demarc.spec:1.23 SPECS/demarc.spec:1.24
--- SPECS/demarc.spec:1.23 Mon Dec 12 16:19:32 2005
+++ SPECS/demarc.spec Sat Sep 2 22:34:47 2006
@@ -60,8 +60,8 @@
%package client
Summary: Network monitoring program - client
Summary(pl): Program do monitorowania sieci - klient
-Requires: snort(mysql) >= 1.8.1
Group: Networking
+Requires: snort(mysql) >= 1.8.1
%description client
DEMARC is an all-inclusive network monitoring program that allows you
@@ -89,12 +89,12 @@
$RPM_BUILD_ROOT{%{_sbindir},%{_datadir}/demarc/{images,cgi}} \
$RPM_BUILD_ROOT%{_var}/lib/demarcd
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/httpd/%{name}.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/%{name}.conf
install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/demarcd
install %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.d/%{name}
install bin/demarcd $RPM_BUILD_ROOT%{_sbindir}
install conf/* $RPM_BUILD_ROOT%{_sysconfdir}/demarcd
-cp -ar cgi images $RPM_BUILD_ROOT%{_datadir}/demarc
+cp -a cgi images $RPM_BUILD_ROOT%{_datadir}/demarc
install install/{c*,d*,p*} $RPM_BUILD_ROOT%{_datadir}/demarc
%clean
@@ -145,7 +145,7 @@
%dir %{_datadir}/demarc/images
%{_datadir}/demarc/images/*
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/demarc.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/demarc.conf
%files client
%defattr(644,root,root,755)
@@ -163,6 +163,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.23 2005/12/12 15:19:32 glen
- adapterized (sorted %verify flags)
================================================================
Index: SPECS/espk-ug.spec
diff -u SPECS/espk-ug.spec:1.5 SPECS/espk-ug.spec:1.6
--- SPECS/espk-ug.spec:1.5 Sat Sep 2 22:05:38 2006
+++ SPECS/espk-ug.spec Sat Sep 2 22:34:47 2006
@@ -30,7 +30,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/espk-ug
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/espk-ug
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/espk-ug
%clean
rm -rf $RPM_BUILD_ROOT
@@ -45,6 +45,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.5 2006/09/02 20:05:38 glen
- R: LDP-base
================================================================
Index: SPECS/exmh.spec
diff -u SPECS/exmh.spec:1.26 SPECS/exmh.spec:1.27
--- SPECS/exmh.spec:1.26 Mon Aug 8 00:49:23 2005
+++ SPECS/exmh.spec Sat Sep 2 22:34:47 2006
@@ -1,7 +1,7 @@
# $Revision$, $Date$
Summary: The exmh mail handling system
-Summary(es): Interface gráfica para el programa de mail MH
Summary(de): EXMH-Mail-Programm
+Summary(es): Interface gráfica para el programa de mail MH
Summary(fr): Programme de courrier EXMH
Summary(pl): System obsługi poczty exmh
Summary(pt_BR): Interface gráfica para o programa de mail MH
@@ -20,10 +20,10 @@
Patch1: %{name}-smproxy.patch
URL: http://www.beedub.com/exmh/
BuildRequires: tcl
-Requires: mh
Requires: metamail
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires: mh
BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Exmh provides an X interface for MH/nmh mail, a feature-rich email
@@ -103,7 +103,7 @@
install $i $RPM_BUILD_ROOT%{_mandir}/man1/${i%%.l}.1
done
-cp -ar lib/* $RPM_BUILD_ROOT%{_libdir}/exmh-%{version}
+cp -a lib/* $RPM_BUILD_ROOT%{_libdir}/exmh-%{version}
install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
@@ -127,6 +127,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.26 2005/08/07 22:49:23 zbyniu
- up to 2.7.2; BR: tcl; _applnkdir -> _desktopdir
================================================================
Index: SPECS/ftp4all.spec
diff -u SPECS/ftp4all.spec:1.21 SPECS/ftp4all.spec:1.22
--- SPECS/ftp4all.spec:1.21 Fri Oct 29 10:17:37 2004
+++ SPECS/ftp4all.spec Sat Sep 2 22:34:47 2006
@@ -71,7 +71,7 @@
install bin/* $RPM_BUILD_ROOT%{_bindir}
-cp -ar standard $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -a standard $RPM_BUILD_ROOT%{_datadir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -88,6 +88,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.21 2004/10/29 08:17:37 paladine
- "FTP" unification
@@ -123,7 +126,7 @@
- use new %doc
Revision 1.11 2002/04/25 16:19:57 arturs
-fixed a small typo
+- fixed a small typo
Revision 1.10 2002/02/25 08:02:33 marcus
- rel.2.
@@ -136,24 +139,23 @@
Group field using gettext).
Revision 1.7 2002/01/18 02:12:59 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.6 2001/04/30 16:05:17 kloczek
-- added using %%{rpmcflags} macro.
+- added using %{rpmcflags} macro.
Revision 1.5 2001/01/25 20:03:23 misiek
-
-Massive attack. We use -O0 instead -O flags while debug enabled.
+- Massive attack. We use -O0 instead -O flags while debug enabled.
Revision 1.4 2000/12/23 00:48:44 michuz
-- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
+- changed %{!?debug:...}%{?debug...} to %{?debug:...}%{!?debug...}
(now it's more C like)
Revision 1.3 2000/12/19 19:23:22 misiek
-added endian patch
+- added endian patch
Revision 1.2 2000/12/19 18:17:19 kloczek
- cosmetics.
Revision 1.1 2000/12/16 14:48:51 misiek
-non-system ftp daemon
+- non-system ftp daemon
================================================================
Index: SPECS/glass.spec
diff -u SPECS/glass.spec:1.24 SPECS/glass.spec:1.25
--- SPECS/glass.spec:1.24 Tue Jun 21 10:36:07 2005
+++ SPECS/glass.spec Sat Sep 2 22:34:47 2006
@@ -6,7 +6,6 @@
Release: 2
License: GPL
Group: X11/Libraries
-Vendor: Robert Cleaver Ancell <bob27 at users.sourceforge.net>
Source0: http://dl.sourceforge.net/glass/%{name}-%{version}.tar.gz
# Source0-md5: bcde18e3ce0bebb19cf888d652f8b425
Patch0: %{name}-LIBS.patch
@@ -65,7 +64,7 @@
INCLUDEDIR=%{_includedir}/glass \
LIBDIR=%{_libdir}
-cp -ar examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -91,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.24 2005/06/21 08:36:07 megabajt
- cosmetics
================================================================
Index: SPECS/gprolog.spec
diff -u SPECS/gprolog.spec:1.28 SPECS/gprolog.spec:1.29
--- SPECS/gprolog.spec:1.28 Wed Oct 20 11:31:13 2004
+++ SPECS/gprolog.spec Sat Sep 2 22:34:47 2006
@@ -102,7 +102,7 @@
cd ..
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -ar Examples* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a Examples* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -124,6 +124,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.28 2004/10/20 09:31:13 undefine
- fix dirs, release 5
================================================================
Index: SPECS/jython.spec
diff -u SPECS/jython.spec:1.21 SPECS/jython.spec:1.22
--- SPECS/jython.spec:1.21 Wed May 24 15:53:30 2006
+++ SPECS/jython.spec Sat Sep 2 22:34:47 2006
@@ -108,9 +108,9 @@
install %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
-cp -ar Doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -ar Lib Tools $RPM_BUILD_ROOT%{_datadir}/%{name}
-cp -ar Demo/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a Doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+cp -a Lib Tools $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -a Demo/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
ln -sf /var/cache/%{name} $RPM_BUILD_ROOT%{_datadir}/%{name}/cachedir
unset CLASSPATH || :
@@ -185,6 +185,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.21 2006/05/24 13:53:30 jajcus
- BR: jpackage-utils
================================================================
Index: SPECS/lcg.spec
diff -u SPECS/lcg.spec:1.6 SPECS/lcg.spec:1.7
--- SPECS/lcg.spec:1.6 Sat Sep 2 22:06:16 2006
+++ SPECS/lcg.spec Sat Sep 2 22:34:47 2006
@@ -28,7 +28,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -43,6 +43,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.6 2006/09/02 20:06:16 glen
- R: LDP-base
================================================================
Index: SPECS/lg-base.spec
diff -u SPECS/lg-base.spec:1.39 SPECS/lg-base.spec:1.40
--- SPECS/lg-base.spec:1.39 Sat Aug 12 19:12:50 2006
+++ SPECS/lg-base.spec Sat Sep 2 22:34:47 2006
@@ -9,8 +9,8 @@
Source0: http://linuxgazette.net/ftpfiles/%{name}.tar.gz
# Source0-md5: 7ce172f57de684aaa4027d173c7bbb90
URL: http://www.linuxgazette.net/
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
This package contains common files of LinuxGazette.
@@ -24,13 +24,13 @@
%build
%{__sed} -i -e 's,href="10,href="issue10,g' \
-e 's,href="11,href="issue11,g' \
- -e 's,href="12,href="issue12,g' *.html
+ -e 's,href="12,href="issue12,g' *.html
ln -sf issue%{version} current
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
-cp -ar * $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
+cp -a * $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
%clean
rm -rf $RPM_BUILD_ROOT
@@ -45,6 +45,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.39 2006/08/12 17:12:50 ankry
- formatting
================================================================
Index: SPECS/lg-latest.spec
diff -u SPECS/lg-latest.spec:1.40 SPECS/lg-latest.spec:1.41
--- SPECS/lg-latest.spec:1.40 Sun Aug 6 22:40:51 2006
+++ SPECS/lg-latest.spec Sat Sep 2 22:34:47 2006
@@ -22,7 +22,7 @@
# Source6-md5: 1894d6a2ce7972daced5a2a1cd18856d
Source7: http://linuxgazette.net/ftpfiles/lg-128.tar.gz
# Source7-md5: fad67eb48228bbb38fe965d591bcfb48
-Source8: http://linuxgazette.net/ftpfiles/lg-129.tar.gz
+Source8: http://linuxgazette.net/ftpfiles/lg-%{version}.tar.gz
# Source8-md5: eea41afbedb6f93b17d3e50ac0f3ea85
URL: http://www.linuxgazette.net/
Requires: lg-base >= %{version}
@@ -51,7 +51,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
-cp -ar * $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
+cp -a * $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
%clean
rm -rf $RPM_BUILD_ROOT
@@ -74,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.40 2006/08/06 20:40:51 adamg
- LinuxGazette #129 (August 2006)
================================================================
Index: SPECS/lg.spec
diff -u SPECS/lg.spec:1.19 SPECS/lg.spec:1.20
--- SPECS/lg.spec:1.19 Thu Jan 12 10:43:10 2006
+++ SPECS/lg.spec Sat Sep 2 22:34:47 2006
@@ -230,11 +230,11 @@
# Source118-md5: c09eb42a1a54b72a38770029fdc3e81b
Source119: http://linuxgazette.net/ftpfiles/%{name}-119.tar.gz
# Source119-md5: e4b1e5dfd33ba5f5f935b7c4b159421f
-Source120: http://linuxgazette.net/ftpfiles/%{name}-120.tar.gz
+Source120: http://linuxgazette.net/ftpfiles/%{name}-%{version}.tar.gz
# Source120-md5: 80bbe58b1450953f93d226e68647a35e
URL: http://www.linuxgazette.net/
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
LinuxGazette - issues 01 to 120.
@@ -391,13 +391,13 @@
Ten pakiet zawiera wydania od 111 do 120 LinuxGazette.
%prep
-%setup -q -n lg -b%(seq -s' -b' 9 120)
+%setup -q -n %{name} -b%(seq -s' -b' 9 %{version})
for i in `seq 100 120`; do mv -f $i issue$i; done;
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
-cp -ar * $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
+cp -a * $RPM_BUILD_ROOT%{_defaultdocdir}/LinuxGazette
%clean
rm -rf $RPM_BUILD_ROOT
@@ -557,6 +557,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2006/09/02 20:34:47 glen
+- cp -a implies cp -r
+
Revision 1.19 2006/01/12 09:43:10 adamg
- updated to 120
================================================================
Index: SPECS/librhtv.spec
diff -u SPECS/librhtv.spec:1.20 SPECS/librhtv.spec:1.21
--- SPECS/librhtv.spec:1.20 Sat Aug 12 21:36:37 2006
+++ SPECS/librhtv.spec Sat Sep 2 22:34:47 2006
@@ -105,7 +105,7 @@
%{__perl} patchenv.pl
cd ..
-cp -ar examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%find_lang tvision%{version}
@@ -138,6 +138,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2006/09/02 20:34:47 glen
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/SPECS/Bugzilla-Guide.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/SPECS/LDP-Author-Guide.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/LDP-lame.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/LFS.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/SPECS/Quotient.spec?r1=1.13&r2=1.14&f=u
http://cvs.pld-linux.org/SPECS/abs-guide.spec?r1=1.25&r2=1.26&f=u
http://cvs.pld-linux.org/SPECS/cpg.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/SPECS/demarc.spec?r1=1.23&r2=1.24&f=u
http://cvs.pld-linux.org/SPECS/espk-ug.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/SPECS/exmh.spec?r1=1.26&r2=1.27&f=u
http://cvs.pld-linux.org/SPECS/ftp4all.spec?r1=1.21&r2=1.22&f=u
http://cvs.pld-linux.org/SPECS/glass.spec?r1=1.24&r2=1.25&f=u
http://cvs.pld-linux.org/SPECS/gprolog.spec?r1=1.28&r2=1.29&f=u
http://cvs.pld-linux.org/SPECS/jython.spec?r1=1.21&r2=1.22&f=u
http://cvs.pld-linux.org/SPECS/lcg.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/lg-base.spec?r1=1.39&r2=1.40&f=u
http://cvs.pld-linux.org/SPECS/lg-latest.spec?r1=1.40&r2=1.41&f=u
http://cvs.pld-linux.org/SPECS/lg.spec?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/SPECS/librhtv.spec?r1=1.20&r2=1.21&f=u
http://cvs.pld-linux.org/SPECS/ospki-docs.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/SPECS/perl-DBIx-AnyDBD.spec?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/SPECS/perl-Rcs.spec?r1=1.34&r2=1.35&f=u
http://cvs.pld-linux.org/SPECS/perl-SOAP-Lite.spec?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/SPECS/perl-VCS.spec?r1=1.35&r2=1.36&f=u
http://cvs.pld-linux.org/SPECS/perl-WWW-Poll.spec?r1=1.38&r2=1.39&f=u
http://cvs.pld-linux.org/SPECS/prothon.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/SPECS/python-Pyrex.spec?r1=1.18&r2=1.19&f=u
http://cvs.pld-linux.org/SPECS/python-TwistedConch.spec?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/SPECS/python-TwistedSNMP.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/SPECS/python-TwistedWeb.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/SPECS/python-TwistedWeb2.spec?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SPECS/python-TwistedWords.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/SPECS/python-linda.spec?r1=1.11&r2=1.12&f=u
http://cvs.pld-linux.org/SPECS/python-nevow.spec?r1=1.12&r2=1.13&f=u
http://cvs.pld-linux.org/SPECS/python-psycopg.spec?r1=1.44&r2=1.45&f=u
http://cvs.pld-linux.org/SPECS/python-pycairo.spec?r1=1.22&r2=1.23&f=u
http://cvs.pld-linux.org/SPECS/python-pypar.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/SPECS/python-pyrad.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/SPECS/python.spec?r1=1.271&r2=1.272&f=u
http://cvs.pld-linux.org/SPECS/sendmail.spec?r1=1.184&r2=1.185&f=u
http://cvs.pld-linux.org/SPECS/tetex-latex-beamer.spec?r1=1.21&r2=1.22&f=u
http://cvs.pld-linux.org/SPECS/tetex-latex-unicode.spec?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SPECS/tvision.spec?r1=1.32&r2=1.33&f=u
http://cvs.pld-linux.org/SPECS/uebimiau.spec?r1=1.49&r2=1.50&f=u
http://cvs.pld-linux.org/SPECS/vtcl.spec?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/SPECS/xfig.spec?r1=1.64&r2=1.65&f=u
http://cvs.pld-linux.org/SPECS/xpenguins-themes.spec?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SPECS/xview.spec?r1=1.26&r2=1.27&f=u
http://cvs.pld-linux.org/SPECS/z88dk.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list