rpms/conexusmm/FC-6 conexusmm.spec,1.5,1.6

Rick L. Vinyard, Jr. (rvinyard) fedora-extras-commits at redhat.com
Wed Mar 14 05:35:11 UTC 2007


Author: rvinyard

Update of /cvs/extras/rpms/conexusmm/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26401

Modified Files:
	conexusmm.spec 
Log Message:
Bump release and rebuild against conexus 0.5.3



Index: conexusmm.spec
===================================================================
RCS file: /cvs/extras/rpms/conexusmm/FC-6/conexusmm.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- conexusmm.spec	28 Aug 2006 02:45:23 -0000	1.5
+++ conexusmm.spec	14 Mar 2007 05:34:38 -0000	1.6
@@ -1,15 +1,14 @@
-# Target: fedora-5
 
 Summary:          Network and serial communication widgets for Gtkmm
 Name:             conexusmm
-Version:          0.4.0
-Release:          5%{?dist}
+Version:          0.5.0
+Release:          2%{?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 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig
+BuildRequires:    hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.5.3 papyrus-devel >= 0.7 pkgconfig
 
 %description
 Conexusmm provides Gtkmm widgets for the Conexus library, a generalized
@@ -21,7 +20,7 @@
 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 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig
+Requires:         hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.5.3 papyrus-devel >= 0.7 pkgconfig
 
 %description    devel
 This package contains the libraries and header files needed for
@@ -38,12 +37,8 @@
 %install
 %{__rm} -rf %{buildroot}
 
-%{__make} DESTDIR=%{buildroot} install
+%{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" 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}
@@ -62,12 +57,21 @@
 %defattr(-,root,root,-)
 %{_libdir}/lib*conexusmm*.so
 %{_libdir}/pkgconfig/conexusmm*.pc
-%{_includedir}/conexusmm-0.4/
-%doc ChangeLog reference gallery
+%{_includedir}/conexusmm-0.5/
+%doc ChangeLog docs/reference docs/gallery
 %{_bindir}/*conexusmm*-demo
-%{_datadir}/conexusmm-0.4.0/
+%{_datadir}/conexusmm-0.5.0/
 
 %changelog
+* Tue Mar 13 2007 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-2
+- Rebuild against conexus 0.5.3
+
+* Sat Mar 10 2007 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-1
+- New release
+- Added -p option to make install to preserve timestamps
+- Removed cp of docs and changed doc inclustion to docs/reference
+- Removed cp of gallery and changed gallery to docs/gallery
+
 * Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.4.0-5
 - Bump release for mass rebuild
 




More information about the fedora-extras-commits mailing list