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

Revision 10501, 5.3 KB checked in by tomop, 8 years ago (diff)

libcddb-1.3.2-9

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