SPECS: gtkimageview.spec - updated to 1.6.4
megabajt
megabajt at pld-linux.org
Thu Apr 9 10:12:07 CEST 2009
Author: megabajt Date: Thu Apr 9 08:12:07 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.6.4
---- Files affected:
SPECS:
gtkimageview.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/gtkimageview.spec
diff -u SPECS/gtkimageview.spec:1.1 SPECS/gtkimageview.spec:1.2
--- SPECS/gtkimageview.spec:1.1 Tue Feb 17 15:35:15 2009
+++ SPECS/gtkimageview.spec Thu Apr 9 10:12:00 2009
@@ -1,17 +1,19 @@
# $Revision$, $Date$
Summary: A GTK+ widget providing zoomable and panable view of a GdkPixbuf
Name: gtkimageview
-Version: 1.6.3
+Version: 1.6.4
Release: 1
License: LGPL v2.1
Group: X11/Libraries
#Source0: http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/%{name}-%{version}.tar.gz?format=raw
Source0: %{name}-%{version}.tar.gz
-# Source0-md5: 9c241ecf36faeb750d42c5cbc1301bcf
+# Source0-md5: 501367b3f50e69a12208dc9c6ad00b18
URL: http://trac.bjourne.webfactional.com/
BuildRequires: autoconf >= 2.53
BuildRequires: automake
-BuildRequires: gtk+2-devel >= 1:2.6.0
+BuildRequires: gnome-common
+BuildRequires: gtk+2-devel >= 2:2.10.0
+BuildRequires: gtk-doc >= 1.8
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -50,30 +52,27 @@
%description apidocs -l pl.UTF-8
Dokumentacja API GtkImageView.
-
%prep
%setup -q
%build
+%{__gtkdocize}
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__automake}
%configure \
- \
+ --enable-gtk-doc \
+ --with-html-dir=%{_gtkdocdir}
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_docdir}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv $RPM_BUILD_ROOT%{_datadir}{,/doc}/gtk-doc
-rm $RPM_BUILD_ROOT%{_libdir}/lib*.so.?
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -83,22 +82,23 @@
%files
%defattr(644,root,root,755)
%doc README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libgtkimageview.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgtkimageview.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{_libdir}/libgtkimageview.so
+%{_libdir}/libgtkimageview.la
+%{_pkgconfigdir}/gtkimageview.pc
%{_includedir}/%{name}
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libgtkimageview.a
%files apidocs
%defattr(644,root,root,755)
-%{_gtkdocdir}/*
+%{_gtkdocdir}/gtkimageview
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -106,6 +106,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/04/09 08:12:00 megabajt
+- updated to 1.6.4
+
Revision 1.1 2009/02/17 14:35:15 jajcus
- new spec
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtkimageview.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list