]> git.pld-linux.org Git - packages/gtkmm.git/commitdiff
- removed gcc33 patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Aug 2003 18:47:46 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- force gcc 3.3.1 (to avoid buggy 3.3)
- separated -doc from -devel (over 10 times larger than the rest of -devel)

Changed files:
    gtkmm-gcc33.patch -> 1.2
    gtkmm.spec -> 1.60

gtkmm-gcc33.patch [deleted file]
gtkmm.spec

diff --git a/gtkmm-gcc33.patch b/gtkmm-gcc33.patch
deleted file mode 100644 (file)
index aa09b06..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -aurN gtkmm-2.2.3.orig/glib/glibmm/ustring.h gtkmm-2.2.3/glib/glibmm/ustring.h
---- gtkmm-2.2.3.orig/glib/glibmm/ustring.h     2003-04-21 00:40:43.000000000 +0200
-+++ gtkmm-2.2.3/glib/glibmm/ustring.h  2003-06-12 20:19:55.000000000 +0200
-@@ -520,7 +520,7 @@
- //! @}
--private:
-+public:
- #ifndef DOXYGEN_SHOULD_SKIP_THIS
-@@ -533,6 +533,7 @@
- #endif /* DOXYGEN_SHOULD_SKIP_THIS */
-+private:
-   std::string string_;
- };
index e4cd714836ead73d6b41b2dd1b85e479bebf73e0..fd0bdc6f8648043b783d9c795a9e758ff8b3b601 100644 (file)
@@ -9,17 +9,16 @@ Group:                X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.2/gtkmm-%{version}.tar.bz2
 # Source0-md5: 4db1d133eda1e9f507d023f0e5042809
 Patch0:                %{name}-link.patch
-Patch1:                %{name}-gcc33.patch
 URL:           http://gtkmm.sourceforge.net/
 BuildRequires: atk-devel >= 1.2.0
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: esound-devel
 BuildRequires: glib2-devel >= 2.2.1
 BuildRequires: gtk+2-devel >= 2.2.1
 BuildRequires: libsigc++-devel >= 1.2.1
-BuildRequires: libstdc++-devel
-BuildRequires: libtool
+BuildRequires: libstdc++-devel >= 5:3.3.1
+BuildRequires: libtool >= 2:1.4d-3
 BuildRequires: pango-devel >= 1.2.1
 BuildRequires: perl >= 5.6
 BuildRequires: pkgconfig
@@ -51,10 +50,8 @@ Summary(pl): Pliki nag
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}
 Requires:      %{name}-atk-devel = %{version}
-Requires:      %{name}-glib-devel = %{version}
 Requires:      %{name}-pango-devel = %{version}
 Requires:      gtk+2-devel >= 2.2.1
-Requires:      libsigc++-devel >= 1.2.1
 
 %description devel
 Header files and development documentation for GTK-- library.
@@ -62,6 +59,17 @@ Header files and development documentation for GTK-- library.
 %description devel -l pl
 Pliki nag³ówkowe i dokumentacja dla programistów do biblioteki GTK--.
 
+%package doc
+Summary:       Reference documentation and examples for GTK-- and GDK--
+Summary(pl):   Szczegó³owa dokumentacja i przyk³ady dla GTK-- i GDK--
+Group:         Documentation
+
+%description doc
+Reference documentation and examples for GTK-- and GDK--.
+
+%description doc -l pl
+Szczegó³owa dokumentacja i przyk³ady dla GTK-- i GDK--.
+
 %package static
 Summary:       GTK-- and GDK-- static libraries
 Summary(pl):   Biblioteki statyczne GTK-- i GDK--
@@ -130,6 +138,7 @@ Group:              X11/Development/Libraries
 Requires:      %{name}-glib-devel = %{version}
 Requires:      glib2-devel >= 2.2.1
 Requires:      libsigc++-devel >= 1.2.1
+Requires:      libstdc++-devel >= 5:3.3.1
 
 %description glib-devel
 A C++ interface for glib library - header files.
@@ -190,7 +199,6 @@ Interfejs C++ dla biblioteki pango - wersja statyczna.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -237,7 +245,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc installed-docs/*
 %attr(755,root,root) %{_libdir}/libg[dt]kmm*.so
 %{_libdir}/libg[dt]kmm*.la
 
@@ -250,6 +257,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_includedir}/gtkmm-2.0/g[dt]kmm*
 %{_pkgconfigdir}/g[dt]kmm*.pc
+
+%files doc
+%defattr(644,root,root,755)
+%doc installed-docs/*
 %{_examplesdir}/%{name}-%{version}
 
 %files static
This page took 0.08269 seconds and 4 git commands to generate.