Re: Specf file update
Steve G <[email protected]> Sun, 15 Feb 2004 09:27:42 -0800 (PST)
| Newsgroups | gmane.network.zeroconf.workers |
|---|---|
| Message-ID | <[email protected]> |
--0-261219489-1076866062=:66033
Content-Type: text/plain; charset=us-ascii
Content-Id:
Content-Disposition: inline
>How do you know that touch is going to touch files in the
>right order?
Good point. Attached is an improved patch. Please apply it
instead.
I am trying real hard to avoid autogen.sh because that will levy
a new requirement/dependancy on people that want to build the
rpm. Mandrake already requires automake 1.7, but you shouldn't
need that. Configure scripts are *supposed* to be self-contained.
Developers and packagers might need automake & autoconf, but not
common end users.
-Steve Grubb
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
--0-261219489-1076866062=:66033
Content-Type: text/plain; name="tmdns-patch13a.txt"
Content-Description: tmdns-patch13a.txt
Content-Disposition: inline; filename="tmdns-patch13a.txt"
diff -ur tmdns/tmdns.spec tmdns.g/tmdns.spec
--- tmdns/tmdns.spec 2004-02-14 07:49:24.000000000 -0500
+++ tmdns.g/tmdns.spec 2004-02-15 12:05:42.000000000 -0500
@@ -25,7 +25,9 @@
%setup -q
%build
- ./configure \
+ TM=`date +%C%y%m%d%H%M`
+ find . -name '*' -exec touch -t $TM {} \;
+ ./configure
make
%install
--0-261219489-1076866062=:66033--
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click