summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Hercinger <vhercing@redhat.com>2013-02-21 09:40:54 +0100
committerViktor Hercinger <vhercing@redhat.com>2013-02-21 09:41:22 +0100
commitcc4a9647603e67f6a3b4ffeea11a3e9a3e43399c (patch)
treed8df12d5c159c17396deff623596bacbb0b36469
parentbdce13e6a3a27b91d8693e1e5b257e298c463e73 (diff)
downloadrpm-tools-cc4a9647603e67f6a3b4ffeea11a3e9a3e43399c.tar.gz
rpm-tools-cc4a9647603e67f6a3b4ffeea11a3e9a3e43399c.tar.xz
rpm-tools-cc4a9647603e67f6a3b4ffeea11a3e9a3e43399c.zip
added spec file
-rw-r--r--rpmtools-1.0.tar.gz0
-rw-r--r--rpmtools.spec33
-rwxr-xr-xscripts/build-spec (renamed from build-spec)0
-rwxr-xr-xscripts/make-repo (renamed from make-repo)0
-rw-r--r--sources1
5 files changed, 34 insertions, 0 deletions
diff --git a/rpmtools-1.0.tar.gz b/rpmtools-1.0.tar.gz
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/rpmtools-1.0.tar.gz
diff --git a/rpmtools.spec b/rpmtools.spec
new file mode 100644
index 0000000..97d9082
--- /dev/null
+++ b/rpmtools.spec
@@ -0,0 +1,33 @@
+Name: rpmtools
+Version: 1.0
+Release: 1%{?dist}
+Summary: Local RPM toolkit
+
+Group: Development/System
+License: None
+URL: http://localhost
+Source0: http://localhost/rpmtools-%{version}.tar.gz
+
+Requires: fedora-packager
+
+%description
+Local RPM tools
+
+%prep
+tar cvzf rpmtools-%{version}.tar.gz scripts --exclude-vcs --transform='s|^scripts/|rpmtools-%{version}/|'
+md5sum rpmtools-%{version}.tar.gz > sources
+%setup -q
+
+%build
+
+%install
+mkdir -p %{buildroot}/%{_bindir}
+install -m 755 * %{buildroot}/%{_bindir}
+
+%files
+%{_bindir}/*
+
+%changelog
+* Thu Feb 21 2013 Viktor Hercinger <vhercing@redhat.com> - 1.0.0-1
+- build-spec added
+- make-repo added
diff --git a/build-spec b/scripts/build-spec
index c6d1818..c6d1818 100755
--- a/build-spec
+++ b/scripts/build-spec
diff --git a/make-repo b/scripts/make-repo
index b9e15ca..b9e15ca 100755
--- a/make-repo
+++ b/scripts/make-repo
diff --git a/sources b/sources
new file mode 100644
index 0000000..eb974c7
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+d41d8cd98f00b204e9800998ecf8427e rpmtools-1.0.tar.gz