]> git.pld-linux.org Git - packages/aptitude.git/blob - aptitude.spec
495898b2c1e00e1ff8b827661895df5c aptitude-make.patch
[packages/aptitude.git] / aptitude.spec
1 Summary:        curses-based apt frontend
2 Summary(pt_BR):Interface curses para o apt
3 Summary(es):    Curses-based apt frontend
4 Name:           aptitude
5 Version:        0.0.7.15
6 Release:        1
7 URL:            http://www.debian.org/Packages/unstable/admin/aptitude.html
8 Source0:        http://ftp.debian.org/debian/pool/main/a/aptitude/%{name}_%{version}.orig.tar.gz
9 Patch0:         aptitude-make.patch
10 License:        GPL
11 Group:          Applications/Archiving
12 BuildRequires:  gzip
13 BuildRequires:  apt-devel >= 0.3.19cnc36
14 BuildRequires:  ncurses-devel
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  gettext-devel
17 BuildRequires:  automake
18 BuildRequires:  autoconf
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description 
22 Aptitude is a curses-based apt frontend with a number of useful
23 extended features, including a mutt-like syntax for matching packages
24 in a flexible and extreme flexibility and customization.
25
26 Despite the version number, aptitude is quite usable; it does almost
27 everything that dselect and console-apt do, and has its own extra
28 features as well.
29
30 %description -l pl
31 Aptitute jest graficzn±, bazuj±c± na ncurses nak³adk± na narzêdzie
32 apt z wieloma ró¿nimi, u¿ytecznymi opcjami.
33
34 %description -l pt_BR
35 O Aptitude é uma interface curses para o apt com um número de
36 características úteis e avançadas, incluindo: uma sintaxe semelhante à
37 do mutt para casamento de padrões em pacotes, de uma forma flexível e
38 personalizável.
39
40 %description -l es
41 Aptitude is a curses-based apt frontend with a number of useful
42 extended features, including: a mutt-like syntax for matching packages
43 in a flexible and extreme flexibility and customization.
44
45 %prep
46 %setup -q -n %{name}-%{version}
47 %patch -p1
48
49 %build
50 automake -a -c
51 aclocal
52 autoheader
53 autoconf
54 %configure
55 %{__make}
56
57 gzip AUTHORS INSTALL NEWS COPYING README TODO %{name}-hackers-guide.txt
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61 rm -rf %{buildroot}
62 install -d %{buildroot}%{_localstatedir}/lib/%{name}/
63 install -D -m755 src/%{name} %{buildroot}/%{_bindir}/%{name}
64 install -D help.txt %{buildroot}%{_datadir}/%{name}/help.txt
65 install -D %{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
66 (cd po;make install prefix=%{buildroot}/%{_prefix})
67 %find_lang %{name}
68
69 %clean
70 rm -rf %{buildroot}
71
72 %files
73 %defattr(644,root,root,755)
74 %attr(755,root,root) %{_bindir}/%{name}
75 %{_mandir}/man1/%{name}.1*
76 %{_datadir}/%{name}/help.txt
77 %{_localstatedir}/lib/%{name}
78 %doc AUTHORS.gz INSTALL.gz NEWS.gz COPYING.gz
79 %doc README.gz TODO.gz %{name}-hackers-guide.txt.gz
This page took 0.032332 seconds and 3 git commands to generate.