https://bugzilla.redhat.com/show_bug.cgi?id=998483



--- Comment #2 from Christopher Meng <[email protected]> ---
1. Leave a blank line:


%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package contains the development files for %{name}.

to


%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}

%description devel
This package contains the development files for %{name}.



2. 

%files devel
%dir %{_includedir}/granite/
%{_includedir}/granite/granite.h
%{_includedir}/granite/widgets-utils.h

to

%files devel
%{_includedir}/%{name}/


3.

Source0:       
https://launchpad.net/granite/0.2/0.2.2/+download/granite-%{version}.tar.gz

to

Source0:       
https://launchpad.net/granite/0.2/%{version}/+download/granite-%{version}.tar.gz

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pkutySlTtr&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to