From 8cc14c08126867b754a3771e930eb682b94c54b9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 11 Mar 2011 18:44:41 -0500 Subject: initial commit --- .gitignore | 3 +++ Makefile | 17 +++++++++++++++++ f14/nm-0.8.tar.bz2 | Bin 0 -> 181 bytes f14/nm.spec | 21 +++++++++++++++++++++ f15/nm-0.8.tar.bz2 | Bin 0 -> 181 bytes f15/nm-0.9.tar.bz2 | Bin 0 -> 165 bytes f15/nm.spec | 21 +++++++++++++++++++++ f15/nm08.spec | 21 +++++++++++++++++++++ 8 files changed, 83 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 f14/nm-0.8.tar.bz2 create mode 100644 f14/nm.spec create mode 100644 f15/nm-0.8.tar.bz2 create mode 100644 f15/nm-0.9.tar.bz2 create mode 100644 f15/nm.spec create mode 100644 f15/nm08.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d847a1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +i686 +*.rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d413002 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +all: f14/nm.rpm f15/nm08.rpm f15/nm.rpm + +f14/nm.rpm: + cd f14 && (rpmbuild-cwd -bs nm.spec; \ + rpmbuild-cwd -bb nm.spec; \ + rpmbuild-cwd --rebuild nm-0.8*.src.rpm) + +f15/nm08.rpm: + cd f15 && (rpmbuild-cwd -bs nm08.spec; \ + rpmbuild-cwd -bb nm08.spec; \ + rpmbuild-cwd --rebuild nm08-*.src.rpm) + +f15/nm.rpm: + cd f15 && (rpmbuild-cwd -bs nm.spec; \ + rpmbuild-cwd -bb nm.spec; \ + rpmbuild-cwd --rebuild nm-*.src.rpm) + diff --git a/f14/nm-0.8.tar.bz2 b/f14/nm-0.8.tar.bz2 new file mode 100644 index 0000000..1955fc7 Binary files /dev/null and b/f14/nm-0.8.tar.bz2 differ diff --git a/f14/nm.spec b/f14/nm.spec new file mode 100644 index 0000000..61fe71c --- /dev/null +++ b/f14/nm.spec @@ -0,0 +1,21 @@ +Name: nm +Version: 0.9 +Release: 1%{?dist} +Summary: nm 0.9 + +License: GPL +URL: http://example.com +Source0: nm.tar.bz2 + +%description +nm 0.9 + +%prep +%setup -q + +%build + + +%install + +%files diff --git a/f15/nm-0.8.tar.bz2 b/f15/nm-0.8.tar.bz2 new file mode 100644 index 0000000..1955fc7 Binary files /dev/null and b/f15/nm-0.8.tar.bz2 differ diff --git a/f15/nm-0.9.tar.bz2 b/f15/nm-0.9.tar.bz2 new file mode 100644 index 0000000..77a4c9f Binary files /dev/null and b/f15/nm-0.9.tar.bz2 differ diff --git a/f15/nm.spec b/f15/nm.spec new file mode 100644 index 0000000..61fe71c --- /dev/null +++ b/f15/nm.spec @@ -0,0 +1,21 @@ +Name: nm +Version: 0.9 +Release: 1%{?dist} +Summary: nm 0.9 + +License: GPL +URL: http://example.com +Source0: nm.tar.bz2 + +%description +nm 0.9 + +%prep +%setup -q + +%build + + +%install + +%files diff --git a/f15/nm08.spec b/f15/nm08.spec new file mode 100644 index 0000000..623e7ac --- /dev/null +++ b/f15/nm08.spec @@ -0,0 +1,21 @@ +Name: nm08 +Version: 0.8 +Release: 1%{?dist} +Summary: nm 0.8 + +License: GPL +URL: http://example.com +Source0: nm-0.8.tar.bz2 + +%description +nm 0.8 + +%prep +%setup -q + +%build + + +%install + +%files -- cgit