rpms/getdata/devel getdata.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthew D Truch mtruch at fedoraproject.org
Thu Oct 16 15:43:13 UTC 2008


Author: mtruch

Update of /cvs/extras/rpms/getdata/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8479/devel

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



--- NEW FILE getdata.spec ---
Name:           getdata
Version:        0.3.1
Release:        1%{?dist}
Summary:        Library for reading and writing dirfile data

Group:          Development/Libraries
License:        GPLv2+
URL:            http://getdata.sourceforge.net/
Source0:        http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:     gcc-gfortran
Requires(post):    /sbin/ldconfig
Requires(postun):  /sbin/ldconfig

%description
The GetData Project is the reference implementation of the Dirfile Standards, a
filesystem-based database format for time-ordered binary data. The Dirfile
database format is designed to provide a fast, simple format for storing and
reading data. 

%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 a program against the GetData library.
Includes C++ and FORTRAN (77 & 95) bindings. Also includes static libraries.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%check
make check

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}
make DESTDIR=%{buildroot} SUID_ROOT="" install
# Remove .la files.  
rm -f %{buildroot}/%{_libdir}/lib*.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc README NEWS COPYING AUTHORS ChangeLog
%{_bindir}/checkdirfile
%{_libdir}/lib*getdata*.so.*
%{_mandir}/man5/*gz

%files devel
%defattr(-,root,root)
%doc README.cxx README.f77 README.f95
%{_libdir}/lib*getdata*.so
%{_includedir}/*
%{_mandir}/man3/*gz
%{_libdir}/pkgconfig/getdata.pc

%changelog
* Wed Sep 24 2008 Matthew Truch <matt at truch.net> - 0.3.1-1
- Upstream 0.3.1.
-   Includes former c++ compile fix patch
-   Includes bug fixes to legacy API.

* Fri Sep 19 2008 Matthew Truch <matt at truch.net> - 0.3.0-1
- Initial Fedora build.



--- NEW FILE import.log ---
getdata-0_3_1-1_fc10:HEAD:getdata-0.3.1-1.fc10.src.rpm:1224171733


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/getdata/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2008 21:54:34 -0000	1.1
+++ .cvsignore	16 Oct 2008 15:42:43 -0000	1.2
@@ -0,0 +1 @@
+getdata-0.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/getdata/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2008 21:54:34 -0000	1.1
+++ sources	16 Oct 2008 15:42:43 -0000	1.2
@@ -0,0 +1 @@
+4b154a139fa3728a3975c34c61e197db  getdata-0.3.1.tar.gz




More information about the fedora-extras-commits mailing list