rpms/mkdst/F-8 mkdst.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Mon Jan 14 21:56:39 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/mkdst/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32707

Modified Files:
	.cvsignore sources 
Added Files:
	mkdst.spec 
Log Message:
mkdst for F-8



--- NEW FILE mkdst.spec ---
Name:           mkdst
Version:        0.3
Release:        1%{?dist}
Summary:        Source repository to tarball release tool

Group:          Development/Tools
License:        GPLv2+
URL:            https://launchpad.net/mkdst/
# http://fedorapeople.org/~wtogami/temp/mkdst-release/
# This is not the permanent location for upstream tarballs yet
Source0:        mkdst-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

%description
Source repository and tarball release tool
Currently supports only bzr, but more VCS tools are planned.

%prep
%setup -q

%build
echo "Nothing to build."

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
 
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README* COPYING Changelog
%{_bindir}/*
%{_datadir}/mkdst/*

%changelog
* Mon Jan 14 2008 Warren Togami <wtogami at redhat.com> - 0.3-1
- 0.3

* Sun Jan 13 2008 Warren Togami <wtogami at redhat.com> - 0.1-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mkdst/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jan 2008 21:44:12 -0000	1.1
+++ .cvsignore	14 Jan 2008 21:56:06 -0000	1.2
@@ -0,0 +1 @@
+mkdst-0.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mkdst/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jan 2008 21:44:12 -0000	1.1
+++ sources	14 Jan 2008 21:56:06 -0000	1.2
@@ -0,0 +1 @@
+2cee88c7b4162ee784ce93a71fe0d4a6  mkdst-0.3.tar.bz2




More information about the fedora-extras-commits mailing list