From f419e026959de9d5bb483fa905d417fb4538413f Mon Sep 17 00:00:00 2001 From: "dennis@bratac.ausil.us" Date: Mon, 3 Dec 2007 16:50:37 -0600 Subject: 0.1 release --- ChangeLog | 3 +++ TODO | 2 ++ configure.in | 2 +- fedora-packager.spec | 14 ++++++++------ 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index e69de29..e9671be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,3 @@ +* Dennis Gilmore - 0.1 +- Initial release we have a comps group +- fedora-packager-setup.sh and fedora-cvs diff --git a/TODO b/TODO index 2048b6c..8be64c0 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ * Make Makefile work * add SPEC file, we will require rpmdevtools, koji, plague, ?? * add extra scripts to do cool useful things +* do up a README +* complete NEWS and ChangeLog files diff --git a/configure.in b/configure.in index a244bbe..9e22738 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT -AM_INIT_AUTOMAKE(fedora-packager,0.1) +AM_INIT_AUTOMAKE(fedora-packager,0.1.1) AC_PATH_PROGS(PYTHON, python) AC_PATH_PROGS(BASH, sh bash) AC_OUTPUT(Makefile) diff --git a/fedora-packager.spec b/fedora-packager.spec index efff88b..b2dd3fe 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -1,12 +1,12 @@ Name: fedora-packager Version: 0.1 Release: 1%{?dist} -Summary: Tools for setting up a fedora mainter environment +Summary: Tools for setting up a fedora maintainer environment -Group: Applications/ +Group: Applications/Productivity License: GPLv2+ URL: https://hosted.fedoraproject.org/projects/fedora-packager/ -Source0: %{name}-%{version}.tar.bz2 +Source0: https://hosted.fedoraproject.org/projects/fedora-packager/attachment/wiki/WikiStart/fedora-packager-0.1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: koji bodhi-client plague-client @@ -14,6 +14,8 @@ Requires: rpm-build rpmdevtools rpmlint Requires: cvs mercurial git bzr Requires: gcc gcc-c++ mock +BuildArch: noarch + %description Set of utilities useful for a fedora packager in setting up thier environment. @@ -22,11 +24,11 @@ Set of utilities useful for a fedora packager in setting up thier environment. %build - +%configure +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_bindir} make install DESTDIR=$RPM_BUILD_ROOT @@ -36,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc +%doc COPYING TODO AUTHORS ChangeLog %{_bindir}/fedora-packager-setup.sh %{_bindir}/fedora-cvs -- cgit