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

Revision 2041, 5.0 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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