source: projects/specs/trunk/g/gnome-js-common/gnome-js-common-vl.spec @ 1886

Revision 1886, 1.3 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1%define pkg_version 0.1.2
2%define pkg_release 2%{?_dist_release}
3
4Summary:        Common modules for GNOME JavaScript interpreters
5Name:           gnome-js-common
6Version:        %{pkg_version}
7Release:        %{pkg_release}
8Source0:        http://ftp.gnome.org/pub/gnome/sources/gnome-js-common/0.1/%{name}-%{version}.tar.bz2
9License:        LGPL
10Group:          System Environment/Libraries
11URL:            http://git.gnome.org/browse/gnome-js-common/
12
13Requires:       pkgconfig
14BuildRequires:  pkgconfig
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: Takemikaduchi
20
21
22%description
23Gnome-js-common is a module holding tests and JavaScript code useful
24or common to both Seed and gjs. Note that Seed and GJS both (For now)
25have many more tests internally.
26
27
28%prep
29%setup -q
30
31
32%build
33%configure
34%{__make} %{?_smp_mflags}
35
36
37%install
38%{__rm} -rf ${RPM_BUILD_ROOT}
39%{__make} install DESTDIR=${RPM_BUILD_ROOT}
40
41
42%clean
43%{__rm} -rf ${RPM_BUILD_ROOT}
44
45
46%files
47%defattr(-,root,root)
48%doc COPYING ChangeLog
49%{_libdir}/gnome-js
50%{_libdir}/pkgconfig/*.pc
51%{_datadir}/doc/gnome_js_common
52
53
54%changelog
55* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
56- rebuild with rpm-4.8.1 for pkg-config file
57- fix typo
58
59* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
60- initial build for Vine Linux
61
Note: See TracBrowser for help on using the repository browser.