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

Conrad Meyer konradm at fedoraproject.org
Wed Jan 7 03:02:25 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/cudd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3609/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cudd.spec import.log 
Log Message:
Import.



--- NEW FILE cudd.spec ---
%define debug_package %{nil}
# rpmbuild doesn't get useful debuginfo from .a libs

Name:           cudd
Version:        2.4.1
Release:        2%{?dist}
Summary:        CU Decision Diagram Package
Group:          Development/Libraries
License:        BSD
URL:            http://vlsi.colorado.edu/~fabio/CUDD/
Source0:        ftp://vlsi.Colorado.EDU/pub/cudd-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
CUDD is a package for the manipulation of Binary Decision Diagrams
(BDDs), Algebraic Decision Diagrams (ADDs) and Zero-suppressed
Binary Decision Diagrams (ZDDs).


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Provides:       %{name}-static = %{version}-%{release}


%description    devel
Development headers and libraries for %{name}.


%prep
%setup -q


%build
make %{?_smp_mflags} CPPFLAGS="%{optflags}" ICFLAGS="%{optflags}" \
  XCFLAGS=""


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}
for slib in */*.a; do
  install -p -m 644 ${slib} $RPM_BUILD_ROOT%{_libdir}/%{name}/
done
mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name}
for hdr in include/*; do
  install -p -m 644 ${hdr} $RPM_BUILD_ROOT%{_includedir}/%{name}/
done


%clean
rm -rf $RPM_BUILD_ROOT


%files devel
%defattr(-,root,root,-)
%doc README LICENSE cudd/doc
%{_libdir}/%{name}
%{_includedir}/%{name}


%changelog
* Sun Jan 4 2009 Conrad Meyer <konrad at tylerc.org> - 2.4.1-2
- Add LICENSE, cudd/doc to docs.

* Fri Dec 12 2008 Conrad Meyer <konrad at tylerc.org> - 2.4.1-1
- Initial package.


--- NEW FILE import.log ---
cudd-2_4_1-2_fc9:HEAD:cudd-2.4.1-2.fc9.src.rpm:1231297141


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cudd/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jan 2009 01:26:29 -0000	1.1
+++ .cvsignore	7 Jan 2009 03:01:55 -0000	1.2
@@ -0,0 +1 @@
+cudd-2.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cudd/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jan 2009 01:26:30 -0000	1.1
+++ sources	7 Jan 2009 03:01:55 -0000	1.2
@@ -0,0 +1 @@
+38f4dc5195a746222f1e51c459b49b4f  cudd-2.4.1.tar.gz




More information about the scm-commits mailing list