]> git.pld-linux.org Git - packages/aalib.git/commitdiff
- corected dependences in static "Requires: %%{name}-devel = %%{version}",
authorkloczek <kloczek@pld-linux.org>
Fri, 28 Aug 1998 22:46:52 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed "Prereq: /sbin/install-info" from static,
- aalib is now builded against libslang.so.1.

Changed files:
    aalib.spec -> 1.2

aalib.spec

index 23b0fc428b69365ffb9a74fb642934866f9f1da9..4aa7593b35be1df8e7038cf7a231bddfea356762 100644 (file)
@@ -1,7 +1,7 @@
 Summary:   An ASCII art GFX library
 Name:      aalib
 Version:   1.2
-Release:   5
+Release:   6
 Copyright: LGPL
 Group:     Libraries
 Source:    ftp://ftp.ta.jcu.cz/pub/aa/%{name}-%{version}.tar.gz
@@ -29,15 +29,14 @@ The header files for development of programs using the AAlib.
 %package   static
 Summary:   Static aalib library
 Group:     Libraries
-Requires:  aalib = %{version}
-Prereq:    /sbin/install-info
+Requires:  %{name}-devel = %{version}
 
 %description static
 Static aalib library.
 
 %package   progs
 Summary:   AA-lib tools
-Requires:  aalib = %{version}
+Requires:  %{name} = %{version}
 Group:     Utilities/Terminal
 
 %description progs
@@ -86,6 +85,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755, root, root) /usr/bin/*
 
 %changelog
+* Fri Aug 28 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [1.2-5]
+- corected dependences in static "Requires: %%{name}-devel = %%{version}",
+- removed "Prereq: /sbin/install-info" from static,
+- aalib is now builded against libslang.so.1.
+
 * Thu Jun 18 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.2-5]
 - recompiled on system without ncurses (only slang).
This page took 0.095502 seconds and 4 git commands to generate.