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

Revision 521, 4.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:          Cairomm is the C++ API for the cairo graphics library
2Name:             cairomm
3Version:          1.8.2
4Release:          1%{?_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* Sun Sep 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-1
67- new upstream release
68
69* Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.0-1
70- new upstream release
71- added BuildRequires: libsigc++-devel
72
73* Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.4-1
74- new upstream release
75
76* Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.0-1
77- new upstream release
78
79* Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.6-0vl1
80- new upstream release
81
82* Sun Aug 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.4-0vl13
83- new upstream release
84
85* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-1vl2
86- rebuild with new environment/toolchain
87
88* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.4-1vl1
89- initial build for Vine Linux
90
91* Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
92- New release
93
94* Sat Oct 14 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.2-1
95- New upstream release
96
97* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-4
98- Bumped release for make tag
99
100* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-3
101- Bumped release for mass rebuild
102
103* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-2
104- Bumped release for make tag
105
106* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-1
107- New upstream release
108- Updated summary and description
109
110* Thu Aug  3 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.1.10-1
111- First release for cairo 1.2
112- Adjusted cairo dependencies for new version
113- Docs were in html, moved to reference/html
114
115* Sun Apr  9 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.6.0-1
116- New upstream version should fix the upstream issues like AUTHORS and README
117- Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
118- Replaced makeinstall
119- Fixed devel package description
120- Modified includedir syntax
121- docs included via the mv in install and in the devel files as html dir
122
123* Sun Mar  5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-10
124- Removed duplicate Group tag in devel
125- Disabled docs till they're fixed upstream
126
127* Sun Mar  5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-9
128- Removed requires since BuildRequires is present
129- Cleaned up Source tag
130
131* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-7
132- Fixed URL and SOURCE tags
133- Fixed header include directory
134
135* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-6
136- Fixed URL tag
137
138* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-5
139- Remove epoch 'leftovers'
140
141* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-4
142- Cleanup for FE
143
144* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-3
145- Added pre-release alphatag
146
147* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-2
148- Updated to current cairomm CVS
149- Added documentation to devel package
150
151* Fri Feb 03 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-1
152- Updated to current cairomm CVS
153
154* Fri Jan 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.4.0-1
155- Initial creation from papyrus.spec.in
156
Note: See TracBrowser for help on using the repository browser.