Mass letter "l" update, one or more apply :

- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs
epel8
Matthias Saou 20 years ago
parent 522386dbf8
commit dd5fccf601

@ -1,13 +1,12 @@
Summary: A library (C API) for accessing a CDDB server Summary: Library (C API) for accessing CDDB servers
Name: libcddb Name: libcddb
Version: 0.9.4 Version: 0.9.4
Release: 2 Release: 2
Epoch: 0 License: LGPL
License: LGPL Group: System Environment/Libraries
Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/
URL: http://libcddb.sourceforge.net/ Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz
Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
%description %description
Libcddb is a library that implements the different protocols (CDDBP, Libcddb is a library that implements the different protocols (CDDBP,
@ -16,7 +15,7 @@ HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
%package devel %package devel
Summary: Development files for libcddb Summary: Development files for libcddb
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
Libcddb is a library that implements the different protocols (CDDBP, Libcddb is a library that implements the different protocols (CDDBP,
@ -24,18 +23,15 @@ HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
This package contains development files (static libraries, headers) This package contains development files (static libraries, headers)
for libcddb. for libcddb.
# -----------------------------------------------------------------------------
%prep %prep
%setup -q %setup -q
# -----------------------------------------------------------------------------
%build %build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
# -----------------------------------------------------------------------------
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -43,16 +39,15 @@ rm -rf $RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
# -----------------------------------------------------------------------------
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
# -----------------------------------------------------------------------------
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO %doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO
@ -66,7 +61,6 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/cddb %{_includedir}/cddb
%{_libdir}/pkgconfig/libcddb.pc %{_libdir}/pkgconfig/libcddb.pc
# -----------------------------------------------------------------------------
%changelog %changelog
* Sat Jul 3 2004 Dams <anvil[AT]livna.org> 0:0.9.4-0.fdr.2 * Sat Jul 3 2004 Dams <anvil[AT]livna.org> 0:0.9.4-0.fdr.2

Loading…
Cancel
Save