SPECS: gtk+extra.spec - updated to 2.1.1

luzik luzik at pld-linux.org
Tue Nov 20 07:25:52 CET 2007


Author: luzik                        Date: Tue Nov 20 06:25:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.1.1

---- Files affected:
SPECS:
   gtk+extra.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/gtk+extra.spec
diff -u SPECS/gtk+extra.spec:1.11 SPECS/gtk+extra.spec:1.12
--- SPECS/gtk+extra.spec:1.11	Tue Feb 13 08:16:47 2007
+++ SPECS/gtk+extra.spec	Tue Nov 20 07:25:47 2007
@@ -2,28 +2,25 @@
 Summary:	A useful widget set complementary to GTK+
 Summary(pl.UTF-8):	Zbiór użytecznych widgetów uzupełniający GTK+
 Name:		gtk+extra
-Version:	0.99.17
-Release:	1
+Version:	2.1.1
+Release:	0.9
 License:	LGPL
 Group:		X11/Libraries
-Source0:	http://gtkextra.sourceforge.net/src/%{name}-%{version}.tar.gz
-# Source0-md5:	390e622c12a5c7f7845ee144ae13ab93
-Patch0:		%{name}-ac_am.patch
+Source0:	http://dl.sourceforge.net/scigraphica/%{name}-%{version}.tar.gz
+# Source0-md5:	1a933ca1286829383a0554cc2deb9e04
 URL:		http://gtkextra.sourceforge.net/
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	gtk+-devel >= 1.2.0
+BuildRequires:	gtk+-devel >= 2.0.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 gtk+extra is a useful widget set complementary to GTK+ for creating
 graphical interfaces for the X11 Window System. It is written in C and
-requires GTK+ version 1.2.x.
+requires GTK+ version 2.0.x.
 
 %description -l pl.UTF-8
 gtk+extra jest zbiorem pożytecznych widgetów uzupełniających GTK+,
 służących do tworzenia graficznych interfejsów w systemie X11 Window.
-Został napisany w C i wymaga biblioteki GTK+ w wersji 1.2.x.
+Został napisany w C i wymaga biblioteki GTK+ w wersji 2.0.x.
 
 %package devel
 Summary:	Header files and some docs for gtk+extra library
@@ -51,20 +48,16 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 %configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT \
-	m4datadir=%{_aclocaldir}
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -75,15 +68,14 @@
 %files
 %defattr(644,root,root,755)
 %doc README AUTHORS NEWS TODO docs/gtk*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libgtkextra-x11*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/gtkextra
-%{_aclocaldir}/*
+%attr(755,root,root) %{_libdir}/libgtkextra-x11*.so
+%{_libdir}/libgtkextra-x11*.la
+%{_includedir}/gtkextra*
+%{_pkgconfigdir}/*.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -95,7 +87,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.11  2007-02-13 07:16:47  glen
+Revision 1.12  2007-11-20 06:25:47  luzik
+- updated to 2.1.1
+
+Revision 1.11  2007/02/13 07:16:47  glen
 - tabs in preamble
 
 Revision 1.10  2007/02/12 00:48:55  baggins
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtk+extra.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list