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

Revision 8067, 5.0 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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