]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
This commit was manufactured by cvs2git to create branch 'unlabeled-1.4.6'.
authorcvs2git <feedback@pld-linux.org>
Thu, 15 Aug 2002 23:47:14 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2002-08-15 23:47:14 UTC wolf <wolf@pld-linux.org> '- fixed pkglibdir'
Delete:
    GConf2-am.patch
    GConf2.spec

GConf2-am.patch [deleted file]
GConf2.spec [deleted file]

diff --git a/GConf2-am.patch b/GConf2-am.patch
deleted file mode 100644 (file)
index 78edd2f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN GConf-1.1.9.org/backends/Makefile.am GConf-1.1.9/backends/Makefile.am
---- GConf-1.1.9.org/backends/Makefile.am       Fri Apr 19 00:22:29 2002
-+++ GConf-1.1.9/backends/Makefile.am   Fri Apr 19 00:35:32 2002
-@@ -32,7 +32,8 @@
- libgconfbackend_bdb_la_LDFLAGS = -avoid-version -module
- libgconfbackend_bdb_la_LIBADD = $(DEPENDENT_LIBS) $(BDB_LIBS)
--noinst_PROGRAMS = xml-test
-+#noinst_PROGRAMS = xml-test
-+
-+#xml_test_SOURCES= $(libgconfbackend_xml_la_SOURCES) xml-test.c
-+#xml_test_LDADD = $(DEPENDENT_WITH_XML_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la
--xml_test_SOURCES= $(libgconfbackend_xml_la_SOURCES) xml-test.c
--xml_test_LDADD = $(DEPENDENT_WITH_XML_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la
diff --git a/GConf2.spec b/GConf2.spec
deleted file mode 100644 (file)
index 2446c98..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-Summary:       GNOME2 configuration database system
-Summary(pl):   System konfiguracyjnej bazy danych dla GNOME2
-Summary(pt_BR):        Sistema de Configuração do GNOME2
-Name:          GConf2
-Version:       1.2.1
-Release:       1
-License:       LGPL
-Group:         X11/Applications
-Source0:       ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/GConf/GConf-%{version}.tar.bz2
-Patch0:                %{name}-NO_MAJOR_VERSION.patch
-Patch1:                %{name}-am.patch
-URL:           http://www.gnome.org/
-BuildRequires: ORBit2-devel
-BuildRequires: bonobo-activation-devel >= 1.0.3
-#BuildRequires:        db3-devel
-BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel >= 2.0.6
-BuildRequires: glib2-devel >= 2.0.6
-BuildRequires: libxml2-devel
-BuildRequires: pkgconfig
-BuildRequires: popt-devel
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Obsoletes:     libGConf2
-
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-%define                _sysconfdir     /etc/X11/GNOME2
-%define                _gtkdocdir      %{_defaultdocdir}/gtk-doc/html
-
-%description
-GConf2 is a configuration database system, functionally similar to the
-Windows registry but lots better. :-) It's being written for the
-GNOME2 desktop but does not require GNOME2; configure should notice if
-GNOME2 is not installed and compile the basic GConf2 library anyway.
-
-%description -l pl
-GConf2 jest systemem konfiguracyjnej bazy danych, funkcjonalnie
-podobnej do rejestru Windows, ale o wiele lepszej :-). Jest pisana dla
-desktopu GNOME2, ale nie wymaga GNOME2; skrypt configure powinien
-wykryæ brak gnome i skompilowaæ tylko wersjê podstawow± GConf2.
-
-%description -l pt_BR
-Gconf2 é o sistema de banco de dados de configuração do GNOME2.
-
-%package devel
-Summary:       GConf2 includes, etc
-Summary(pl):   Pliki nag³ówkowe GConf2
-Summary(pt_BR):        Sistema de Configuração do GNOME2 - arquivos para desenvolvimento
-Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}
-Requires:      ORBit2-devel
-Requires:      bonobo-activation-devel
-Requires:      gtk-doc-common
-Requires:      libxml2-devel
-Obsoletes:     libGConf2-devel
-
-%description devel
-GConf2 includes etc.
-
-%description devel -l pl
-Pliki nag³ówkowe GConf2.
-
-%description devel -l pt_BR
-Sistema de Configuração do GNOME2 - arquivos para desenvolvimento.
-
-%package static
-Summary:       GConf2 static libraries
-Summary(pl):   Biblioteki statyczne GConf2
-Summary(pt_BR):        Bibliotecas estáticas para desenvolvimento com gconf2
-Group:         X11/Development/Libraries
-Requires:      %{name}-devel = %{version}
-
-%description static
-GConf2 static libraries.
-
-%description static -l pl
-Biblioteki statyczne GConf2.
-
-%description static -l pt_BR
-Bibliotecas estáticas para desenvolvimento com gconf
-
-%prep
-%setup -q -n GConf-%{version}
-%patch0 -p1
-%patch1 -p1
-
-%build
-rm -f missing acinclude.m4
-%{__libtoolize}
-aclocal
-%{__autoconf}
-%{__automake}
-%configure \
-       --enable-gtk-doc \
-       --with-html-dir=%{_gtkdocdir}
-
-%{__make}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_aclocaldir},%{_sysconfdir}/gconf/schemas}
-install gconf.m4 $RPM_BUILD_ROOT%{_aclocaldir}/gconf-2.m4
-
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       pkgconfigdir=%{_pkgconfigdir} \
-       HTML_DIR=%{_gtkdocdir} 
-       
-%find_lang %{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%files -f %{name}.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/gconf*
-%attr(755,root,root) %{_libdir}/gconf-sanity-check-2
-%attr(755,root,root) %{_libdir}/gconfd-2
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%dir %{_libdir}/GConf2
-%attr(755,root,root) %{_libdir}/GConf2/lib*.so
-%{_sysconfdir}/gconf
-
-%files devel
-%defattr(644,root,root,755)
-# outdated and almost empty
-#doc NEWS
-%doc AUTHORS ChangeLog TODO README
-%attr(755,root,root) %{_libdir}/lib*.??
-%attr(755,root,root) %{_libdir}/GConf2/lib*.la
-%doc %{_gtkdocdir}/gconf
-%{_includedir}/gconf2
-%{_aclocaldir}/*.m4
-%{_pkgconfigdir}/*.pc
-
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/GConf2/lib*.a
-%{_libdir}/lib*.a
This page took 0.126008 seconds and 4 git commands to generate.