source: projects/specs/trunk/lib/libc/libcddb/libcddb-vl.spec @ 12492

Revision 12492, 5.4 KB checked in by tomop, 4 years ago (diff)

updated 5 packages

glib2-2.66.0-1

gvfs-1.46.0-1

libcddb-1.3.2-10

libcdio-paranoia-10.2+2.0.1-1

libcdio-2.1.0-1

Line 
1Summary:        Library (C API) for accessing CDDB servers
2Name:           libcddb
3Version:        1.3.2
4Release:        10%{?_dist_release}
5Group:          system
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9License:        LGPLv2+
10URL:            http://libcddb.sourceforge.net/
11Source0:        https://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2
12Patch0:         libcddb-1.3.0-multilib.patch
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  pkgconfig
15BuildRequires:  libcdio-devel
16
17%description
18Libcddb is a library that implements the different protocols (CDDBP,
19HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
20
21
22%package devel
23Summary:        Development files for libcddb
24Group:          programming
25Requires:       %{name} = %{version}-%{release}
26Requires:       pkgconfig
27
28%description devel
29Libcddb is a library that implements the different protocols (CDDBP,
30HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
31This package contains development files (static libraries, headers)
32for libcddb.
33
34
35%debug_package
36
37
38%prep
39%setup -q
40%patch0 -p1
41iconv -f ISO_8859-1 -t UTF-8 THANKS > THANKS.tmp
42touch -r THANKS THANKS.tmp
43mv THANKS.tmp THANKS
44iconv -f ISO_8859-1 -t UTF-8 ChangeLog > ChangeLog.tmp
45touch -r ChangeLog ChangeLog.tmp
46mv ChangeLog.tmp ChangeLog
47
48
49%build
50%configure --disable-static
51# Don't use rpath!
52sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
53sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
54make %{?_smp_mflags}
55
56
57%install
58rm -rf $RPM_BUILD_ROOT
59make install DESTDIR=$RPM_BUILD_ROOT
60rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
61
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66
67%post -p /sbin/ldconfig
68%postun -p /sbin/ldconfig
69
70
71%files
72%defattr(-,root,root,-)
73%license COPYING
74%doc AUTHORS NEWS README THANKS ChangeLog TODO
75%{_libdir}/libcddb.so.*
76%{_bindir}/cddb_query
77
78%files devel
79%defattr(-,root,root,-)
80%{_libdir}/libcddb.so
81%{_includedir}/cddb
82%{_libdir}/pkgconfig/libcddb.pc
83
84
85%changelog
86* Mon Sep 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-10
87- rebuilt with libcdio-2.1.0.
88
89* Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-9
90- rebuilt with VineSeed environment.
91
92* Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-8
93- rebuild with VineSeed environment
94
95* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-7
96- rebuild with VineSeed environment
97
98* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-6
99- rebuild with rpm-4.8.1 for pkg-config file
100
101* Sat May 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.2-5
102- Initial build for Vine Linux
103
104* Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> 1.3.2-4
105- Rebuilt for new libcdio
106
107* Sun Jan 17 2010 Hans de Goede <hdegoede@redhat.com> - 1.3.2-3
108- Drop static lib (#556063)
109
110* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
111- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
112
113* Tue Apr  7 2009 Hans de Goede <hdegoede@redhat.com> 1.3.2-1
114- New upstream release 1.3.2
115
116* Mon Mar  9 2009 Hans de Goede <hdegoede@redhat.com> 1.3.1-1
117- New upstream release 1.3.1
118
119* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-7
120- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
121
122* Tue Jan 13 2009 Adrian Reber <adrian@lisas.de> 1.3.0-6
123- Rebuild for new libcdio
124
125* Tue Feb 19 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-5
126- Fix Source0 URL
127
128* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.0-4
129- Autorebuild for GCC 4.3
130
131* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-3
132- Fix multilib conflict in version.h (bz 341971)
133
134* Mon Aug 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-2
135- Update License tag for new Licensing Guidelines compliance
136
137* Fri Oct 27 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-1
138- New upstream release 1.3.0
139
140* Sun Oct  1 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.2-1
141- New upstream release 1.2.2
142
143* Sat Sep 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-5
144- Rebuild for new libcdio
145
146* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-4
147- FE6 Rebuild
148
149* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-3
150- Taking over as maintainer since Anvil has other priorities
151- Long long due rebuild with new gcc for FC-5, it seems this may have already
152  been done, since the last rebuild was of March 16 and the Rebuild Request
153  bug of March 19? Rebuilding anyway to be sure (bug 185873)
154
155* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 1.2.1-2.fc5
156- Rebuild
157
158* Tue Aug 23 2005 Dams <anvil[AT]livna.org> - 1.2.1
159- Updated to 1.2.1
160
161* Tue Jul 26 2005 Adrian Reber <adrian@lisas.de> - 1.2.0-3
162- Rebuild against new libcdio (again)
163
164* Tue Jul 26 2005 Dams <anvil[AT]livna.org> - 1.2.0-2
165- Rebuild against new libcdio
166
167* Tue Jul 26 2005 Dams <anvil[AT]livna.org> - 1.2.0-1
168- Updated to 1.2.0
169
170* Thu Jul 21 2005 Dams <anvil[AT]livna.org> - 1.1.0-1
171- Updated to 1.1.0
172
173* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0.2-2
174- rebuild on all arches
175
176* Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1.4
177- Rebuilt for FC4
178
179* Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1
180- Added libcdio and pkgconfig buildreq
181- Updated to 1.0.2
182- Fixed URL in Source0
183
184* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
185- rebuilt
186
187* Sat Jul  3 2004 Dams <anvil[AT]livna.org> 0:0.9.4-0.fdr.2
188- added missing scriptlets
189- Added URL in Source0
190- Added additionnal files as doc
191
192* Tue Mar  9 2004 Dams <anvil[AT]livna.org>
193- Initial build.
Note: See TracBrowser for help on using the repository browser.