source: projects/specs/trunk/c/cairomm/cairomm-vl.spec @ 1859

Revision 1859, 4.8 KB checked in by iwaim, 14 years ago (diff)

build with rpm 4.8.1-1; see [VineSeed:21798]

Line 
1Summary:          Cairomm is the C++ API for the cairo graphics library
2Name:             cairomm
3Version:          1.8.2
4Release:          2%{?_dist_release}
5URL:              http://www.cairographics.org
6License:          LGPL
7Group:            System Environment/Libraries
8Source:           http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
9BuildRoot:        %{_tmppath}/%{name}-%{version}-root
10BuildRequires:    cairo-devel >= 1.6.4
11BuildRequires:    libsigc++-devel
12BuildRequires:    pkgconfig
13
14%description
15Cairomm is the C++ API for the cairo graphics library. It offers all the power
16of cairo with an interface familiar to C++ developers, including use of the
17Standard Template Library where it makes sense.
18
19%package        devel
20Summary:        Headers for developing programs that will use %{name}
21Group:          Development/Libraries
22Requires:       %{name} = %{version}-%{release}
23Requires:       cairo-devel >= 1.6.4
24Requires:       libsigc++-devel
25Requires:       pkgconfig
26
27%description    devel
28This package contains the libraries and header files needed for
29developing %{name} applications.
30
31%prep
32%setup -q
33
34%build
35%configure --enable-static=no --enable-docs=no
36make %{?_smp_mflags}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40make DESTDIR=$RPM_BUILD_ROOT install
41find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
42
43rm -rf reference
44cp -pr docs/reference .
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post -p /sbin/ldconfig
50
51%postun -p /sbin/ldconfig
52
53%files
54%defattr(-,root,root,-)
55%doc AUTHORS COPYING README NEWS
56%{_libdir}/lib*.so.*
57
58%files devel
59%defattr(-,root,root,-)
60%{_libdir}/*.so
61%{_libdir}/pkgconfig/*
62%{_includedir}/cairomm-1.0/
63%doc ChangeLog reference
64
65%changelog
66* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> - 1.8.2-2
67- build with rpm-4.8.1-1 for pkg-config file
68
69* Sun Sep 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-1
70- new upstream release
71
72* Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.0-1
73- new upstream release
74- added BuildRequires: libsigc++-devel
75
76* Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.4-1
77- new upstream release
78
79* Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.0-1
80- new upstream release
81
82* Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.6-0vl1
83- new upstream release
84
85* Sun Aug 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.4-0vl13
86- new upstream release
87
88* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-1vl2
89- rebuild with new environment/toolchain
90
91* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.4-1vl1
92- initial build for Vine Linux
93
94* Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
95- New release
96
97* Sat Oct 14 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.2-1
98- New upstream release
99
100* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-4
101- Bumped release for make tag
102
103* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-3
104- Bumped release for mass rebuild
105
106* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-2
107- Bumped release for make tag
108
109* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-1
110- New upstream release
111- Updated summary and description
112
113* Thu Aug  3 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.1.10-1
114- First release for cairo 1.2
115- Adjusted cairo dependencies for new version
116- Docs were in html, moved to reference/html
117
118* Sun Apr  9 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.6.0-1
119- New upstream version should fix the upstream issues like AUTHORS and README
120- Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
121- Replaced makeinstall
122- Fixed devel package description
123- Modified includedir syntax
124- docs included via the mv in install and in the devel files as html dir
125
126* Sun Mar  5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-10
127- Removed duplicate Group tag in devel
128- Disabled docs till they're fixed upstream
129
130* Sun Mar  5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-9
131- Removed requires since BuildRequires is present
132- Cleaned up Source tag
133
134* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-7
135- Fixed URL and SOURCE tags
136- Fixed header include directory
137
138* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-6
139- Fixed URL tag
140
141* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-5
142- Remove epoch 'leftovers'
143
144* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-4
145- Cleanup for FE
146
147* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-3
148- Added pre-release alphatag
149
150* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-2
151- Updated to current cairomm CVS
152- Added documentation to devel package
153
154* Fri Feb 03 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-1
155- Updated to current cairomm CVS
156
157* Fri Jan 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.4.0-1
158- Initial creation from papyrus.spec.in
159
Note: See TracBrowser for help on using the repository browser.