| Revision 8353,
1.1 KB
checked in by Takemikaduchi, 12 years ago
(diff) |
|
GNOME-3.12.0
|
| Rev | Line | |
|---|
| [8353] | 1 | Summary: A subset of AppStream |
|---|
| 2 | Summary(ja): AppStream のサブセット |
|---|
| 3 | Name: appdata-tools |
|---|
| 4 | Version: 0.1.7 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | License: GPLv2+ |
|---|
| 7 | Group: User Interface/Desktops |
|---|
| 8 | URL: http://people.freedesktop.org/~hughsient/appdata/ |
|---|
| 9 | |
|---|
| 10 | Source: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | BuildRequires: glib2-devel >= 2.14.0 |
|---|
| 15 | BuildRequires: libsoup-devel |
|---|
| 16 | BuildRequires: gdk-pixbuf2-devel |
|---|
| 17 | BuildRequires: python-lxml |
|---|
| 18 | |
|---|
| 19 | Vendor: Project Vine |
|---|
| 20 | Distribution: Vine Linux |
|---|
| 21 | Packager: Takemikaduchi |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | %description |
|---|
| 25 | %{summary} |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | %prep |
|---|
| 29 | %setup -q |
|---|
| 30 | |
|---|
| 31 | %build |
|---|
| 32 | %configure |
|---|
| 33 | make %{?_smp_mflags} |
|---|
| 34 | |
|---|
| 35 | %install |
|---|
| 36 | rm -rf $RPM_BUILD_ROOT |
|---|
| 37 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 38 | |
|---|
| 39 | %find_lang %{name} --all-name --with-gnome |
|---|
| 40 | |
|---|
| 41 | %clean |
|---|
| 42 | rm -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.