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

Revision 8896, 5.3 KB checked in by kudoh, 10 years ago (diff)

new upstream release and rebuilt

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