]> git.pld-linux.org Git - packages/Hermes.git/commitdiff
- 1.3.3, updated automake patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Apr 2003 17:26:21 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Hermes-automake.patch -> 1.4
    Hermes.spec -> 1.45

Hermes-automake.patch
Hermes.spec

index 0f16e2326e30655ec91d9872cfd535d98a35427a..d498df40dd81019191466cf73077011b578109bd 100644 (file)
@@ -1,24 +1,22 @@
 --- 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,8 @@
- AC_PROG_CC
+@@ -45,6 +45,7 @@
  AC_PROG_CPP
  AC_PROG_MAKE_SET
--AC_PROG_LIBTOOL
-+AM_PROG_LIBTOOL
+ AC_PROG_LIBTOOL
 +AM_PROG_AS
  
  dnl ---------------------------------------------------------------------
  dnl Check for command line arguments
---- Hermes-1.3.2/src/Makefile.am.wiget Thu Jan 23 20:25:36 2003
-+++ Hermes-1.3.2/src/Makefile.am       Thu Jan 23 20:25:50 2003
+--- Hermes-1.3.3/src/Makefile.am.wiget Thu Jan 23 20:25:36 2003
++++ Hermes-1.3.3/src/Makefile.am       Thu Jan 23 20:25:50 2003
 @@ -25,11 +25,6 @@
  ##    nasm -o $@ -f elf $<
  ##    cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
  
 -SUFFIXES = .S
 -
--.S.lo:
+-.S.o:
 -      gcc -c -o $@ $<
 -      cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
  
index 58ac6ae2475366831628b82aa4b30c8dbc930b76..722a8b718a1fe1c7b3260e5949cee0b23fcc210e 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       HERMES pixel format conversion library
 Summary(pl):   HERMES - biblioteka konwersji grafiki rastrowej
 Name:          Hermes
-Version:       1.3.2
-Release:       5
+Version:       1.3.3
+Release:       1
 License:       LGPL
 Group:         Libraries
-Source0:       http://dark.x.dtu.dk/~mbn/clanlib/download/%{name}-%{version}.tar.gz
+Source0:       http://www.clanlib.org/~sphair/download/hermes/1.3/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-automake.patch
-URL:           http://hermes.terminal.at/
+URL:           http://www.clanlib.org/hermes/
 BuildRequires: automake
 BuildRequires: autoconf
 BuildRequires: libtool
@@ -24,8 +24,8 @@ surface clearing, stretching and some dithering.
 
 %description -l pl
 HERMES jest bibliotek± do konwersji miêdzy ró¿nymi formatami buforów
-pixeli z maksymaln± mo¿liw± szybko¶ci±. Na procesorach x86 z
-architektur± MMX wstawki assemblerowe umo¿liwiaj± bibliotece du¿±
+pikseli z maksymaln± mo¿liw± szybko¶ci±. Na procesorach x86 z
+architektur± MMX wstawki asemblerowe umo¿liwiaj± bibliotece du¿±
 szybko¶æ dzia³ania. HERMES umo¿liwia wype³nianie powierzchni,
 skalowanie i czê¶ciowo dithering.
 
@@ -39,7 +39,7 @@ Requires:     %{name} = %{version}
 Header files and documentation for developing applications using
 HERMES library.
 
-%description -l pl devel
+%description devel -l pl
 Pliki nag³ówkowe i dokumentacja potrzebne przy tworzeniu aplikacji
 u¿ywaj±cych biblioteki HERMES.
 
@@ -52,7 +52,7 @@ Requires:     %{name}-devel = %{version}
 %description static
 HERMES static library.
 
-%description -l pl static
+%description static -l pl
 Biblioteka statyczna HERMES.
 
 %prep
@@ -82,11 +82,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog FAQ NEWS README TODO*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog TODO TODO.conversion README FAQ docs/api
+%doc docs/api
 %{_includedir}/Hermes
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
This page took 0.128832 seconds and 4 git commands to generate.