source: projects/specs/trunk/r/rpmver/rpmver-vl.spec @ 12545

Revision 12545, 3.5 KB checked in by tomop, 3 years ago (diff)

rpm-4.16.1.2-1 and requirements

Line 
1Name:           rpmver
2Version:        2.1
3Release:        10%{?_dist_release}
4Summary:        RPM version comparing tool
5Summary(ja):    RPM バージョン比較ツール
6Group:          Applications/System
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        GPLv2
11Source0:        rpmver-%{version}.tar.bz2
12Patch1:         rpmver-2.1-rpm48.patch
13
14Buildroot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  popt-devel
16BuildRequires:  rpm-devel
17
18%description
19RPM version comparing tool which allows one to know how two given versions
20relate to each other.
21
22%description -l ja
23指定した2つのバージョンの関係を知ることができる RPM バージョン比較ツールです。
24
25
26%debug_package
27
28
29%prep
30%setup -q
31%patch1 -p1
32
33
34%build
35make CFLAGS="$RPM_OPT_FLAGS"
36
37
38%install
39rm -rf $RPM_BUILD_ROOT
40install -m755 -D rpmver $RPM_BUILD_ROOT%{_bindir}/%{name}
41
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46
47%files
48%defattr(-,root,root)
49%license LICENSE
50%{_bindir}/%{name}
51
52
53%changelog
54* Mon Feb 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1-10
55- rebuilt with current environment.
56
57* Fri Feb 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1-9
58- rebuilt on current VineSeed
59- changed BR: popt-devel instead of popt
60
61* Mon Sep 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-8
62- rebuild with rpm-4.10.0
63
64* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-7
65- rebuild with rpm-4.9.1.2
66
67* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> - 2.1-6
68- rebuilt with rpm-4.8.1-3
69
70* Sat Feb 13 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1-5
71- rebuilt with gcc-4.4.3-3 on ppc
72
73* Fri Feb  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1-4
74- rebuilt with rpm-4.8.0-3 (on ppc)
75
76* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-3
77- rebuild with rpm-4.8.0
78
79* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-2
80- spec in utf-8
81
82* Sat Jun 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1-1
83- applied new versioning policy
84- added %%clean section
85
86* Sat May 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1-0vl3
87- added LICENSE
88- changed Group to Applications/System
89
90* Fri Feb 03 2006 Shu KONNO <owa@bg.wakwak.com> 2.1-0vl2
91- rebuilt with rpm-4.4.2-0vl6 under i386 and x86_64 architecture
92
93* Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-0vl1
94- new upstream release
95- rebuild with rpm-4.4
96
97* Sat Oct  4 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0-1vl2
98- rebuild to remove dependancy at i386
99- add BuildRequires: popt-devel
100- add Japanese summary
101
102* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1vl1
103- build for Vine Linux
104
105* Wed Jul 10 2002 Gustavo Niemeyer <niemeyer@conectiva.com>
106+ rpmver-2.0-1cl
107- New upstream version.
108- Rewritten from the ground (closes: #6284, #6183).
109
110* Tue Nov 27 2001 Rodrigo Barbosa <rodrigob@bh.conectiva.com.br>
111+ rpmver-1.2.2-1cl
112- Minor cosmetics changes for consistency
113
114* Thu Nov 22 2001 Rodrigo Barbosa <rodrigob@bh.conectiva.com.br>
115+ rpmver-1.2.1-1cl
116- New version to compile against rpm 4.0.3
117
118* Sun Jul 08 2001 Rodrigo Barbosa <rodrigob@bh.conectiva.com.br>
119+ rpmver-1.2.0-2cl
120- Fixing typo on version message
121
122* Fri Mar 23 2001 Rodrigo Barbosa <rodrigob@conectiva.com>
123+ rpmver-1.2.0-1cl
124- Update to 1.2.0 (with RPM4 support)
125
126* Tue Dec 05 2000 Rodrigo Barbosa <rodrigob@conectiva.com>
127+ rpmver-1.1.1-1cl
128- Fixing specfile
129
130* Tue Dec 05 2000 Rodrigo Barbosa <rodrigob@conectiva.com>
131+ rpmver-1.1-1cl
132- Adding support for comparing Epoch too
133
134* Mon Dec 04 2000 Rodrigo Barbosa <rodrigob@conectiva.com>
135+ rpmver-1.0.1-1cl
136- Version release version
137
Note: See TracBrowser for help on using the repository browser.