source: spec/trunk/SPECS/metastore.spec@ 1330

Last change on this file since 1330 was 624, checked in by Yuri Dario, 10 years ago

spec: undo wrong commit r623.

File size: 737 bytes
Line 
1Name: metastore
2Version: 0.0
3Release: 1%{?dist}
4
5Summary: Metastore stores metadata for git
6License: GPL2
7Group: Development/Other
8Url: git://git.hardeman.nu/metastore.git
9Source: %name-%version.zip
10Patch1: metastore.diff
11
12Packager: Evgenii Terechkov <evg@altlinux.org>
13
14# Automatically added by buildreq on Wed Jan 02 2008
15#BuildRequires: libattr-devel
16
17%description
18Metastore stores metadata for git
19
20%prep
21%setup -c
22%patch1 -p1 -b .os2~
23
24%build
25export RPM_CFLAGS="%{optflags}"
26make prefix=%_prefix mandir=%_mandir
27
28%install
29mkdir -p %{RPM_BUILD_ROOT}/%{_mandir} %{RPM_BUILD_ROOT}/%{_bindir}
30make install DESTDIR=${RPM_BUILD_ROOT} prefix=%_prefix mandir=%_mandir
31
32%files
33%_bindir/%name.exe
34%_mandir/*
35
36%doc README examples
37
38%changelog
Note: See TracBrowser for help on using the repository browser.