]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
32976069e49a7c86d01d250f820e2e1dbb263bd8
[packages/automake.git] / automake.spec
1 Summary:     GNU automake - Makefile configuration tools
2 Summary(de): GNU automake - Makefile-Konfigurationstools
3 Summary(fr): automake de GNU - Outils de configuration des makefiles
4 Summary(pl): GNU Automake - generator plików Makefile
5 Summary(tr): Makefile yapýlandýrma araçlarý
6 Name:        automake
7 Version:     1.3b
8 Release:     1
9 Copyright:   GPL
10 Group:       Development/Building
11 Source:      ftp://ftp.cygnus.com/pub/tromey/%{name}-%{version}.tar.gz
12 Requires:    perl
13 Prereq:      /sbin/install-info
14 URL:         http://www.cygnus.com/~tromey/automake/
15 BuildArchitectures: noarch
16 Buildroot:   /tmp/%{name}-%{version}-root
17
18 %description
19 Automake is an experimental Makefile generator.  It was inspired by the
20 4.4BSD make and include files, but aims to be portable and to conform to the
21 GNU standards for Makefile variables and targets.
22
23 %description -l de
24 Automake ist ein experimenteller Makefile-Generator, inspiriert durch die
25 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und Konformität
26 mit den GNU-Standards für Makefile-Variable und Targets abzielt.
27
28 %description -l fr
29 automake est un générateur expérimental de makefiles. Il a été inspiré par
30 le make de BSD 4.4, mais se veut portable et conforme aux standards GNU pour
31 les variables et les cibles des makefiles.
32
33 %description -l pl
34 Automake jest eksperymentalnym generatorem plików Makefile'a. Narzêdzie to
35 jest wzorowane na make i plikach nag³ówków z systemu 4.4BSD. Umo¿liwia ono
36 generowanie plików Makefile w oderwaniu od platformy systemowej bêd±c
37 jednoce¶nie zgodnym ze standardami GNU.
38
39 %description -l tr
40 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
41 dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
42 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
43
44 %prep
45 %setup -q
46
47 %build
48 ./configure --prefix=/usr
49 make
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 make install prefix=$RPM_BUILD_ROOT/usr
54 gzip -9nf $RPM_BUILD_ROOT/usr/info/automake*
55
56 %post
57 /sbin/install-info /usr/info/automake.info.gz /usr/info/dir --entry \
58 "* automake: (automake).                                Making Makefile.in's"
59
60 %preun
61 /sbin/install-info --delete /usr/info/automake.info.gz /usr/info/dir --entry \
62 "* automake: (automake).                                Making Makefile.in's"
63
64 %files
65 %defattr(644, root, root, 755)
66 %doc AUTHORS ChangeLog NEWS README THANKS TODO
67 %attr(755, root, root) /usr/bin/*
68 /usr/info/automake*
69 %attr(-, root, root) /usr/share/*
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %changelog
75 * Sat Nov 21 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
76   [1.3b-1]
77 - changed base Source url,
78 - cosmetic changes in %post, %preun in {un}registering autoame info page,
79 - added URL.
80
81 * Sat Aug  1 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
82   [1.3-5]
83 - modified pl translation,
84 - added -q %setup parameter,
85 - removed INSTALL and COPING from %doc (copyright statment is in Copyright
86   field),
87 - Buildroot changed to /tmp/%%{name}-%%{version}-root,
88 - fixed %defattr macro,
89 - added using %%{name} and %%{version} macro in Source.
90
91 * Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
92   [1.3-4]
93 - added pl translation,
94 - build from non root's account,
95 - added %defattr support.
96
97 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
98 - translations modified for de, fr, tr
99
100 * Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
101 - updated to 1.3
102
103 * Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
104 - added BuildRoot; added aclocal files
105
106 * Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
107 - made it a noarch package
108
109 * Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
110 - Fixed some tag lines to conform to 5.0 guidelines.
111
112 * Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
113 - updated to 1.2
114
115 * Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
116 - first version (1.0)
This page took 0.03581 seconds and 2 git commands to generate.