source: projects/specs/branches/6/c/cairomm/cairomm-vl.spec @ 2465

Revision 2465, 5.1 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

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