source: projects/specs/trunk/a/appdata-tools/appdata-tools-vl.spec @ 8353

Revision 8353, 1.1 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1Summary:        A subset of AppStream
2Summary(ja):    AppStream のサブセット
3Name:           appdata-tools
4Version:        0.1.7
5Release:        1%{?_dist_release}
6License:        GPLv2+
7Group:          User Interface/Desktops
8URL:            http://people.freedesktop.org/~hughsient/appdata/
9
10Source:         http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  glib2-devel >= 2.14.0
15BuildRequires:  libsoup-devel
16BuildRequires:  gdk-pixbuf2-devel
17BuildRequires:  python-lxml
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23
24%description
25%{summary}
26
27
28%prep
29%setup -q
30
31%build
32%configure
33make %{?_smp_mflags}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make install DESTDIR=$RPM_BUILD_ROOT
38
39%find_lang %{name} --all-name --with-gnome
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44
45%files -f %{name}.lang
46%defattr(-,root,root,-)
47%{_bindir}/appdata-validate
48%{_datadir}/aclocal/appdata-xml.m4
49%{_datadir}/appdata/schema/
50%{_datadir}/emacs/site-lisp/site-start.d/appdata-rng-init.el
51
52
53%changelog
54* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.7-1
55- initial build
56
Note: See TracBrowser for help on using the repository browser.