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

Revision 12455, 1.3 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

appstream-data-7-1

appstream-0.12.11-2

Line 
1Summary:        AppStream metadata of Vine Linux packages
2Summary(ja):    Vine LinuxパッケージのAppStreamメタデータ
3Name:           appstream-data
4Version:        7
5Release:        1%{?_dist_release}
6Group:          system
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        GPL2
11Source0:        appstream-main.xml.gz
12Source1:        appstream-icons-main.tar.gz
13Source2:        appstream-plus.xml.gz
14Source3:        appstream-icons-plus.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%files
43%defattr(-,root,root)
44%dir %{_datadir}/app-info
45%dir %{_datadir}/app-info/icons
46%dir %{_datadir}/app-info/icons/*
47%dir %{_datadir}/app-info/icons/*/*
48%{_datadir}/app-info/icons/*/*/*png
49%dir %{_datadir}/app-info/xmls
50%attr(0644,root,root) %{_datadir}/app-info/xmls/*
51
52
53%changelog
54* Sat Aug 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-1
55- initial build.
Note: See TracBrowser for help on using the repository browser.