Remove no longer required AppData file
This commit is contained in:
parent
887b62464f
commit
d450c423de
31
avahi.spec
31
avahi.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: avahi
|
||||
Version: 0.6.31
|
||||
Release: 40%{?dist}
|
||||
Release: 41%{?dist}
|
||||
Summary: Local network service discovery
|
||||
License: LGPLv2+
|
||||
URL: http://avahi.org
|
||||
@ -447,31 +447,6 @@ rm -fv %{buildroot}%{buildroot}%{python3_sitelib}/avahi/*.py{c,o}
|
||||
rm -fv %{buildroot}%{_sysconfdir}/rc.d/init.d/avahi-daemon
|
||||
rm -fv %{buildroot}%{_sysconfdir}/rc.d/init.d/avahi-dnsconfd
|
||||
|
||||
# Merge applications into one software center item
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/bssh.appdata.xml <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||
<component type="desktop">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>bssh.desktop</id>
|
||||
<metadata>
|
||||
<value key="X-Merge-With-Parent">avahi-discover.desktop</value>
|
||||
</metadata>
|
||||
</component>
|
||||
EOF
|
||||
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/bvnc.appdata.xml <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||
<component type="desktop">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>bvnc.desktop</id>
|
||||
<metadata>
|
||||
<value key="X-Merge-With-Parent">avahi-discover.desktop</value>
|
||||
</metadata>
|
||||
</component>
|
||||
EOF
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%pre
|
||||
@ -614,7 +589,6 @@ exit 0
|
||||
%{_mandir}/man1/avahi-discover*
|
||||
%{_mandir}/man1/avahi-bookmarks*
|
||||
%{_datadir}/applications/b*.desktop
|
||||
%{_datadir}/appdata/*.appdata.xml
|
||||
%{_datadir}/applications/avahi-discover.desktop
|
||||
%{_datadir}/avahi/interfaces/
|
||||
%{python2_sitelib}/avahi_discover/
|
||||
@ -731,6 +705,9 @@ exit 0
|
||||
%{python3_sitelib}/avahi/
|
||||
|
||||
%changelog
|
||||
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 0.6.31-41
|
||||
- Remove no longer required AppData file
|
||||
|
||||
* Thu Sep 17 2015 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-40
|
||||
- non-existing homedir /var/lib/avahi-autoipd (#1173822)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user