]> git.pld-linux.org Git - packages/gtkimageview.git/blame - gtkimageview.spec
- pl
[packages/gtkimageview.git] / gtkimageview.spec
CommitLineData
f1426048 1Summary: A GTK+ widget providing zoomable and panable view of a GdkPixbuf
125477a1 2Summary(pl.UTF-8): Widget GTK+ z widokiem GdkPixBuf pozwalającym na powiększanie i przesuwanie
f1426048 3Name: gtkimageview
590e7aef 4Version: 1.6.4
f1426048
JK
5Release: 1
6License: LGPL v2.1
7Group: X11/Libraries
8#Source0: http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/%{name}-%{version}.tar.gz?format=raw
9Source0: %{name}-%{version}.tar.gz
590e7aef 10# Source0-md5: 501367b3f50e69a12208dc9c6ad00b18
f1426048
JK
11URL: http://trac.bjourne.webfactional.com/
12BuildRequires: autoconf >= 2.53
13BuildRequires: automake
590e7aef
MB
14BuildRequires: gnome-common
15BuildRequires: gtk+2-devel >= 2:2.10.0
16BuildRequires: gtk-doc >= 1.8
f1426048
JK
17BuildRequires: libtool
18BuildRequires: pkgconfig
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22GtkImageView is a widget that provides a zoomable and panable view of
23a GdkPixbuf. It is intended to be usable in most types of image
24viewing applications.
25
125477a1
JB
26%description -l pl.UTF-8
27GtkImageView to widget udostępniający widok GdkPixBuf z możliwością
28powiększania i przesuwania. Powstał z myślą o używaniu w większości
29rodzajów aplikacji do przeglądania grafiki.
30
f1426048
JK
31%package devel
32Summary: Header files for the GtkImageView widget
125477a1
JB
33Summary(pl.UTF-8): Pliki nagłówkowe widgetu GtkImageView
34Group: X11/Development/Libraries
f1426048
JK
35Requires: %{name} = %{version}-%{release}
36Requires: gtk+2-devel >= 2:2.10.0
37
38%description devel
39Header files for the GtkImageView widget.
40
125477a1
JB
41%description devel -l pl.UTF-8
42Pliki nagłówkowe widgetu GtkImageView.
43
f1426048
JK
44%package static
45Summary: Static library of the GtkImageView widget
125477a1
JB
46Summary(pl.UTF-8): Statyczna biblioteka widgetu GtkImageView
47Group: X11/Development/Libraries
f1426048
JK
48Requires: %{name}-devel = %{version}-%{release}
49
50%description static
125477a1
JB
51Static version of the GtkImageView widget library.
52
53%description static -l pl.UTF-8
54Statyczna wersja biblioteki widgetu GtkImageView.
f1426048
JK
55
56%package apidocs
57Summary: GTKImageView API documentation
58Summary(pl.UTF-8): Dokumentacja API GtkImageView
59Group: Documentation
60Requires: gtk-doc-common
61
62%description apidocs
63GtkImageView API documentation.
64
65%description apidocs -l pl.UTF-8
66Dokumentacja API GtkImageView.
67
f1426048
JK
68%prep
69%setup -q
70
71%build
590e7aef 72%{__gtkdocize}
f1426048
JK
73%{__libtoolize}
74%{__aclocal}
75%{__autoconf}
76%{__automake}
77%configure \
590e7aef
MB
78 --enable-gtk-doc \
79 --with-html-dir=%{_gtkdocdir}
f1426048
JK
80
81%{__make}
82
83%install
84rm -rf $RPM_BUILD_ROOT
f1426048
JK
85
86%{__make} install \
87 DESTDIR=$RPM_BUILD_ROOT
88
f1426048
JK
89%clean
90rm -rf $RPM_BUILD_ROOT
91
92%post -p /sbin/ldconfig
93%postun -p /sbin/ldconfig
94
95%files
96%defattr(644,root,root,755)
97%doc README
590e7aef
MB
98%attr(755,root,root) %{_libdir}/libgtkimageview.so.*.*.*
99%attr(755,root,root) %ghost %{_libdir}/libgtkimageview.so.0
f1426048
JK
100
101%files devel
102%defattr(644,root,root,755)
590e7aef
MB
103%attr(755,root,root) %{_libdir}/libgtkimageview.so
104%{_libdir}/libgtkimageview.la
105%{_pkgconfigdir}/gtkimageview.pc
f1426048
JK
106%{_includedir}/%{name}
107
108%files static
109%defattr(644,root,root,755)
590e7aef 110%{_libdir}/libgtkimageview.a
f1426048
JK
111
112%files apidocs
113%defattr(644,root,root,755)
590e7aef 114%{_gtkdocdir}/gtkimageview
This page took 0.12329 seconds and 4 git commands to generate.