diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002272.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002272.html | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002272.html b/zarb-ml/mageia-sysadm/2011-January/002272.html new file mode 100644 index 000000000..5c0996321 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002272.html @@ -0,0 +1,134 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [325] synchronize with spec from /packages + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B325%5D%20synchronize%20with%20spec%20from%20/packages&In-Reply-To=%3C20110120073622.12CFE42B02%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002271.html"> + <LINK REL="Next" HREF="002273.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [325] synchronize with spec from /packages</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B325%5D%20synchronize%20with%20spec%20from%20/packages&In-Reply-To=%3C20110120073622.12CFE42B02%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [325] synchronize with spec from /packages">root at mageia.org + </A><BR> + <I>Thu Jan 20 08:36:22 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002271.html">[Mageia-sysadm] [324] 0.6.5 +</A></li> + <LI>Next message: <A HREF="002273.html">[Mageia-sysadm] [326] exclude perl_checker local dir and backup files when creating tarball +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2272">[ date ]</a> + <a href="thread.html#2272">[ thread ]</a> + <a href="subject.html#2272">[ subject ]</a> + <a href="author.html#2272">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 325 +Author: blino +Date: 2011-01-20 08:36:21 +0100 (Thu, 20 Jan 2011) +Log Message: +----------- +synchronize with spec from /packages + +Modified Paths: +-------------- + build_system/iurt/trunk/iurt.spec + +Modified: build_system/iurt/trunk/iurt.spec +=================================================================== +--- build_system/iurt/trunk/iurt.spec 2011-01-20 07:33:58 UTC (rev 324) ++++ build_system/iurt/trunk/iurt.spec 2011-01-20 07:36:21 UTC (rev 325) +@@ -1,28 +1,29 @@ +-############################################# ++############################################ + # Warning + # This package must be handled + # via /svn/soft/build_system/iurt/trunk/ +-############################################# ++############################################ + + %define name iurt +-%define release %mkrel 1 ++%define svn r320 ++%define release %mkrel 0.%svn.0 + +-Name: %{name} +-Version: 0.6.5 +-Release: %{release} +-License: GPL +-Summary: Packages rebuilder +-Group: Development/Tools +-URL: <A HREF="http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/iurt/trunk/">http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/iurt/trunk/</A> +-Source: %{name}.tar +-BuildRoot: %{_tmppath}/%{name}-buildroot +-Requires: mkcd +-BuildArch: noarch ++Name: %{name} ++Version: 0.6.5 ++Release: %{release} ++License: GPL ++Summary: Packages rebuilder ++Group: Development/Other ++URL: <A HREF="http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/iurt/trunk/">http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/iurt/trunk/</A> ++Source: %{name}-%{version}-%{svn}.tar.gz ++BuildRoot: %{_tmppath}/%{name}-buildroot ++Requires: mkcd ++BuildArch: noarch + + %description +-iurt is a collection of tools to create an automatic rebuild system. It contains +-the rebuild script, iurt, as well as the scheduler, ulri, and the upload script, +-emi. ++iurt is a collection of tools to create an automatic rebuild system. It ++contains the rebuild script, iurt, as well as the scheduler, ulri, and the ++upload script, emi. + + %prep + %setup -q -n %{name}-%{version} +@@ -42,3 +43,5 @@ + %{_sbindir}/iurt_root_command + %{perl_vendorlib}/Iurt + ++ ++ +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110120/4c076c30/attachment-0001.html> +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002271.html">[Mageia-sysadm] [324] 0.6.5 +</A></li> + <LI>Next message: <A HREF="002273.html">[Mageia-sysadm] [326] exclude perl_checker local dir and backup files when creating tarball +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2272">[ date ]</a> + <a href="thread.html#2272">[ thread ]</a> + <a href="subject.html#2272">[ subject ]</a> + <a href="author.html#2272">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |