[nordugrid-arc-doc/el5] 1.0.2 Update

Mattias Ellert ellert at fedoraproject.org
Sun Jul 24 08:45:27 UTC 2011


commit 56d0896e3f4da215e105050e331aee95f0a14478
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sun Jul 24 10:43:20 2011 +0200

    1.0.2 Update

 .gitignore             |    1 +
 nordugrid-arc-doc.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f6a3a77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/*.tar.gz
diff --git a/nordugrid-arc-doc.spec b/nordugrid-arc-doc.spec
new file mode 100644
index 0000000..a532969
--- /dev/null
+++ b/nordugrid-arc-doc.spec
@@ -0,0 +1,47 @@
+Name:		nordugrid-arc-doc
+Version:	1.0.2
+Release:	1%{?dist}
+Summary:	Advanced Resource Connector Documentation
+Group:		Documentation
+License:	ASL 2.0
+URL:		http://www.nordugrid.org/
+Source:		http://download.nordugrid.org/packages/%{name}/releases/%{version}/src/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:	noarch
+
+%description
+The NorduGrid is a collaboration aiming at development, maintenance
+and support of the free Grid middleware, known as the Advanced
+Resource Connector (ARC).
+
+%prep
+%setup -q
+
+%build
+%configure --with-docdir=%{_docdir}/%{name}-%{version}
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+install -m 644 LICENSE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc %{_docdir}/%{name}-%{version}
+
+%changelog
+* Sat Jul 23 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.0.2-1
+- 1.0.2 Update
+
+* Mon Jul 18 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.0.1-2
+- Remove Provides/Obsoletes for pre-Fedora packages
+
+* Thu May 05 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.0.1-1
+- 1.0.1 Update
+
+* Mon Apr 18 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.0.0-1
+- 1.0.0 Final Release
diff --git a/sources b/sources
index e69de29..f80b581 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6fce51e9a470bfd017f9a0a971596db3  nordugrid-arc-doc-1.0.2.tar.gz


More information about the scm-commits mailing list