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

Rick L. Vinyard (rvinyard) fedora-extras-commits at redhat.com
Sun Apr 30 04:29:16 UTC 2006


Author: rvinyard

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

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


--- NEW FILE cairomm.spec ---
Summary:          This library provides a C++ interface to cairo
Name:             cairomm
Version:          0.6.0
Release:          1%{?dist}
URL:		  http://www.cairographics.org
License:	  LGPL
Group:            System Environment/Libraries
Source:		  http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:    cairo-devel >= 1.0.4 pkgconfig

%description
This library provides a C++ interface to cairo.

%package        devel
Summary:        Headers for developing programs that will use %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       cairo-devel >= 1.0.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 --enable-docs=no
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
make DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
mv docs/reference/html .

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

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/cairomm-1.0/
%doc ChangeLog html

%changelog
* Sun Apr  9 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.6.0-1
- New upstream version should fix the upstream issues like AUTHORS and README
- Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
- Replaced makeinstall
- Fixed devel package description
- Modified includedir syntax
- docs included via the mv in install and in the devel files as html dir

* Sun Mar  5 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-10
- Removed duplicate Group tag in devel
- Disabled docs till they're fixed upstream 

* Sun Mar  5 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-9
- Removed requires since BuildRequires is present
- Cleaned up Source tag

* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-7
- Fixed URL and SOURCE tags
- Fixed header include directory

* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-6
- Fixed URL tag

* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-5
- Remove epoch 'leftovers'

* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-4
- Cleanup for FE

* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-3
- Added pre-release alphatag

* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-2
- Updated to current cairomm CVS
- Added documentation to devel package

* Fri Feb 03 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.0-1
- Updated to current cairomm CVS

* Fri Jan 27 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.4.0-1
- Initial creation from papyrus.spec.in



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cairomm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Apr 2006 04:28:47 -0000	1.1
+++ .cvsignore	30 Apr 2006 04:29:16 -0000	1.2
@@ -0,0 +1 @@
+cairomm-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cairomm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Apr 2006 04:28:47 -0000	1.1
+++ sources	30 Apr 2006 04:29:16 -0000	1.2
@@ -0,0 +1 @@
+9d967cf486b0ac59d451d47922c99e6f  cairomm-0.6.0.tar.gz




More information about the fedora-extras-commits mailing list