0.6.32 (final)
This commit is contained in:
parent
f0af8ab5bc
commit
870dcf5521
7
.gitignore
vendored
7
.gitignore
vendored
@ -3,9 +3,4 @@
|
||||
/avahi-0.6.3?/
|
||||
*.src.rpm
|
||||
/avahi-0.6.31.tar.gz
|
||||
/avahi-0.6.32-rc.tar.gz
|
||||
/0001-update-translations.patch
|
||||
/0002-avahi-autoipd-only-consider-ARP-Probe-packets.patch
|
||||
/0003-Sets-the-translation-domain-of-builder.patch
|
||||
/0004-Sets-the-translation-domain-of-builder-python.patch
|
||||
/0005-Fix-Korean-translation-file-name.patch
|
||||
/avahi-0.6.32.tar.gz
|
||||
|
19
avahi.spec
19
avahi.spec
@ -16,11 +16,9 @@
|
||||
# trim changelog included in binary rpms
|
||||
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
||||
|
||||
%global beta rc
|
||||
|
||||
Name: avahi
|
||||
Version: 0.6.32
|
||||
Release: 0.7.%{beta}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Local network service discovery
|
||||
License: LGPLv2+
|
||||
URL: http://avahi.org
|
||||
@ -64,19 +62,12 @@ BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
|
||||
%if 0%{?beta:1}
|
||||
Source0: https://github.com/lathiat/%{name}/archive/%{version}-%{beta}.tar.gz#/%{name}-%{version}-%{beta}.tar.gz
|
||||
Source0: https://github.com/lathiat/avahi/archive/%{version}-%{beta}.tar.gz#/%{name}-%{version}-%{beta}.tar.gz
|
||||
%else
|
||||
Source0: http://avahi.org/download/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/lathiat/avahi/releases/download/v%{version}/avahi-%{version}.tar.gz
|
||||
%endif
|
||||
|
||||
## upstream patches
|
||||
# fyi: treated as additional sources in lookaside cache
|
||||
# generated from upstream git checkout via: git format-patch 0.6.32-rc
|
||||
Patch1: 0001-update-translations.patch
|
||||
Patch2: 0002-avahi-autoipd-only-consider-ARP-Probe-packets.patch
|
||||
Patch3: 0003-Sets-the-translation-domain-of-builder.patch
|
||||
Patch4: 0004-Sets-the-translation-domain-of-builder-python.patch
|
||||
Patch5: 0005-Fix-Korean-translation-file-name.patch
|
||||
|
||||
## downstream patches
|
||||
Patch100: avahi-0.6.30-mono-libdir.patch
|
||||
@ -670,7 +661,11 @@ exit 0
|
||||
# These are .py files only, so they don't go in lib64
|
||||
%{python3_sitelib}/avahi/
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.6.32-1
|
||||
- 0.6.32 (final)
|
||||
|
||||
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.6.32-0.7.rc
|
||||
- clean/simplify scriptlet deps (#1319207)
|
||||
|
||||
|
7
sources
7
sources
@ -1,6 +1 @@
|
||||
40781846af871d043c2ddfc4eb846a1d avahi-0.6.32-rc.tar.gz
|
||||
0933b1beb4465cd35106f7be1f121021 0001-update-translations.patch
|
||||
4707ea23bb29a5c50494c0aa572a6269 0002-avahi-autoipd-only-consider-ARP-Probe-packets.patch
|
||||
3fa7a27e97e5ccd32c228eab98cb1413 0003-Sets-the-translation-domain-of-builder.patch
|
||||
75e9637b9a51f6963cf6ef87041d3fde 0004-Sets-the-translation-domain-of-builder-python.patch
|
||||
67f0d1799d46c3c3b6ec36768fdcb760 0005-Fix-Korean-translation-file-name.patch
|
||||
22b5e705d3eabb31d26f2e1e7b074013 avahi-0.6.32.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user