source: projects/specs/trunk/a/apt-listchanges/apt-listchanges-vl.spec @ 521

Revision 521, 6.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name: apt-listchanges
2Version: 1.49
3Release: 9%{?_dist_release}
4Summary: Display new changelog entries from RPM packages
5URL: http://packages.debian.org/unstable/utils/apt-listchanges.html
6Source0: http://ftp.debian.org/debian/dists/woody/main/source/utils/%{name}_%{version}.tar.gz
7Source1: %{name}.1
8Source2: %{name}.conf
9Source3: 20listchanges
10Source4: apt-listchanges-ja.po
11Patch0: %{name}-%{version}-rpm.patch
12Patch1: %{name}-%{version}-pager.patch
13Patch2: %{name}-%{version}-noconfirm.patch
14Patch3: %{name}-vine.patch
15License: GPL
16Group: Applications/Administration
17PreReq: grep, textutils
18Requires: perl >= 5.6, perl-gettext, rpmver, apt >= 0.5.4.cnc.9
19BuildPreReq: gettext
20BuildArchitectures: noarch
21BuildRoot: %{_tmppath}/%{name}-%{version}-root
22
23%description
24apt-listchanges is a tool to show what has been changed in a new version
25of a package, as compared to the version currently installed on the system.
26It does this by extracting the relevant entries from the changelog found
27in the package specfile.
28
29It can be run on several .rpm archives at a time to get a list of all of the
30changes that would be effected by installing or upgrading a group of packages.
31
32%prep
33%setup -q
34%patch0 -p1
35%patch1 -p1
36mv %{name}.in %{name}
37%patch2 -p0
38%patch3 -p0
39cp %{SOURCE4} po/ja.po
40
41%build
42cd po/
43/usr/bin/msgfmt --statistics -o ja.mo ja.po
44
45%install
46install -D -m755 %{name} %{buildroot}/%{_bindir}/%{name}
47install -D -m644 %{_sourcedir}/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
48install -D -m644 %{_sourcedir}/%{name}.conf %{buildroot}%{_sysconfdir}/apt/listchanges.conf
49install -D -m644 %{_sourcedir}/20listchanges %{buildroot}%{_sysconfdir}/apt/apt.conf.d/20listchanges
50install -D -m644 po/ja.mo %{buildroot}%{_datadir}/locale/ja/LC_MESSAGES/apt-listchanges.mo
51
52%clean
53rm -rf %{buildroot}
54
55%files
56%defattr(-,root,root)
57%doc TODO
58%config(noreplace) %{_sysconfdir}/apt/listchanges.conf
59%{_sysconfdir}/apt/apt.conf.d/20listchanges
60%{_bindir}/%{name}
61%{_mandir}/man1/%{name}.1*
62%{_datadir}/locale/ja/LC_MESSAGES/apt-listchanges.mo
63
64%changelog
65* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1.49-9vl5
66- applied new versioning policy
67
68* Fri Aug 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.49-8vl8
69- rebuilt with new apt
70- changed Group to Applications/Administration
71
72* Tue Oct  7 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.49-8vl7
73- rebuild to remove dependancy at i386
74
75* Thu Nov 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl6
76- fixed typo in 20listchanges
77
78* Thu Nov 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl5
79- fixed apt-listchange to work --apt option.
80- reverse 20listchange to use --apt option.
81
82* Thu Nov 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl4
83- modifie 20listchanges.
84
85* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl3
86- add ja.po for a few translation
87
88* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl2
89- modified apt.conf.d/20listchanges to do not use --apt option.
90  apt-listchanges rpm version does not work with the option. [FIXME]
91
92* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl1
93- build for Vine Linux
94- use /etc/apt/apt.conf.d/
95
96* Fri Jun 28 2002 Paulo CñÔar Pereira de Andrade <pcpa@conectiva.com.br>
97+ apt-listchanges-1.49-8cl
98- Command line option --noconfirm was being overriden by the configuration
99  file. Changed perl script file to only set the $confirm variable based on
100  the configuration file value if the variable is not yet initialized.
101
102* Thu Jun 27 2002 Paulo CñÔar Pereira de Andrade <pcpa@conectiva.com.br>
103+ apt-listchanges-1.49-7cl
104- Changed the configuration file option "apt-mode-confirm" from "yes" to "no".
105  Note that it will default to "no" in a new install, for upgrades the
106  configuration file will be created as /etc/apt/listchanges.conf.rpmnew.
107- The specfile was changed to call apt-listchanges with the --noconfirm
108  option.
109  Closes: #6083 (synaptic nåÐ deveria chamar apt-listchanges)
110
111* Fri Jun 14 2002 Claudio Matsuoka <claudio@conectiva.com>
112+ apt-listchanges-1.49-6cl
113- updated perl dependencies
114
115* Thu Jun 28 2001 Claudio Matsuoka <claudio@conectiva.com>
116+ apt-listchanges-1.49-5cl
117- don't use -x to test for a sensible pager (closes: #4014)
118
119* Fri Jun 22 2001 Claudio Matsuoka <claudio@conectiva.com>
120+ apt-listchanges-1.49-4cl
121- updated man page
122- changed references to .deb packages to .rpm packages (closes: #3836)
123
124* Wed Jun 13 2001 Claudio Matsuoka <claudio@conectiva.com>
125+ apt-listchanges-1.49-3cl
126- dependency workaround: added grep, textutils to the list of package
127  predependencies (closes: #3623)
128
129* Thu May 31 2001 Claudio Matsuoka <claudio@conectiva.com>
130+ apt-listchanges-1.49-2cl
131- new upstream release (closes: #3218, #3234)
132
133* Fri Dec 15 2000 Claudio Matsuoka <claudio@conectiva.com>
134+ apt-listchanges-1.15-2cl
135- forced epoch 0 when epoch is not set (for rpmver)
136
137* Wed Dec 13 2000 Claudio Matsuoka <claudio@conectiva.com>
138+ apt-listchanges-1.15-1cl
139- new upstream release: 1.15
140  * All interactive frontends now have the option of asking the user
141    whether or not to continue, in a way appropriate for the selected
142    frontend.  Right now, this is a simple text prompt for all of them.
143    (Closes: #78552)
144  * Configuration file moved to /etc/apt/listchanges.conf
145  * Renamed debconf variables to suit their actual use (which turned out
146    to be different from their intended one).  This will cause all
147    questions to get asked again, but since there is a new question to ask
148    anyway, nobody should mind too much.
149  * Some support for the new apt (0.4), which gives us a lot more information
150    in the pipeline in addition to the .deb filenames.  This means that we
151    won't have to read the status file anymore.  There is also a newer and
152    better way to configure our hook into apt, but we can't use it until
153    there is a new released version of apt to Depend on.
154- more descriptive configuration file
155- 'apt-mode-' removed from configuration variables
156- relaxed configuration variable regexp matching
157
158* Thu Dec  7 2000 Claudio Matsuoka <claudio@conectiva.com>
159+ apt-listchanges-1.14-4cl
160- fixed multiple package changelog bug
161- added header with package name and version
162- changed default frontend to newt
163
164* Wed Dec  6 2000 Claudio Matsuoka <claudio@conectiva.com>
165- added %%{_sysconfdir}/apt/apt.conf handling (from debian/postinst)
166- added perl-Newt dependency
167
168* Tue Dec  5 2000 Claudio Matsuoka <claudio@conectiva.com>
169- package created
Note: See TracBrowser for help on using the repository browser.