]> git.pld-linux.org Git - packages/Hermes.git/commitdiff
- updated automake patch for am 1.5
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Oct 2001 22:27:49 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized, typo
- release 3

Changed files:
    Hermes-automake.patch -> 1.2
    Hermes.spec -> 1.29

Hermes-automake.patch
Hermes.spec

index e00f3c6189ec390e7e613698718aa40356115066..face4d2eb771c06c3ba053c1232dcec9636c16f3 100644 (file)
@@ -1,11 +1,12 @@
 --- Hermes-1.2.6/configure.in.wiget    Tue Nov 16 22:35:12 1999
 +++ Hermes-1.2.6/configure.in  Thu Dec  9 12:28:08 1999
-@@ -44,7 +44,7 @@
+@@ -44,7 +44,8 @@
  AC_PROG_CC
  AC_PROG_CPP
  AC_PROG_MAKE_SET
 -AC_PROG_LIBTOOL
 +AM_PROG_LIBTOOL
++AM_PROG_AS
  
  dnl ---------------------------------------------------------------------
  dnl Check for command line arguments
index 7e69b155c51db8ea27fd2ac0eba681f74f173bd5..ffa78f9ea4e4706379495db5cd19e2aabbd7904f 100644 (file)
@@ -2,13 +2,16 @@ Summary:      HERMES pixel format conversion library
 Summary(pl):   HERMES - biblioteka konwersji grafiki rastrowej
 Name:          Hermes
 Version:       1.3.2
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Libraries
 Group(de):     Libraries
 Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
+Group(pt_BR):  Bibliotecas
+Group(ru):     âÉÂÌÉÏÔÅËÉ
+Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       http://dark.x.dtu.dk/~mbn/clanlib/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-automake.patch
@@ -34,12 +37,16 @@ szybko
 skalowanie i czê¶ciowo dithering.
 
 %package devel
-Summary:       HERMES header files and docementation
+Summary:       HERMES header files and documentation
 Summary(pl):   Pliki nag³ówkowe i dokumentacja do biblioteki HERMES
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description devel
@@ -55,8 +62,12 @@ Summary:     HERMES static library
 Summary(pl):   Biblioteka statyczna HERMES
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -85,12 +96,12 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS ChangeLog TODO TODO.conversion README FAQ
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
This page took 0.10022 seconds and 4 git commands to generate.