]> git.pld-linux.org Git - packages/liblrdf.git/blame - liblrdf.spec
- nothing yet, just saving URLs
[packages/liblrdf.git] / liblrdf.spec
CommitLineData
10f8452c
JB
1Summary: -
2Summary(pl): -
3Name: liblrdf
4Version: 0.3.1
5Release: 1
6License: GPL
7Group: Libraries
8Source0: http://plugin.org.uk/lrdf/%{name}-%{version}.tar.gz
9BuildRequires: libraptor-devel
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13
14%prep
15%setup -q
16%patch0 -p1
17
18%build
19%configure
20%{__make}
21
22%install
23rm -rf $RPM_BUILD_ROOT
24
25%{__make} install DESTDIR=$RPM_BUILD_ROOT
26
27%clean
28rm -rf $RPM_BUILD_ROOT
29
30%files
31%defattr(644,root,root,755)
This page took 0.083907 seconds and 4 git commands to generate.