summaryrefslogtreecommitdiffstats
path: root/0.4.6/packaging/libxo.spec.in
diff options
context:
space:
mode:
Diffstat (limited to '0.4.6/packaging/libxo.spec.in')
-rw-r--r--0.4.6/packaging/libxo.spec.in44
1 files changed, 44 insertions, 0 deletions
diff --git a/0.4.6/packaging/libxo.spec.in b/0.4.6/packaging/libxo.spec.in
new file mode 100644
index 0000000..e80634c
--- /dev/null
+++ b/0.4.6/packaging/libxo.spec.in
@@ -0,0 +1,44 @@
+Name: @PACKAGE_NAME@
+Version: @PACKAGE_VERSION@
+Release: 1%{?dist}
+Summary: The libxo library
+
+Prefix: /usr
+
+Vendor: Juniper Networks, Inc.
+Packager: Phil Shafer <phil@juniper.net>
+License: BSD
+
+Group: Development/Libraries
+URL: https://github.com/Juniper/libxo
+Source0: https://github.com/Juniper/@PACKAGE_NAME@/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
+
+
+%description
+Welcome to libxo, a library that generates text, XML, JSON, and HTML
+from a single source code path.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%make_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%files
+%{_bindir}/*
+%{_includedir}/libxo/*
+%{_libdir}/*
+%{_datadir}/doc/libxo/*
+%docdir %{_datadir}/doc/libxo/*
+%{_mandir}/*/*
+%docdir %{_mandir}/*/*
OpenPOWER on IntegriCloud