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

Rick L. Vinyard (rvinyard) fedora-extras-commits at redhat.com
Sat Aug 26 15:51:27 UTC 2006


Author: rvinyard

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

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


--- NEW FILE conexusmm.spec ---
# Target: fedora-5

Summary:          Network and serial communication widgets for Gtkmm
Name:             conexusmm
Version:          0.3.0
Release:          1%{?dist}
License:          LGPL
URL:              http://conexus.sourceforge.net
Group:            System Environment/Libraries
Source:           http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:    hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig

%description
Conexusmm provides Gtkmm widgets for the Conexus library, a generalized
C++ I/O library that includes support for BSD sockets, serial/tty,
packet capture (via pcap), et. al. conexus utilizes sigc++ for object
communication.

%package          devel
Summary:          Headers for developing programs that will use %{name}
Group:            Development/Libraries
Requires:         conexusmm = %{version}-%{release}
Requires:         hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig

%description    devel
This package contains the libraries and header files needed for
developing %{name} 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 docs into a better location for installation
# Keeps them from being /usr/share/doc/package-x.x.x-devel/docs
%{__cp} -ar docs/reference .
%{__cp} -ar docs/gallery .

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

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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


%files devel
%defattr(-,root,root,-)
%{_libdir}/lib*conexusmm*.so
%{_libdir}/pkgconfig/conexusmm*.pc
%{_includedir}/conexusmm-0.3/
%doc ChangeLog reference gallery
%{_bindir}/*conexusmm*-demo
%{_datadir}/conexusmm-0.3.0/

%changelog
* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.3.0-1
- New release fixes demo search directories
- Added /usr/share/conexusmm-x.x.x/
- Added papyrus BuildRequires for spinner widgets

* Mon Jul 31 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.2.0-3
- Removed pkgconfig from BuildRequires
- Added pkgconfig to -devel Requires

* Sat Jul 29 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.2.0-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
- Removed doxygen, graphviz and pkgconfig from devel requires
- Added package name to globs in so libs, .pc and demos

* Sat Jul 15 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.2.0-1
- Started from branch of conexus project


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/conexusmm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Aug 2006 15:50:43 -0000	1.1
+++ .cvsignore	26 Aug 2006 15:51:27 -0000	1.2
@@ -0,0 +1 @@
+conexusmm-0.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/conexusmm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Aug 2006 15:50:43 -0000	1.1
+++ sources	26 Aug 2006 15:51:27 -0000	1.2
@@ -0,0 +1 @@
+8702eea2a3fc5eca19f55a36997f2883  conexusmm-0.3.0.tar.bz2




More information about the fedora-extras-commits mailing list