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

Marcin Wojdyr wojdyr at fedoraproject.org
Mon Jul 20 16:03:10 UTC 2009


Author: wojdyr

Update of /cvs/pkgs/rpms/xylib/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13071/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xylib.spec 
Log Message:
auto-import xylib-0.4-4 to F-10



--- NEW FILE import.log ---
xylib-0_4-4_fc11:F-10:xylib-0.4-4.fc11.src.rpm:1248105719


--- NEW FILE xylib.spec ---
Name: xylib
Summary: Library for reading x-y data from several file formats
Version: 0.4
Release: 4%{?dist}
License: LGPLv2
Group: Development/Libraries
Url: http://www.unipress.waw.pl/fityk/xylib/
Source0: http://downloads.sourceforge.net/fityk/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++, boost-devel
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
C++ library for reading files that contain x-y data from powder diffraction, 
spectroscopy or other experimental methods. The supported formats include:
VAMAS, pdCIF, Bruker UXD and RAW, Philips UDF and RD, Rigaku DAT, 
Sietronics CPI, DBWS/DMPLOT, Koalariet XDD and others.

%package devel
Summary: Development files for xylib
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: boost-devel

%description devel
Files needed for developing apps using xylib.
xylib is a C++ library for reading files that contain x-y data from 
powder diffraction, spectroscopy or other experimental methods.

%prep
%setup -q

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

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
# install xyconv
mkdir -p $RPM_BUILD_ROOT%{_bindir}
./libtool --mode=install install -m 755 xyconv $RPM_BUILD_ROOT%{_bindir}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-,root,root,-)
%doc README COPYING TODO
%{_libdir}/libxy.so.*
%{_bindir}/xyconv

%files devel
%defattr(-,root,root,-)
%{_includedir}/xylib/
%{_libdir}/libxy.so

%changelog
* Wed Jul 15 2009 Marcin Wojdyr <wojdyr at gmail.com> - 0.4-4
- added "Requires: boost-devel" to -devel package

* Mon Jul 06 2009 Marcin Wojdyr <wojdyr at gmail.com> - 0.4-3
- install xyconv manually instead of changing Makefile.am

* Fri Jun 26 2009 Marcin Wojdyr <wojdyr at gmail.com> - 0.4-2
- add INSTALL="install -p"
- change Makefile.am instead of calling libtool manually
- use SMP make flags
- replace %%defattr(-,root,root) with %%defattr(-,root,root,-)
- use a more recommended version of the BuildRoot tag

* Sat Jun 13 2009 Marcin Wojdyr <wojdyr at gmail.com> - 0.4-1
- Initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xylib/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Jul 2009 20:56:22 -0000	1.1
+++ .cvsignore	20 Jul 2009 16:02:40 -0000	1.2
@@ -0,0 +1 @@
+xylib-0.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xylib/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Jul 2009 20:56:22 -0000	1.1
+++ sources	20 Jul 2009 16:02:40 -0000	1.2
@@ -0,0 +1 @@
+add76a6bda7a24b567487cda195b2a24  xylib-0.4.tar.bz2




More information about the fedora-extras-commits mailing list