source: projects/specs/branches/6/a/apt-listchanges/apt-listchanges-vl.spec @ 5648

Revision 5648, 6.4 KB checked in by Takemikaduchi, 12 years ago (diff)

arpscan, aslookup, audacity, black-box, bookview, bumprace, gimp-help, js: new upstream release
libsrtp, gstreamer-filters: new package
others: rebuild

Line 
1Name: apt-listchanges
2Version: 1.49
3Release: 10%{?_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
17Requires(pre): grep, textutils
18Requires: perl >= 5.6, perl-gettext, rpmver, apt >= 0.5.4.cnc.9
19BuildRequires: gettext
20BuildArch: 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* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.49-10
66- rebuild with Vine6 environment
67
68* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1.49-9vl5
69- applied new versioning policy
70
71* Fri Aug 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.49-8vl8
72- rebuilt with new apt
73- changed Group to Applications/Administration
74
75* Tue Oct  7 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.49-8vl7
76- rebuild to remove dependancy at i386
77
78* Thu Nov 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl6
79- fixed typo in 20listchanges
80
81* Thu Nov 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl5
82- fixed apt-listchange to work --apt option.
83- reverse 20listchange to use --apt option.
84
85* Thu Nov 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl4
86- modifie 20listchanges.
87
88* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl3
89- add ja.po for a few translation
90
91* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl2
92- modified apt.conf.d/20listchanges to do not use --apt option.
93  apt-listchanges rpm version does not work with the option. [FIXME]
94
95* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.49-8vl1
96- build for Vine Linux
97- use /etc/apt/apt.conf.d/
98
99* Fri Jun 28 2002 Paulo CñÔar Pereira de Andrade <pcpa@conectiva.com.br>
100+ apt-listchanges-1.49-8cl
101- Command line option --noconfirm was being overriden by the configuration
102  file. Changed perl script file to only set the $confirm variable based on
103  the configuration file value if the variable is not yet initialized.
104
105* Thu Jun 27 2002 Paulo CñÔar Pereira de Andrade <pcpa@conectiva.com.br>
106+ apt-listchanges-1.49-7cl
107- Changed the configuration file option "apt-mode-confirm" from "yes" to "no".
108  Note that it will default to "no" in a new install, for upgrades the
109  configuration file will be created as /etc/apt/listchanges.conf.rpmnew.
110- The specfile was changed to call apt-listchanges with the --noconfirm
111  option.
112  Closes: #6083 (synaptic nåÐ deveria chamar apt-listchanges)
113
114* Fri Jun 14 2002 Claudio Matsuoka <claudio@conectiva.com>
115+ apt-listchanges-1.49-6cl
116- updated perl dependencies
117
118* Thu Jun 28 2001 Claudio Matsuoka <claudio@conectiva.com>
119+ apt-listchanges-1.49-5cl
120- don't use -x to test for a sensible pager (closes: #4014)
121
122* Fri Jun 22 2001 Claudio Matsuoka <claudio@conectiva.com>
123+ apt-listchanges-1.49-4cl
124- updated man page
125- changed references to .deb packages to .rpm packages (closes: #3836)
126
127* Wed Jun 13 2001 Claudio Matsuoka <claudio@conectiva.com>
128+ apt-listchanges-1.49-3cl
129- dependency workaround: added grep, textutils to the list of package
130  predependencies (closes: #3623)
131
132* Thu May 31 2001 Claudio Matsuoka <claudio@conectiva.com>
133+ apt-listchanges-1.49-2cl
134- new upstream release (closes: #3218, #3234)
135
136* Fri Dec 15 2000 Claudio Matsuoka <claudio@conectiva.com>
137+ apt-listchanges-1.15-2cl
138- forced epoch 0 when epoch is not set (for rpmver)
139
140* Wed Dec 13 2000 Claudio Matsuoka <claudio@conectiva.com>
141+ apt-listchanges-1.15-1cl
142- new upstream release: 1.15
143  * All interactive frontends now have the option of asking the user
144    whether or not to continue, in a way appropriate for the selected
145    frontend.  Right now, this is a simple text prompt for all of them.
146    (Closes: #78552)
147  * Configuration file moved to /etc/apt/listchanges.conf
148  * Renamed debconf variables to suit their actual use (which turned out
149    to be different from their intended one).  This will cause all
150    questions to get asked again, but since there is a new question to ask
151    anyway, nobody should mind too much.
152  * Some support for the new apt (0.4), which gives us a lot more information
153    in the pipeline in addition to the .deb filenames.  This means that we
154    won't have to read the status file anymore.  There is also a newer and
155    better way to configure our hook into apt, but we can't use it until
156    there is a new released version of apt to Depend on.
157- more descriptive configuration file
158- 'apt-mode-' removed from configuration variables
159- relaxed configuration variable regexp matching
160
161* Thu Dec  7 2000 Claudio Matsuoka <claudio@conectiva.com>
162+ apt-listchanges-1.14-4cl
163- fixed multiple package changelog bug
164- added header with package name and version
165- changed default frontend to newt
166
167* Wed Dec  6 2000 Claudio Matsuoka <claudio@conectiva.com>
168- added %%{_sysconfdir}/apt/apt.conf handling (from debian/postinst)
169- added perl-Newt dependency
170
171* Tue Dec  5 2000 Claudio Matsuoka <claudio@conectiva.com>
172- package created
Note: See TracBrowser for help on using the repository browser.