rpms/volpack/EL-5 import.log, NONE, 1.1 volpack.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sandro Mathys red at fedoraproject.org
Thu Oct 22 12:33:07 UTC 2009


Author: red

Update of /cvs/pkgs/rpms/volpack/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20781/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log volpack.spec 
Log Message:
* Thu Oct 22 2009 Sandro Mathys <red at fedoraproject.org> - 1.0c7-1
- initial import




--- NEW FILE import.log ---
volpack-1_0c7-3_fc11:EL-5:volpack-1.0c7-3.fc11.src.rpm:1256214764


--- NEW FILE volpack.spec ---
Name:          volpack
Version:       1.0c7
Release:       3%{?dist}
Summary:       Portable library for fast volume rendering
Group:         System Environment/Libraries
License:       BSD
URL:           http://amide.sourceforge.net
Source0:       http://downloads.sourceforge.net/amide/%{name}/%{name}-%{version}.tgz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: m4

%description 
VolPack is a portable library of fast volume rendering algorithms that
produce high-quality images.


%package       devel
Summary:       Shared libraries and header files for development using volpack
Group:         Development/Libraries
Requires:      volpack = %{version}-%{release}

%description   devel
The volpack-devel package contains the header files and shared libraries
necessary for developing programs using the volpack volume rendering 
library.


%package       doc
Summary:       Documentation and examples for help using volpack
Group:         Documentation
Requires:      volpack = %{version}-%{release}

%description   doc
The volpack-doc package contains docs and examples helpful for developing
programs using the volpack volume rendering library.


%prep
%setup -q


%build
%configure --disable-dependency-tracking --disable-static
# no %{?_smp_mflags} because parallel builds will fail very often
make


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

# remove doc and example files we don't want to package
rm -f doc/vp_userguide..pdf doc/Makefile*
pushd examples
make clean
rm -f Makefile.*
chmod 644 test.csh
popd


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_mandir}/man3/*.3*
%{_libdir}/*.so.*


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


%files doc
%defattr(-,root,root,-)
%doc doc/ examples/


%changelog
* Sun Oct 04 2009 Sandro Mathys <red at fedoraproject.org> - 1.0c7-3
- Disabled parallel building due to problems

* Sat Oct 03 2009 Sandro Mathys <red at fedoraproject.org> - 1.0c7-2
- Fixed some bits and added a doc subpackage

* Sat Oct 03 2009 Sandro Mathys <red at fedoraproject.org> - 1.0c7-1
- initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/volpack/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Oct 2009 17:30:21 -0000	1.1
+++ .cvsignore	22 Oct 2009 12:33:07 -0000	1.2
@@ -0,0 +1 @@
+volpack-1.0c7.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/volpack/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Oct 2009 17:30:21 -0000	1.1
+++ sources	22 Oct 2009 12:33:07 -0000	1.2
@@ -0,0 +1 @@
+119ec828ecad8dbf7afc4e71f4c4eb69  volpack-1.0c7.tgz




More information about the fedora-extras-commits mailing list