]> git.pld-linux.org Git - packages/gal.git/commitdiff
- updated to 0.21
authorpascalek <pascalek@pld-linux.org>
Thu, 14 Nov 2002 09:13:45 +0000 (09:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gal-am15.patch -> 1.4
    gal.spec -> 1.44

gal-am15.patch
gal.spec

index 28c37c6831671a569128736797e40686dbdc3f91..dd7e3e6943f171bd62eb18cac1fcd47d89a15345 100644 (file)
@@ -8,19 +8,6 @@ diff -ur gal-0.19.2.orig/gal/e-table/Makefile.am gal-0.19.2/gal/e-table/Makefile
 -#      sample.table           \
 +#      sample.table           
 Only in gal-0.19.2/gal/e-table: Makefile.am~
-diff -ur gal-0.19.2.orig/gal/e-text/Makefile.am gal-0.19.2/gal/e-text/Makefile.am
---- gal-0.19.2.orig/gal/e-text/Makefile.am     Wed Oct 24 06:42:09 2001
-+++ gal-0.19.2/gal/e-text/Makefile.am  Sat May 18 08:52:37 2002
-@@ -39,7 +39,7 @@
- #     e-text-model-test \
- #
- #     e-text-test     \
--#     e-entry-test    \
-+#     e-entry-test    
-Only in gal-0.19.2/gal/e-text: Makefile.am~
 diff -ur gal-0.19.2.orig/tests/Makefile.am gal-0.19.2/tests/Makefile.am
 --- gal-0.19.2.orig/tests/Makefile.am  Tue Oct  2 16:19:39 2001
 +++ gal-0.19.2/tests/Makefile.am       Sat May 18 08:54:05 2002
index 4e6c38e265435029040b9c29ffa40ac4cbff868a..246a1ce321f248a4737325e3c400c4bdbb778e66 100644 (file)
--- a/gal.spec
+++ b/gal.spec
@@ -4,16 +4,15 @@ Summary(pt_BR):       G App Libs: Biblioteca para uso em aplicativos GNOME
 Summary(ru):   âÉÂÌÉÏÔÅËÁ ÄÌÑ ÓÏÓÔÁ×ÎÙÈ ÄÏËÕÍÅÎÔÏ× × GNOME
 Summary(uk):   â¦Â̦ÏÔÅËÁ ÄÌÑ ËÏÍÐÏÎÅÎÔÎÉÈ ÄÏËÕÍÅÎԦננGNOME
 Name:          gal
-Version:       0.19.3
-Release:       3
+Version:       0.21
+Release:       1
 Epoch:         1
 License:       LGPL
 Group:         X11/Libraries
-Source0:       ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gal/%{name}-%{version}.tar.bz2
+Source0:       ftp://ftp.gnome.org/mirror/gnome.org/sources/gal/%{version}/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-no_version.patch
 Patch1:                %{name}-no_macros_in_AC_OUTPUT.patch
 Patch2:                %{name}-am15.patch
-Patch3:                %{name}-remove_duplicates_from_AC_CONFIG_FILES.patch
 BuildRequires: automake
 BuildRequires: autoconf
 BuildRequires: gettext-devel
@@ -23,9 +22,11 @@ BuildRequires:       gnome-vfs-devel
 BuildRequires: gtk+-devel
 BuildRequires: intltool
 BuildRequires: libglade-devel >= 0.13
+BuildRequires: libglade-gnome-devel >= 0.13
 BuildRequires: libtool
 BuildRequires: libunicode-devel
 BuildRequires: libxml-devel
+BuildRequires: gdk-pixbuf-gnome-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libgal19
 
@@ -110,9 +111,8 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
@@ -133,7 +133,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
+%find_lang %{name} --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -145,9 +145,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_datadir}/etable
-%dir %{_datadir}/gal
-%{_datadir}/gal/glade
-%{_pixmapsdir}/gal
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/glade
+%{_datadir}/%{name}/html
+%{_datadir}/%{name}/%{version}/pixmaps
 
 %files devel
 %defattr(644,root,root,755)
@@ -155,7 +156,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/*.sh
 %attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/gal
+%{_includedir}/%{name}
 
 %files static
 %defattr(644,root,root,755)
This page took 0.091065 seconds and 4 git commands to generate.