rpms/bodr/F-7 bodr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Julian Sikorski (belegdol) fedora-extras-commits at redhat.com
Fri May 25 21:56:12 UTC 2007


Author: belegdol

Update of /cvs/pkgs/rpms/bodr/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30631

Modified Files:
	.cvsignore sources 
Added Files:
	bodr.spec 
Log Message:
Pull bodr from devel to f7


--- NEW FILE bodr.spec ---
Name:           bodr
Version:        6
Release:        1%{?dist}
Summary:        Blue Obelisk Data Repository

Group:          System Environment/Libraries
License:        MIT
URL:            http://www.blueobelisk.org
Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  libxml2
BuildRequires:  libxslt
Requires:       pkgconfig  

%description
The Blue Obelisk Data Repository lists many important chemoinformatics data
such as element and isotope properties, atomic radii, etc. including
references to original literature. Developers can use this repository to make
their software interoperable.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


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

#make docs nicer
mv $RPM_BUILD_ROOT%{_docdir}/bodr DOC


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc DOC/* NEWS TODO
%{_datadir}/bodr
%{_datadir}/pkgconfig/bodr.pc


%changelog
* Sat Apr 21 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 6-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bodr/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 May 2007 17:01:40 -0000	1.1
+++ .cvsignore	25 May 2007 21:55:36 -0000	1.2
@@ -0,0 +1 @@
+bodr-6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bodr/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 May 2007 17:01:40 -0000	1.1
+++ sources	25 May 2007 21:55:36 -0000	1.2
@@ -0,0 +1 @@
+7719e785e1f416179de85c7a7f889eb1  bodr-6.tar.bz2




More information about the fedora-extras-commits mailing list