rpms/R-bitops/devel R-bitops.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

cheese cheese at fedoraproject.org
Tue May 4 18:01:58 UTC 2010


Author: cheese

Update of /cvs/pkgs/rpms/R-bitops/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11301/devel

Modified Files:
	.cvsignore sources 
Added Files:
	R-bitops.spec import.log 
Log Message:



--- NEW FILE R-bitops.spec ---
%global packname  bitops
%global packvers 1.0-4.1

Name:             R-%{packname}
Version:          1.0.4.1
Release:          1%{?dist}
Summary:          Functions for Bitwise operations

Group:            Applications/Productivity
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/bitops/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:         R-core
BuildRequires:    R-devel

%description
Functions for Bitwise operations on integer vectors.

%prep
%setup -c -q -n %{packname}
%build

%install
%{__rm} -rf %{buildroot}
mkdir -p %{buildroot}%{_libdir}/R/library
%{_bindir}/R CMD INSTALL %{packname} -l %{buildroot}%{_libdir}/R/library 
# Clean up in advance of check
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
%{__rm} -rf %{buildroot}%{_libdir}/R/library/R.css

%check
%{_bindir}/R CMD check %{packname}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%dir %{_libdir}/R/library/%{packname}
%doc %{_libdir}/R/library/%{packname}/html
%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
%{_libdir}/R/library/%{packname}/INDEX
%{_libdir}/R/library/%{packname}/Meta
%{_libdir}/R/library/%{packname}/R
%{_libdir}/R/library/%{packname}/help
%{_libdir}/R/library/%{packname}/libs

%changelog
* Fri Apr 09 2010 josef radinger <cheese at nosuchhost.net>
- 1.0.4.1-1
- initial release


--- NEW FILE import.log ---
R-bitops-1_0_4_1-1_fc12:HEAD:R-bitops-1.0.4.1-1.fc12.src.rpm:1272996047


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/R-bitops/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2010 03:01:13 -0000	1.1
+++ .cvsignore	4 May 2010 18:01:57 -0000	1.2
@@ -0,0 +1 @@
+bitops_1.0-4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R-bitops/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2010 03:01:14 -0000	1.1
+++ sources	4 May 2010 18:01:58 -0000	1.2
@@ -0,0 +1 @@
+81107518a0cafce266e82fc8571732da  bitops_1.0-4.1.tar.gz



More information about the scm-commits mailing list