rpms/mk-files/F-9 import.log, NONE, 1.1 mk-files.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Julio M. Merino Vidal (jmmv) fedora-extras-commits at redhat.com
Wed Jul 9 17:28:09 UTC 2008


Author: jmmv

Update of /cvs/pkgs/rpms/mk-files/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12732/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mk-files.spec 
Log Message:
* Wed Jul 2 2008 Julio M. Merino Vidal <jmmv at NetBSD.org> - 20070430-1
- Initial release for Fedora.



--- NEW FILE import.log ---
mk-files-20070430-1_fc10:F-9:mk-files-20070430-1.fc10.src.rpm:1215596957


--- NEW FILE mk-files.spec ---
Summary: Support files for bmake, the NetBSD make(1) tool
Name: mk-files
Version: 20070430
Release: 1%{?dist}
License: BSD
Group: Development/Tools
URL: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
Source0: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/mk-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
The mk-files package provides some bmake macros derived from the NetBSD
bsd.*.mk macros.  These macros allow the creation of simple Makefiles to
build all kinds of targets, including, for example, C/C++ programs and/or
shared libraries.

%prep
%setup -q -n mk
sed -i.timestamp -e 's|cp_f=-f|cp_f=-pf|' install-mk

%build

%install
rm -rf ${RPM_BUILD_ROOT}
install -m 755 -d ${RPM_BUILD_ROOT}%{_datadir}/mk
env FORCE_BSD_MK={RPM_BUILD_ROOT}/nonexistent \
    SYS_MK_DIR=${RPM_BUILD_ROOT}/nonexistent \
    sh install-mk -v -m 644 ${RPM_BUILD_ROOT}%{_datadir}/mk

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root,-)
%doc ChangeLog README
%dir %{_datadir}/mk
%{_datadir}/mk/*

%changelog
* Wed Jul 2 2008 Julio M. Merino Vidal <jmmv at NetBSD.org> - 20070430-1
- Initial release for Fedora.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mk-files/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jul 2008 16:58:24 -0000	1.1
+++ .cvsignore	9 Jul 2008 17:27:25 -0000	1.2
@@ -0,0 +1 @@
+mk-20070430.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mk-files/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jul 2008 16:58:24 -0000	1.1
+++ sources	9 Jul 2008 17:27:25 -0000	1.2
@@ -0,0 +1 @@
+b8759ef075d7e2cba60e30fa56654af4  mk-20070430.tar.gz




More information about the fedora-extras-commits mailing list