]> git.pld-linux.org Git - packages/liblrdf.git/commitdiff
- nothing yet, just saving URLs
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 May 2003 12:11:41 +0000 (12:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liblrdf.spec -> 1.1

liblrdf.spec [new file with mode: 0644]

diff --git a/liblrdf.spec b/liblrdf.spec
new file mode 100644 (file)
index 0000000..08b6abf
--- /dev/null
@@ -0,0 +1,31 @@
+Summary:       -
+Summary(pl):   -
+Name:          liblrdf
+Version:       0.3.1
+Release:       1
+License:       GPL
+Group:         Libraries
+Source0:       http://plugin.org.uk/lrdf/%{name}-%{version}.tar.gz
+BuildRequires: libraptor-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.044603 seconds and 4 git commands to generate.