rpms/sparsehash/F-13 import.log, NONE, 1.1 sparsehash.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kalev Lember kalev at fedoraproject.org
Sat Jul 3 08:41:59 UTC 2010


Author: kalev

Update of /cvs/pkgs/rpms/sparsehash/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv317/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sparsehash.spec 
Log Message:
Initial import (#609728)


--- NEW FILE import.log ---
sparsehash-1_7-2_fc14:F-13:sparsehash-1.7-2.fc14.src.rpm:1278146502


--- NEW FILE sparsehash.spec ---
# disable -debuginfo subpackage
# This could be a noarch package instead, but since the package can run tests
# at build time, I'd prefer that the tests were run at each architecture.
%global debug_package %{nil}

Name:           sparsehash
Version:        1.7
Release:        2%{?dist}
Summary:        Extremely memory-efficient C++ hash_map implementation

Group:          Development/Libraries
License:        BSD
URL:            http://code.google.com/p/google-sparsehash
Source0:        http://google-sparsehash.googlecode.com/files/sparsehash-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
The Google SparseHash project contains several C++ template hash-map
implementations with different performance characteristics, including
an implementation that optimizes for space and one that optimizes for
speed.

# all files are in -devel package
%package        devel
Summary:        Extremely memory-efficient C++ hash_map implementation
Group:          Development/Libraries

%description    devel
The Google SparseHash project contains several C++ template hash-map
implementations with different performance characteristics, including
an implementation that optimizes for space and one that optimizes for
speed.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

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

# Remove unneeded files
rm $RPM_BUILD_ROOT%{_defaultdocdir}/sparsehash-%{version}/INSTALL
rm $RPM_BUILD_ROOT%{_defaultdocdir}/sparsehash-%{version}/README.windows
# Remove zero size file
rm $RPM_BUILD_ROOT%{_defaultdocdir}/sparsehash-%{version}/NEWS

%check
make check

%clean
rm -rf $RPM_BUILD_ROOT

%files devel
%defattr(-,root,root,-)
%doc %{_defaultdocdir}/sparsehash-%{version}/
%{_includedir}/google/

%changelog
* Sat Jul 03 2010 Kalev Lember <kalev at smartlink.ee> - 1.7-2
- Move all files to -devel (#609728)

* Thu Jul 01 2010 Kalev Lember <kalev at smartlink.ee> - 1.7-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sparsehash/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Jul 2010 03:29:03 -0000	1.1
+++ .cvsignore	3 Jul 2010 08:41:59 -0000	1.2
@@ -0,0 +1 @@
+sparsehash-1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sparsehash/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Jul 2010 03:29:04 -0000	1.1
+++ sources	3 Jul 2010 08:41:59 -0000	1.2
@@ -0,0 +1 @@
+8d8033d8e3b4e792eb6313a4afae5eec  sparsehash-1.7.tar.gz



More information about the scm-commits mailing list