[packages/confctl] - new

adamg adamg at pld-linux.org
Thu Feb 28 18:35:49 CET 2013


commit b346615d414af69c74103e6b08afa59d10985171
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Thu Feb 28 18:35:30 2013 +0100

    - new

 confctl.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
---
diff --git a/confctl.spec b/confctl.spec
new file mode 100644
index 0000000..ce34971
--- /dev/null
+++ b/confctl.spec
@@ -0,0 +1,48 @@
+Summary:	easy access to configuration files
+Summary(pl.UTF-8):	łatwy dostęp do plików konfiguracyjnych
+Name:		confctl
+Version:	1.2
+Release:	0.1
+License:	BSD
+Group:		Applications
+Source0:	https://github.com/trasz/confctl/archive/%{version}.tar.gz
+# Source0-md5:	b2abc044d2c1feaffea98406d10cae6f
+URL:		https://github.com/trasz/confctl/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Confctl is a tool designed for easy access to configuration files in
+C-like syntax from shell scripts
+
+%description -l pl.UTF-8
+Confctl to narzędzie zaprojektowane do łatwego dostępu do plików
+konfiguracyjnych z poziomu skryptów shella.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%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)
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/confctl.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/confctl.git/commitdiff/b346615d414af69c74103e6b08afa59d10985171



More information about the pld-cvs-commit mailing list