source: projects/specs/trunk/g/gtksourceview/gtksourceview-vl.spec @ 1984

Revision 1984, 3.6 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1%define gtk2_version 2.10.0
2%define libgnomeprint_version 2.18.0
3%define libxml2_version 2.6.0
4%define po_package gtksourceview-1.0
5
6Summary: A library for viewing source files
7Summary(ja): ソースファイルを閲覧するためのライブラリ
8Name: gtksourceview
9Version: 1.8.5
10Release: 3%{?_dist_release}
11License: LGPL
12Group: System Environment/Libraries
13URL: http://www.gnome.org/softwaremap/projects/gtksourceview/
14Source0: %{name}-%{version}.tar.bz2
15Patch0: use-gnu.patch
16
17BuildRoot: %{_tmppath}/%{name}-%{version}-root
18BuildRequires: libgnomeprint-devel >= %{libgnomeprint_version}
19BuildRequires: gnome-vfs2-devel
20BuildRequires: libxml2-devel >= %{libxml2_version}
21BuildRequires: gtk2-devel >= %{gtk2_version}
22
23%description
24A library for viewing source code files with.
25
26%description -l ja
27gtksourceview はソースコードファイルを閲覧するためのライブラリです。
28
29%package devel
30Summary: Files to compile applications that use gtksourceview
31Summary(ja): gtksourceview を使うアプリケーションの開発に必要なファイル集
32Group: Development/Libraries
33Requires: %name = %{version}
34Requires: gtk2-devel >= %{gtk2_version}
35Requires: libgnomeprint-devel >= %{libgnomeprint_version}
36Requires: libxml2-devel >= %{libxml2_version}
37
38%description devel
39gtksourceview-devel contains the files required to compile applications against the gtksourceview libraries.
40
41%prep
42%setup -q
43%patch0 -p1 -b .use-gnu
44
45%build
46%configure --disable-static
47
48make %{?_smp_mflags}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52%makeinstall
53
54#remove unwanted packages
55rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
56
57%find_lang %{po_package}
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post -p /sbin/ldconfig
63
64%postun -p /sbin/ldconfig
65
66%files -f %{po_package}.lang
67%defattr(-,root,root,-)
68%doc
69%{_datadir}/gtksourceview-1.0
70%{_libdir}/*.so.*
71
72%files devel
73%defattr(-,root,root,-)
74%{_includedir}/gtksourceview-1.0
75%{_datadir}/gtk-doc/html/gtksourceview
76%{_libdir}/pkgconfig/*.pc
77%{_libdir}/*.so
78
79%changelog
80* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.5-3
81- rebuilt with rpm-4.8.1 for pkg-config
82
83* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.5-2
84- spec in UTF-8
85- added Patch0 from Fedora
86
87* Sun Jun 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.5-1
88- apllied new versioning policy
89- added BuildRequires: libgnomeprint-devel
90
91* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.5-0vl1
92- new upstream release
93
94* Tue Sep 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.2-0vl1
95- new upstream release
96- add Requires: libxml2, libgnomeprint to -devel ([VineSeed:11724])
97
98* Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-0vl1
99- new upstream release
100
101* Mon Mar 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl1
102- new upstream release
103
104* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.7-0vl1
105- new upstream release
106
107* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.2-0vl1
108- new upstream release
109
110* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1
111- new upstream release
112
113* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-0vl1
114- new upstream version
115
116* Tue Nov 09 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-0vl1
117- new upstream release
118
119* Fri Oct 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0vl1
120- new upstream release
121
122* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
123- build for Vine Linux
124- add Japanese summary and descriptions
125
126* Tue Aug 26 2003 Jonathan Blandford <jrb@redhat.com>
127- new version
128
129* Mon Aug 25 2003 Jonathan Blandford <jrb@redhat.com>
130- try removing the libtool line
131
132* Fri Aug 22 2003 Jonathan Blandford <jrb@redhat.com>
133- Libtool fix
134
135* Fri Aug 15 2003 Jonathan Blandford <jrb@redhat.com>
136- Initial build.
137
138
Note: See TracBrowser for help on using the repository browser.