source: projects/specs/trunk/g/gtk+extra/gtk+extra-vl.spec @ 1901

Revision 1901, 4.2 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Name:           gtk+extra
2Version:        2.1.2
3Release:        1%{?_dist_release}
4Summary:        A library of gtk+-2.x extra widgets
5Summary(ja):    gtk+-2.x 用追加ウィジェット集
6
7Group:          System Environment/Libraries
8License:        GPLv2+
9URL:            http://gtkextra.sourceforge.net/
10Source:         http://dl.sf.net/scigraphica/gtk+extra-%{version}.tar.gz
11Patch:          %{name}-2.1.1.g_free.diff
12Patch1:         %{name}-2.1.1-deleterow.patch
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15BuildRequires:  gtk2-devel
16
17%description
18A library of dynamically linked gtk+ widgets including:
19GtkSheet, GtkPlot, and GtkIconList
20
21%description -l ja
22以下の gtk+ ウィジェットを収録したライブラリです:
23GtkSheet, GtkPlot, GtkIconList
24
25
26%package devel
27Summary:        library and header files for gtk+-2.x extra widgets
28Summary(ja):    gtk+-2.x 用追加ウィジェット集のライブラリとヘッダファイル
29Group:          Development/Libraries
30Requires:       %{name} = %{version}-%{release}
31Requires:       gtk2-devel
32
33%description devel
34The %{name}-devel package includes the static libraries, header files,
35and documentation for compiling programs that use gtk+extra widgets.
36
37%description devel -l ja
38%{name}-devel パッケージには、gtk+extra ウィジェットを使うプログラムを
39開発するために必要なインクルードファイル、スタティックライブラリ、
40ヘッダファイル、ドキュメントなどが収録されています。
41
42
43%prep
44%setup -q
45%{__chmod} a-x ChangeLog
46%{__sed} -i 's/\r//' docs/{gtk*.ChangeLog,HELP,README,TODO,VERSION}
47%{__sed} -i 's/\r//' docs/reference/*.html
48%{__sed} -i 's/\r//' docs/tutorial/{*.html,gtksheet/*.{c,html}}
49
50## %patch -p0
51## %patch1 -p1
52
53
54%build
55%configure
56make %{?_smp_mflags}
57
58
59%install
60rm -rf $RPM_BUILD_ROOT
61make install DESTDIR=$RPM_BUILD_ROOT
62
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67
68%post -p /sbin/ldconfig
69
70
71%postun -p /sbin/ldconfig
72
73
74%files
75%defattr(-,root,root,-)
76%doc AUTHORS ChangeLog COPYING README
77%{_libdir}/libgtkextra*.so.*
78
79
80%files devel
81%defattr(-,root,root,-)
82%doc docs/{gtk*.ChangeLog,COPYING,HELP,README,TODO,VERSION}
83%doc docs/reference/ docs/tutorial/
84%{_libdir}/*.a
85%exclude %{_libdir}/*.la
86%{_libdir}/*.so
87%{_libdir}/pkgconfig/*
88%{_includedir}/*
89%{_datadir}/gtk-doc/html/gtkextra/*
90
91
92%changelog
93* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.2-1
94- new upstream release
95- drop Patch0, Patch1
96
97* Fri Oct 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1.1-1
98- updated to 2.1.1 release
99- previous Vine packge was pretty old (version 0.99.17 for gtk+-1.x)
100- add Japanese summary and description
101
102* Mon Apr 07 2008 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-8
103  - Patch to fix BZ #431150
104
105* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.1-7
106  - Autorebuild for GCC 4.3
107
108* Fri Oct 19 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-6
109  - Update patch to fix BZ #339611
110
111* Tue Aug 21 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-5
112  - Licence tag clarification
113
114* Thu May  3 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-4
115  - Add patch to fix SF #1504169
116
117* Fri Sep  1 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-3
118  - FE6 rebuild
119
120* Mon Mar 13 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-2
121  - Rebuild for FE5
122
123* Wed Oct 5 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-1
124  - New version
125  - Revert to the official package.
126
127* Thu Sep 15 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 1.1.0-3
128  - BuildRequires is gtk2-devel, not gtk+-devel
129  - Add Requires gtk2-devel for package devel
130  - Exclude .la files
131  - Add a lot of documentation
132  - Move gtk*.ChangeLog in devel package
133  - Convert DOS format end-of-line to Unix-like format
134  - Contributions of Jose Pedro Oliveira <jpo[AT]di[DOT]uminho[DOT]pt>
135    Thanks to him.
136
137* Tue Sep 13 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 1.1.0-2
138  - Add french summary and description
139
140* Mon Sep 12 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 1.1.0-1
141  - New version
142
143* Fri Oct 29 2004 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0:0.99.17-0.fdr.2
144  - Add BuildRequires gtk+-devel
145
146* Wed Oct 27 2004 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0:0.99.17-0.fdr.1
147  - Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.