rpms/slimdata/F-10 import.log, NONE, 1.1 slimdata.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthew D Truch mtruch at fedoraproject.org
Wed May 27 17:15:18 UTC 2009


Author: mtruch

Update of /cvs/extras/rpms/slimdata/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3930/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log slimdata.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
slimdata-2_6_3-3_fc11:F-10:slimdata-2.6.3-3.fc11.src.rpm:1243444463


--- NEW FILE slimdata.spec ---
Name:           slimdata
Version:        2.6.3
Release:        3%{?dist}
Summary:        Tools and library for reading and writing slim compressed data

Group:          Development/Libraries
License:        GPLv3+
URL:            http://slimdata.sourceforge.net/
Source0:        http://dl.sf.net/sourceforge/%{name}/slim_v2_6_3.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires(post):    /sbin/ldconfig
Requires(postun):  /sbin/ldconfig
BuildRequires:     python
BuildRequires:     numpy
BuildRequires:     texlive-latex doxygen pdfjam

#The current slim algorithm assumes little-endian.  Upstream is (slowly) working on this.
ExcludeArch: ppc64 ppc

%description
Slim is a data compression system for scientific data sets, both a binary and a
library with C linkage. Slim works with integer data from one or more channels
in a file, which it can compress more rapidly than general tools like gzip.

%package devel
Group:  Development/Libraries
Summary: Headers required when building programs against getdata
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
Headers required when building projects that use the slimdata library.

%prep
%setup -q -n slim_v2_6_3

%build
%configure
make %{?_smp_mflags}
make doc

%check
make test

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}
make DESTDIR=%{buildroot} SUID_ROOT="" install
#delete static lib
rm -f %{buildroot}/%{_libdir}/libslim.a
chmod a+x %{buildroot}/%{_libdir}/libslim.so.0.0

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS TODO VERSIONS
%{_bindir}/*slim*
%{_libdir}/libslim.so.0*
%{_mandir}/man1/*slim*

%files devel
%defattr(-,root,root,-)
%doc doc/slim_format.pdf doc/html/*
%{_includedir}/slim*.h
%{_libdir}/libslim.so

%changelog
* Tue Apr 21 2009 Matthew Truch <matt at truch.net> - 2.6.3-3
- Correct license tag.
- Make tests run.
- Set exec bit on /usr/lib/libslim.so.0.0

* Sat Apr 4 2009 Matthew Truch <matt at truch.net> - 2.6.3-2
- Don't run tests since they don't seem to work.

* Sun Mar 22 2009 Matthew Truch <matt at truch.net> - 2.6.3-1
- Upstream 2.6.3.  Includes proper licensing.  

* Tue Feb 24 2009 Matthew Truch <matt at truch.net> - 2.6.1b-4
- Include patch to fix gcc-4.4 compilation from Lucian.

* Mon Feb 16 2009 Matthew Truch <matt at truch.net> - 2.6.1b-3
- Fix shared library generation.

* Sun Jan 18 2009 Matthew Truch <matt at truch.net> - 2.6.1b-2
- Properly include BR for building docs and include those docs
- Use better soname for shared library.

* Sat Jan 10 2009 Matthew Truch <matt at truch.net> - 2.6.1b-1
- Update to upstream 2.6.1b.
- Apply fixes to build to better follow Fedora guidelines.

* Tue Oct 28 2008 Matthew Truch <matt at truch.net> - 2.6.1a-1
- Update to upstream 2.6.1a release which includes fixes pushed upstream.

* Fri Oct 24 2008 Matthew Truch <matt at truch.net> - 2.6.1-1
- Initial Fedora build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/slimdata/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 May 2009 15:23:53 -0000	1.1
+++ .cvsignore	27 May 2009 17:14:47 -0000	1.2
@@ -0,0 +1 @@
+slim_v2_6_3.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/slimdata/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 May 2009 15:23:53 -0000	1.1
+++ sources	27 May 2009 17:14:47 -0000	1.2
@@ -0,0 +1 @@
+29557c170ae3feef84e7a9bf9862e285  slim_v2_6_3.tgz




More information about the scm-commits mailing list