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

Revision 4616, 5.2 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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