New release
This commit is contained in:
parent
748eae7093
commit
9eca487c85
@ -1 +1 @@
|
|||||||
cairomm-1.2.4.tar.gz
|
cairomm-1.4.2.tar.gz
|
||||||
|
26
cairomm.spec
26
cairomm.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: Cairomm is the C++ API for the cairo graphics library
|
Summary: Cairomm is the C++ API for the cairo graphics library
|
||||||
Name: cairomm
|
Name: cairomm
|
||||||
Version: 1.2.4
|
Version: 1.4.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.cairographics.org
|
URL: http://www.cairographics.org
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: cairo-devel >= 1.2.0 pkgconfig
|
BuildRequires: cairo-devel >= 1.4.0 pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
||||||
@ -18,9 +18,13 @@ Standard Template Library where it makes sense.
|
|||||||
Summary: Headers for developing programs that will use %{name}
|
Summary: Headers for developing programs that will use %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: cairo-devel >= 1.2.0 pkgconfig
|
Requires: cairo-devel >= 1.4.0 pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
||||||
|
of cairo with an interface familiar to C++ developers, including use of the
|
||||||
|
Standard Template Library where it makes sense.
|
||||||
|
|
||||||
This package contains the libraries and header files needed for
|
This package contains the libraries and header files needed for
|
||||||
developing %{name} applications.
|
developing %{name} applications.
|
||||||
|
|
||||||
@ -32,13 +36,12 @@ developing %{name} applications.
|
|||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
make DESTDIR=%{buildroot} install
|
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||||
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||||
mv docs/reference .
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -54,9 +57,14 @@ mv docs/reference .
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/cairomm-1.0/
|
%{_includedir}/cairomm-1.0/
|
||||||
%doc ChangeLog reference
|
%doc ChangeLog docs/reference
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 20 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.4.2-1
|
||||||
|
- New upstream release
|
||||||
|
- Changed install to preserve timestamps
|
||||||
|
- Removed mv of docs/reference and include files directly
|
||||||
|
|
||||||
* Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
|
* Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
|
||||||
- New release
|
- New release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user