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

Revision 521, 4.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           gtk+extra
2Version:        2.1.1
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}-%{version}.g_free.diff
12Patch1:         %{name}-%{version}-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
90
91%changelog
92* Fri Oct 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1.1-1
93- updated to 2.1.1 release
94- previous Vine packge was pretty old (version 0.99.17 for gtk+-1.x)
95- add Japanese summary and description
96
97* Mon Apr 07 2008 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-8
98  - Patch to fix BZ #431150
99
100* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.1-7
101  - Autorebuild for GCC 4.3
102
103* Fri Oct 19 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-6
104  - Update patch to fix BZ #339611
105
106* Tue Aug 21 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-5
107  - Licence tag clarification
108
109* Thu May  3 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-4
110  - Add patch to fix SF #1504169
111
112* Fri Sep  1 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-3
113  - FE6 rebuild
114
115* Mon Mar 13 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-2
116  - Rebuild for FE5
117
118* Wed Oct 5 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-1
119  - New version
120  - Revert to the official package.
121
122* Thu Sep 15 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 1.1.0-3
123  - BuildRequires is gtk2-devel, not gtk+-devel
124  - Add Requires gtk2-devel for package devel
125  - Exclude .la files
126  - Add a lot of documentation
127  - Move gtk*.ChangeLog in devel package
128  - Convert DOS format end-of-line to Unix-like format
129  - Contributions of Jose Pedro Oliveira <jpo[AT]di[DOT]uminho[DOT]pt>
130    Thanks to him.
131
132* Tue Sep 13 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 1.1.0-2
133  - Add french summary and description
134
135* Mon Sep 12 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 1.1.0-1
136  - New version
137
138* Fri Oct 29 2004 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0:0.99.17-0.fdr.2
139  - Add BuildRequires gtk+-devel
140
141* Wed Oct 27 2004 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0:0.99.17-0.fdr.1
142  - Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.