source: projects/specs/trunk/a/appstream-data/appstream-data-vl.spec @ 12480

Revision 12480, 1.6 KB checked in by tomop, 4 years ago (diff)

updated 3 packages

appstream-data-7-3

firefox-78.2.0-1

thunderbird-68.12.0-1

Line 
1Summary:        AppStream metadata of Vine Linux packages
2Summary(ja):    Vine LinuxパッケージのAppStreamメタデータ
3Name:           appstream-data
4Version:        7
5Release:        3%{?_dist_release}
6Group:          system
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        GPL2
11Source0:        appstream-main.xml.gz
12Source1:        appstream-main-icons.tar.gz
13Source2:        appstream-plus.xml.gz
14Source3:        appstream-plus-icons.tar.gz
15
16BuildArch:      noarch
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18Requires:       appstream
19BuildRequires:  libappstream-glib
20
21%description
22 This package provides AppStream metadata of Vine Linux packages.
23
24
25%prep
26%setup -n %{name}-%{version} -c -T
27
28
29%build
30
31
32%install
33%{__rm} -rf %{buildroot}
34DESTDIR=%{buildroot} appstream-util install-origin vine-main %{SOURCE0} %{SOURCE1}
35DESTDIR=%{buildroot} appstream-util install-origin vine-plus %{SOURCE2} %{SOURCE3}
36
37
38%clean
39%{__rm} -rf %{buildroot}
40
41
42%posttrans
43/usr/bin/appstreamcli refresh >& /dev/null ||:
44
45
46%files
47%defattr(-,root,root)
48%dir %{_datadir}/app-info
49%dir %{_datadir}/app-info/icons
50%dir %{_datadir}/app-info/icons/*
51%dir %{_datadir}/app-info/icons/*/*
52%{_datadir}/app-info/icons/*/*/*png
53%dir %{_datadir}/app-info/xmls
54%attr(0644,root,root) %{_datadir}/app-info/xmls/*
55
56
57%changelog
58* Fri Aug 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-3
59- updated appstream data.
60
61* Thu Aug 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-2
62- updated appstream data.
63
64* Sat Aug 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-1
65- initial build.
Note: See TracBrowser for help on using the repository browser.