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
This commit is contained in:
parent
baa185ca79
commit
58f6cbad5c
@ -1,8 +1,7 @@
|
|||||||
Name: libsigc++20
|
Name: libsigc++20
|
||||||
Version: 2.0.6
|
Version: 2.0.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 0
|
Summary: Typesafe signal framework for C++
|
||||||
Summary: The Typesafe Signal Framework for C++
|
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -27,9 +26,9 @@ Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
|
|||||||
starting with version 1.1.2, uses %name.
|
starting with version 1.1.2, uses %name.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: development tools for the Typesafe Signal Framework for C++
|
Summary: Development tools for the typesafe signal framework for C++
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %name = %{epoch}:%version-%{release}
|
Requires: %name = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -68,8 +67,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/*.so.*
|
|
||||||
%doc AUTHORS README NEWS ChangeLog TODO
|
%doc AUTHORS README NEWS ChangeLog TODO
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user