]> git.pld-linux.org Git - packages/redland.git/commitdiff
- saving URLs
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 May 2003 07:40:45 +0000 (07:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    redland.spec -> 1.1

redland.spec [new file with mode: 0644]

diff --git a/redland.spec b/redland.spec
new file mode 100644 (file)
index 0000000..4172c5c
--- /dev/null
@@ -0,0 +1,34 @@
+Summary:       -
+Summary(pl):   -
+Name:          redland
+Version:       0.9.12
+Release:       -
+Epoch:         -
+License:       LGPL v2 or MPL 1.1
+Group:         -
+Vendor:                -
+Icon:          -
+Source0:       http://www.redland.opensource.ac.uk/dist/source/%{name}-%{version}.tar.gz
+URL:           http://www.redland.opensource.ac.uk/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q
+
+%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.031527 seconds and 4 git commands to generate.