[osc-source_validator] first import

saispo saispo at fedoraproject.org
Mon Jul 18 11:01:43 UTC 2011


commit 59de41b488c141d09dad30a1b4c575740380f0d7
Author: Jerome Soyer <jerome.soyer at ac-dijon.fr>
Date:   Mon Jul 18 13:00:25 2011 +0200

    first import

 .gitignore                       |    1 +
 osc-source_validator-0.1.tar.bz2 |  Bin 0 -> 17458 bytes
 osc-source_validator.spec        |   50 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 4 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9e9c023 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/osc-source_validator-0.1.tar.bz2
diff --git a/osc-source_validator-0.1.tar.bz2 b/osc-source_validator-0.1.tar.bz2
new file mode 100644
index 0000000..0f61a76
Binary files /dev/null and b/osc-source_validator-0.1.tar.bz2 differ
diff --git a/osc-source_validator.spec b/osc-source_validator.spec
new file mode 100644
index 0000000..7e04399
--- /dev/null
+++ b/osc-source_validator.spec
@@ -0,0 +1,50 @@
+Name:           osc-source_validator
+Version:        0.1
+Release:        4%{?dist}
+License:        GPLv2+
+Summary:        Osc source validator
+Url:            http://en.opensuse.org/openSUSE:Build_Service_Tools#OSC_source_validator
+#the tarball come from gitourious.
+#i check out the latest version, same as openSUSE version.
+#git://gitorious.org/opensuse/osc-source_validator.git
+#git archive --prefix="osc-source_validator-0.1/" --format=tar 0.1| gzip > osc-source_validator-0.1.tar.bz2
+Group:          Development/Tools
+Source:         %{name}-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+Requires:       osc
+
+%description
+Osc source validator is a plugin to osc (openSUSE Build Service Commander).
+
+It is checking valid sources on pre-checkin via this package.
+
+%prep
+%setup -q
+
+%build
+
+%install
+mkdir -p %{buildroot}/%{_prefix}/lib/osc/source_validators
+cp -a [0-9]* helpers %{buildroot}/%{_prefix}/lib/osc/source_validators
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING
+%{_prefix}/lib/osc
+
+%changelog
+* Thu Jul 07 2011 Jerome Soyer <saispo at gmail.com> - 0.1-4
+- Fix macros
+- Explain how to create the tarball
+
+* Fri Jun 24 2011 Jerome Soyer <saispo at gmail.com> - 0.1-3
+- Fix Summary
+- Fix Description
+- Add Requires on osc
+
+* Thu Jun  9 2011 Jerome Soyer <saispo at gmail.com> - 0.1-2
+- Remove SOURCE1
+
+* Wed Jun  8 2011 Jerome Soyer <saispo at gmail.com> - 0.1-1
+- Initial build
diff --git a/sources b/sources
index e69de29..00148e7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9c5339dc8b21900a83adeab74acc4768  osc-source_validator-0.1.tar.bz2


More information about the scm-commits mailing list