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

Revision 9791, 5.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

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