rpms/clipsmm/devel clipsmm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rick L. Vinyard, Jr. (rvinyard) fedora-extras-commits at redhat.com
Sun Nov 26 04:57:50 UTC 2006


Author: rvinyard

Update of /cvs/extras/rpms/clipsmm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv529/devel

Modified Files:
	.cvsignore sources 
Added Files:
	clipsmm.spec 
Log Message:
auto-import clipsmm-0.0.7-1 on branch devel from clipsmm-0.0.7-1.src.rpm


--- NEW FILE clipsmm.spec ---

Summary:          Clipsmm is a C++ wrapper for the CLIPS C library
Name:             clipsmm
Version:          0.0.7
Release:          1%{?dist}
License:          GPL
URL:              http://clipsmm.sourceforge.net
Group:            System Environment/Libraries
Source:           http://download.sourceforge.net/clipsmm/clipsmm-0.0.7.tar.bz2
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:    clips-devel >= 6.24 glibmm24-devel >= 2.6.0 cppunit-devel >= 1.11 pkgconfig m4

%description
The clipsmm library provides a C++ interface to the CLIPS C library.

%package          devel
Summary:          Headers for developing programs that will use clipsmm
Group:            Development/Libraries
Requires:         clipsmm = %{version}-%{release}
Requires:         clips-devel >= 6.24 glibmm24-devel >= 2.6.0 pkgconfig

%description    devel
This package contains the libraries and header files needed for
developing clipsmm applications.

%prep
%setup -q

%build
%configure --enable-static=no
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}

%{__make} DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
# Copy the docs into a different place in the dist hierarchy so they
# install as /usr/share/doc/package-x.x.x-devel/reference
%{__cp} -ar docs/reference .

%clean
%{__rm} -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
%doc AUTHORS COPYING

%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_libdir}/pkgconfig/clipsmm*.pc
%{_includedir}/clipsmm-0.0/
%doc ChangeLog reference


%changelog
* Sun Nov 12 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.0.7-1
- New release

* Sun Aug  6 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.0.6-1
- New release
- Added m4 to BuildRequires

* Mon Jul 31 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.0.5-1
- New release fixes autoconf generated headers
- Removed pkgconfig from BuildRequires
- Added pkgconfig to -devel Requires

* Sun Jul 30 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.0.4-2
- Changed make to %%{__make}
- Changed %%{name} to autoconf subst that puts specific name in devel requires
- Added comment regarding why cp occurs for docs
- Added package name to globs in so libs, .pc and demos
- Changed clips-libs BuildRequires to clips-devel
- Added cppunit-devel BuildRequires

* Sat Jul 29 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.0.4-1
- New release

* Sat Jul 21 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.0.3-1
- New release

* Sat Jul 20 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.0.2-1
- New release

* Sun Jun 25 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.0.1-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/clipsmm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Nov 2006 04:56:56 -0000	1.1
+++ .cvsignore	26 Nov 2006 04:57:20 -0000	1.2
@@ -0,0 +1 @@
+clipsmm-0.0.7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clipsmm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Nov 2006 04:56:56 -0000	1.1
+++ sources	26 Nov 2006 04:57:20 -0000	1.2
@@ -0,0 +1 @@
+462cad31023799926ab67f78b628e719  clipsmm-0.0.7.tar.bz2




More information about the scm-commits mailing list