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

Revision 12491, 1.7 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

appstream-data-7-4

libid3tag-0.15.1b-6

openldap-2.4.53-1

p7zip-16.02-1

shotwell-0.30.10-1

unzip-6.0-6

Line 
1Summary:        AppStream metadata of Vine Linux packages
2Summary(ja):    Vine LinuxパッケージのAppStreamメタデータ
3Name:           appstream-data
4Version:        7
5Release:        4%{?_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* Sun Sep 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-4
59- updated appstream data.
60
61* Fri Aug 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-3
62- updated appstream data.
63
64* Thu Aug 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-2
65- updated appstream data.
66
67* Sat Aug 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-1
68- initial build.
Note: See TracBrowser for help on using the repository browser.